From f5fbb5fc6f28527ba34289eeb2ea6883d092ecb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Lam=C3=A9?= Date: Tue, 16 Jan 2024 17:23:53 +0100 Subject: [PATCH 1/2] Fix pipeline --- tests/unit/PseudoTypes/ArrayShapeTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/PseudoTypes/ArrayShapeTest.php b/tests/unit/PseudoTypes/ArrayShapeTest.php index 314d030..c60f663 100644 --- a/tests/unit/PseudoTypes/ArrayShapeTest.php +++ b/tests/unit/PseudoTypes/ArrayShapeTest.php @@ -1,5 +1,7 @@ Date: Tue, 16 Jan 2024 17:27:20 +0100 Subject: [PATCH 2/2] Add empty line at the end of ArrayShapeTest --- tests/unit/PseudoTypes/ArrayShapeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/PseudoTypes/ArrayShapeTest.php b/tests/unit/PseudoTypes/ArrayShapeTest.php index c60f663..3a548f4 100644 --- a/tests/unit/PseudoTypes/ArrayShapeTest.php +++ b/tests/unit/PseudoTypes/ArrayShapeTest.php @@ -20,4 +20,4 @@ public function testExposeItems(): void $this->assertSame([$item1, $item2], $arrayShape->getItems()); } -} \ No newline at end of file +}