Skip to content

Commit 9d3bc18

Browse files
committed
Fix static tests.
1 parent cfbf8c9 commit 9d3bc18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/internal/Magento/Framework/Code/Generator/Autoloader.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
use Magento\Framework\Code\Generator;
1111
use Psr\Log\LoggerInterface;
1212

13+
/**
14+
* Class loader and generator.
15+
*/
1316
class Autoloader
1417
{
1518
/**
@@ -55,6 +58,8 @@ public function load($className)
5558
}
5659

5760
/**
61+
* Log exception.
62+
*
5863
* @param \Exception $exception
5964
*/
6065
private function tryToLogExceptionMessageIfNotDuplicate(\Exception $exception): void

0 commit comments

Comments
 (0)