Skip to content

Commit d50e542

Browse files
committed
Make code compatible with PHP 7.2
1 parent 7605bef commit d50e542

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bitExpert/PHPStan/Magento/Autoload/TestFrameworkAutoloader.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
*/
1919
class TestFrameworkAutoloader implements Autoloader
2020
{
21-
private string $magentoRoot;
21+
/**
22+
* @var string
23+
*/
24+
private $magentoRoot;
2225

2326
/**
2427
* TestFrameworkAutoloader constructor.

0 commit comments

Comments
 (0)