We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d28cf1 commit 01c78b3Copy full SHA for 01c78b3
src/Symfony/Component/ErrorHandler/DebugClassLoader.php
@@ -68,12 +68,14 @@ class DebugClassLoader
68
'iterable' => 'iterable',
69
'object' => 'object',
70
'string' => 'string',
71
+ 'non-empty-string' => 'string',
72
'self' => 'self',
73
'parent' => 'parent',
74
'mixed' => 'mixed',
75
'static' => 'static',
76
'$this' => 'static',
77
'list' => 'array',
78
+ 'non-empty-list' => 'array',
79
'class-string' => 'string',
80
'never' => 'never',
81
];
0 commit comments