Skip to content

Commit d462eb9

Browse files
committed
Fix CS
1 parent da4e194 commit d462eb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -1554,10 +1554,10 @@ private function yieldConditionalDataset(): iterable
15541554
PHP_VERSION_ID >= 80100
15551555
? 'strpos(): Passing null to parameter #2 ($needle) of type string is deprecated'
15561556
: (
1557-
PHP_VERSION_ID < 80000
1558-
? 'strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior'
1559-
: null
1560-
)
1557+
PHP_VERSION_ID < 80000
1558+
? 'strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior'
1559+
: null
1560+
)
15611561
),
15621562
];
15631563

0 commit comments

Comments
 (0)