Skip to content

Commit 24aa0c1

Browse files
committed
Fix typed property error during tests
1 parent 976cffe commit 24aa0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Middleware/DebugKitMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class DebugKitMiddlewareTest extends TestCase
4242
'plugin.DebugKit.Panels',
4343
];
4444

45-
protected ?array $oldConfig;
45+
protected ?array $oldConfig = null;
4646

4747
/**
4848
* @var bool

0 commit comments

Comments
 (0)