8000 support non-empty-string/non-empty-list when patching return types · symfony/symfony@01c78b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01c78b3

Browse files
committed
support non-empty-string/non-empty-list when patching return types
1 parent 0d28cf1 commit 01c78b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/ErrorHandler/DebugClassLoader.php

+2
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ class DebugClassLoader
6868
'iterable' => 'iterable',
6969
'object' => 'object',
7070
'string' => 'string',
71+
'non-empty-string' => 'string',
7172
'self' => 'self',
7273
'parent' => 'parent',
7374
'mixed' => 'mixed',
7475
'static' => 'static',
7576
'$this' => 'static',
7677
'list' => 'array',
78+
'non-empty-list' => 'array',
7779
'class-string' => 'string',
7880
'never' => 'never',
7981
];

0 commit comments

Comments
 (0)
0