Completed
Pull Request — master (#83)
by Roland
06:33
created
test/Unit/Presentation/TemplateTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace OpCacheGUITest\Unit\Presentation;
4 4
 
5 5
 use PHPUnit\Framework\TestCase;
6
-
7 6
 use OpCacheGUITest\Mocks\Presentation\TemplateMock;
8 7
 use OpCacheGUI\I18n\Translator;
9 8
 use OpCacheGUI\Presentation\Renderer;
Please login to merge, or discard this patch.
test/Unit/Storage/SessionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace OpCacheGUITest\Unit\Storage;
4 4
 
5 5
 use PHPUnit\Framework\TestCase;
6
-
7 6
 use OpCacheGUI\Storage\Session;
8 7
 use OpCacheGUI\Storage\InvalidKeyException;
9 8
 use OpCacheGUI\Storage\KeyValuePair;
Please login to merge, or discard this patch.