Skip to content

Commit 378eb5f

Browse files
author
Bohdan Korablov
committed
MAGETWO-60165: Inability to Run the DI Compiler before setup
1 parent 2d193d8 commit 378eb5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Developer/Model/Logger/Handler/Debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ public function isHandling(array $record)
6666

6767
return parent::isHandling($record);
6868
}
69-
}
69+
}

app/code/Magento/Developer/Test/Unit/Model/Logger/Handler/DebugTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* Class DebugTest
20+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2021
*/
2122
class DebugTest extends \PHPUnit_Framework_TestCase
2223
{

0 commit comments

Comments
 (0)