Skip to content

Commit 27871b8

Browse files
committed
key
1 parent 2696e89 commit 27871b8

File tree

1 file changed

+1
-1
lines changed
  • rules-tests/DowngradePhp84/Rector/Expression/DowngradeArrayAllRector/Fixture

1 file changed

+1
-1
lines changed

rules-tests/DowngradePhp84/Rector/Expression/DowngradeArrayAllRector/Fixture/fixture.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Fixture
2222
{
2323
$found = true;
2424
foreach ($animals as $animal) {
25-
if (! str_starts_with($animal, 'c')) {
25+
if (!str_starts_with($animal, 'c')) {
2626
$found = false;
2727
break;
2828
}

0 commit comments

Comments
 (0)