Skip to content

Commit

Permalink
Fix static tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec authored and amol2jcommerce committed Feb 25, 2019
1 parent 2e58ab6 commit 3de1647
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/internal/Magento/Framework/Code/Generator/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use Magento\Framework\Code\Generator;
use Psr\Log\LoggerInterface;

/**
* Class loader and generator.
*/
class Autoloader
{
/**
Expand Down Expand Up @@ -55,6 +58,8 @@ public function load($className)
}

/**
* Log exception.
*
* @param \Exception $exception
*/
private function tryToLogExceptionMessageIfNotDuplicate(\Exception $exception): void
Expand Down

0 comments on commit 3de1647

Please sign in to comment.