From 5609b95203e8fc5a8618fd67bb02b2f8c1df2129 Mon Sep 17 00:00:00 2001 From: Beno!t POLASZEK Date: Tue, 4 Jun 2024 16:03:08 +0200 Subject: [PATCH 1/2] chore(iterable_chunk): fix types --- src/IterableObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IterableObject.php b/src/IterableObject.php index 8bc0e74..1f1ca2d 100644 --- a/src/IterableObject.php +++ b/src/IterableObject.php @@ -119,7 +119,7 @@ public function values(): self return new self(new WithoutKeysTraversable($this->iterable)); } - /** @return iterable> */ + /** @return iterable> */ public function chunk(int $size): iterable { if ($this->iterable instanceof Traversable) { From 42acf10676ade7a9d3bee2644267032cfab31460 Mon Sep 17 00:00:00 2001 From: Beno!t POLASZEK Date: Tue, 4 Jun 2024 16:06:58 +0200 Subject: [PATCH 2/2] ci: fix typo in config file --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index e83aea4..7b9301c 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -57,4 +57,4 @@ jobs: uses: "ramsey/composer-install@v1" - name: "Run a static analysis with vimeo/psalm" - run: "vendor/bin/psalm + run: "vendor/bin/psalm"