Skip to content

Commit

Permalink
Update HandleExceptions::$reservedMemory (#45199)
Browse files Browse the repository at this point in the history
HandleExceptions::$reservedMemory is a nullable property
  • Loading branch information
villfa authored Dec 6, 2022
1 parent e7f8b3b commit fe3d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class HandleExceptions
/**
* Reserved memory so that errors can be displayed properly on memory exhaustion.
*
* @var string
* @var string|null
*/
public static $reservedMemory;

Expand Down

0 comments on commit fe3d1bf

Please sign in to comment.