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 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     private $_defaults;
16 16
 
17 17
     /**
18
-     * @param $class
18
+     * @param JobbersTrait $class
19 19
      * @return Job
20 20
      */
21 21
     public function __construct(&$class)
Please login to merge, or discard this 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.