Completed
Branch develop (477d94)
by Nicolas
05:26
created
lib/helper/DocBlock.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 devtransition\Jobbers\helper;
4 4
 
5 5
 use yii\base\Exception;
6
-use yii\helpers\VarDumper;
7 6
 
8 7
 class DocBlock {
9 8
 
Please login to merge, or discard this patch.
lib/Proxy.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 devtransition\Jobbers;
4 4
 
5 5
 use devtransition\Jobbers\helper\DocBlock;
6
-use yii\helpers\VarDumper;
7 6
 
8 7
 class Proxy {
9 8
 
Please login to merge, or discard this patch.