Skip to content

Commit d046705

Browse files
Fix
1 parent a5c5252 commit d046705

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/PHPStan/Analyser/nsrt/pr-5379.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ private function parseAggregation(array $aggregation)
2727
$field = self::buildFieldName();
2828
}
2929

30-
assertType('non-empty-string', $type);
30+
assertType('non-falsy-string', $type);
3131
}
3232

3333
private static function buildFieldName(): string
3434
{
3535
return 'field';
3636
}
3737
}
38-

0 commit comments

Comments
 (0)