Skip to content

Commit 6e0172b

Browse files
authored
Merge pull request #273 from shochdoerfer/fix/php72_compatibility
Make code compatible with PHP 7.2
2 parents 7605bef + d50e542 commit 6e0172b

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)