Skip to content

Commit

Permalink
Update ArrayFileTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel authored Sep 17, 2024
1 parent 90d1b33 commit 9b9771d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ArrayFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,6 @@ public function testStrictFileTypes()

$code = $arrayFile->render();

$this->assertStringContainsString('declare(strict_types=true)', $code);
$this->assertStringContainsString('declare', $code);
}
}

0 comments on commit 9b9771d

Please sign in to comment.