Completed
Push — dev ( 992eab...dbd261 )
by Marc
02:10
created
src/Http/Controllers/BaseController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Http\Controllers;
2 2
 
3
-use App;
4
-use Auth;
5 3
 use Input;
6 4
 use Mascame\Artificer\Artificer;
7 5
 use Mascame\Artificer\Fields\FieldWrapper;
Please login to merge, or discard this patch.
src/Http/Controllers/ExtensionController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use App;
4 4
 use Illuminate\Support\Str;
5
-use Mascame\Arrayer\Builder;
6 5
 use Redirect;
7 6
 use View;
8 7
 
Please login to merge, or discard this patch.
src/Fields/FieldWrapper.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,7 @@
 block discarded – undo
26 26
 
27 27
     /**
28 28
      * Field constructor.
29
-     * @param FieldInterface|TypeInterface $field
30
-     * @param null $relation
29
+     * @param FieldInterface $field
31 30
      */
32 31
     public function __construct(FieldInterface $field)
33 32
     {
Please login to merge, or discard this patch.