Skip to content

Commit 3758329

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix return type patching for list and class-string pseudo types [HttpKernel] [HttpCache] Don't throw on 304 Not Modified
2 parents 4ba09bd + 1ad5927 commit 3758329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DebugClassLoader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class DebugClassLoader
7373
'static' => 'static',
7474
'$this' => 'static',
7575
'list' => 'array',
76+
'class-string' => 'string',
7677
];
7778

7879
private const BUILTIN_RETURN_TYPES = [

0 commit comments

Comments
 (0)