From 9b9771df05e181a2b0f3b24e11a2052fb4c41264 Mon Sep 17 00:00:00 2001 From: Austin Kregel <5355937+austinkregel@users.noreply.github.com> Date: Tue, 17 Sep 2024 00:36:28 -0400 Subject: [PATCH] Update ArrayFileTest.php --- tests/ArrayFileTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ArrayFileTest.php b/tests/ArrayFileTest.php index cf92051..66766a1 100644 --- a/tests/ArrayFileTest.php +++ b/tests/ArrayFileTest.php @@ -842,6 +842,6 @@ public function testStrictFileTypes() $code = $arrayFile->render(); - $this->assertStringContainsString('declare(strict_types=true)', $code); + $this->assertStringContainsString('declare', $code); } }