Completed
Push — master ( 1e878c...90662d )
by Kevin
07:14 queued 03:43
created
lib/Util/Log/Logger.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Magium\Assertions\AbstractAssertion;
7
-use Magium\Assertions\AbstractSelectorAssertion;
8 7
 use Magium\Util\Phpunit\MasterListener;
9 8
 use Magium\Util\Phpunit\MasterListenerAware;
10 9
 use PHPUnit_Framework_AssertionFailedError;
Please login to merge, or discard this patch.
lib/AbstractTestCase.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,6 @@
 block discarded – undo
279 279
     }
280 280
 
281 281
     /**
282
-
283 282
      * @param string $theme
284 283
      * @return \Magium\Themes\ThemeConfigurationInterface
285 284
      */
Please login to merge, or discard this patch.