Completed
Push — dev ( 7d09ec...9d3b21 )
by Marc
03:55 queued 01:43
created
src/Options/PluginOption.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@  discard block
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @param string $plugin
30 29
      * @param string $key
31 30
      */
32 31
     public function get($key = null, $configFile = null)
@@ -35,7 +34,6 @@  discard block
 block discarded – undo
35 34
     }
36 35
 
37 36
     /**
38
-     * @param string $plugin
39 37
      */
40 38
     public function has($key = '', $configFile = null)
41 39
     {
@@ -43,7 +41,6 @@  discard block
 block discarded – undo
43 41
     }
44 42
 
45 43
     /**
46
-     * @param string $plugin
47 44
      */
48 45
     public function set($key, $value, $configFile = null)
49 46
     {
Please login to merge, or discard this patch.
src/Extension/Manager.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,13 +1,9 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Extension;
2 2
 
3 3
 use Illuminate\Support\Facades\App;
4
-use Illuminate\Support\Str;
5
-use Mascame\Artificer\Widgets\CKeditor;
6
-use Mascame\Artificer\Widgets\DateTimepicker;
7 4
 use Mascame\Extender\Booter\BooterInterface;
8 5
 use Mascame\Extender\Event\EventInterface;
9 6
 use Mascame\Extender\Installer\InstallerInterface;
10
-use Symfony\Component\CssSelector\XPath\Extension\AbstractExtension;
11 7
 use Symfony\Component\HttpFoundation\File\File;
12 8
 
13 9
 class Manager extends \Mascame\Extender\Manager {
Please login to merge, or discard this patch.
src/Http/Controllers/BaseController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,8 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Http\Controllers;
2 2
 
3
-use App;
4 3
 use Auth;
5 4
 use Illuminate\Support\Facades\Input;
6 5
 use Mascame\Artificer\Artificer;
7
-use Mascame\Artificer\Fields\FieldWrapper;
8 6
 use Mascame\Artificer\Model\Model;
9 7
 use View;
10 8
 use Illuminate\Routing\Controller as Controller;
Please login to merge, or discard this patch.