Skip to content

Commit 7054600

Browse files
committed
simplify test
1 parent 59e6d0f commit 7054600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/PHPStan/Analyser/data/str-caseing-php84.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class Foo {
99
* @param numeric-string $numericS
1010
* @param non-empty-string $nonE
1111
* @param literal-string $literal
12-
* @param 'foo'|'Foo' $edgeUnion
1312
*/
1413
public function bar($numericS, $nonE, $literal) {
1514
assertType("'aBC'", mb_lcfirst('ABC'));

0 commit comments

Comments
 (0)