Skip to content

Commit dea778d

Browse files
Merge branch '6.4' into 7.0
* 6.4: Use typed properties in tests as much as possible
2 parents 7ab58f3 + 3db2956 commit dea778d

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)