Skip to content

Commit 3db2956

Browse files
Use typed properties in tests as much as possible
1 parent ce64303 commit 3db2956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/DebugClassLoaderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
class DebugClassLoaderTest extends TestCase
1919
{
20-
private $patchTypes;
21-
private $errorReporting;
22-
private $loader;
20+
private string|false $patchTypes;
21+
private int $errorReporting;
22+
private array $loader;
2323

2424
protected function setUp(): void
2525
{

0 commit comments

Comments
 (0)