Skip to content

Commit fe3d1bf

Browse files
authored
Update HandleExceptions::$reservedMemory (#45199)
HandleExceptions::$reservedMemory is a nullable property
1 parent e7f8b3b commit fe3d1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Bootstrap/HandleExceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HandleExceptions
1717
/**
1818
* Reserved memory so that errors can be displayed properly on memory exhaustion.
1919
*
20-
* @var string
20+
* @var string|null
2121
*/
2222
public static $reservedMemory;
2323

0 commit comments

Comments
 (0)