We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4e194 commit d462eb9Copy full SHA for d462eb9
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php
@@ -1554,10 +1554,10 @@ private function yieldConditionalDataset(): iterable
1554
PHP_VERSION_ID >= 80100
1555
? 'strpos(): Passing null to parameter #2 ($needle) of type string is deprecated'
1556
: (
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
- )
+ PHP_VERSION_ID < 80000
+ ? 'strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior'
+ : null
+ )
1561
),
1562
];
1563
0 commit comments