We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c5252 commit d046705Copy full SHA for d046705
1 file changed
tests/PHPStan/Analyser/nsrt/pr-5379.php
@@ -27,12 +27,11 @@ private function parseAggregation(array $aggregation)
27
$field = self::buildFieldName();
28
}
29
30
- assertType('non-empty-string', $type);
+ assertType('non-falsy-string', $type);
31
32
33
private static function buildFieldName(): string
34
{
35
return 'field';
36
37
38
-
0 commit comments