Skip to content

Commit 1ad5927

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

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)