We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660c653 commit ed28602Copy full SHA for ed28602
src/Illuminate/Foundation/Testing/CachedState.php
@@ -4,6 +4,6 @@
4
5
class CachedState
6
{
7
- public static array $cachedRoutes;
8
- public static array $cachedConfig;
+ public static ?array $cachedRoutes = null;
+ public static ?array $cachedConfig = null;
9
}
0 commit comments