Completed
Push — master ( 109f75...8233e3 )
by Peter
04:55 queued 02:43
created
examples/version.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Company\SomeNamespace\MyWidget;
3
+use Company\SomeNamespace\MyWidget;
4 4
 use Maslosoft\MiniView\MiniView;
5 5
 
6 6
 require __DIR__ . '/../src/Miniview.php';
Please login to merge, or discard this patch.
tests/unit/UnitTester.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 use Codeception\Module\Asserts;
9
-use Codeception\Module\UnitHelper;
10 9
 
11 10
 /**
12 11
  * Inherited Methods
Please login to merge, or discard this patch.