Completed
Push — master ( 17a9c2...e21206 )
by Clayton
12s
created
src/Commands/CachedServiceMakeCommand.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -89,7 +89,6 @@  discard block
 block discarded – undo
89 89
     /**
90 90
      * Get the parent name for the child class.
91 91
      *
92
-     * @param  string  $rootNamespace
93 92
      *
94 93
      * @return string
95 94
      */
@@ -101,7 +100,6 @@  discard block
 block discarded – undo
101 100
     /**
102 101
      * Get the parent fqcn for the child class.
103 102
      *
104
-     * @param  string  $rootNamespace
105 103
      *
106 104
      * @return string
107 105
      */
@@ -130,7 +128,6 @@  discard block
 block discarded – undo
130 128
      * Replace the parent class in the given stub.
131 129
      *
132 130
      * @param  string  $stub
133
-     * @param  string  $name
134 131
      *
135 132
      * @return $this
136 133
      */
@@ -145,7 +142,6 @@  discard block
 block discarded – undo
145 142
      * Replace the parent fqcn in the given stub.
146 143
      *
147 144
      * @param  string  $stub
148
-     * @param  string  $name
149 145
      *
150 146
      * @return $this
151 147
      */
Please login to merge, or discard this patch.
src/Commands/ServiceMakeCommand.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,6 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Get the method name for the class.
72 72
      *
73
-     * @param  string  $rootNamespace
74 73
      *
75 74
      * @return string
76 75
      */
@@ -114,7 +113,6 @@  discard block
 block discarded – undo
114 113
      * Replace the method name in the given stub.
115 114
      *
116 115
      * @param  string  $stub
117
-     * @param  string  $name
118 116
      *
119 117
      * @return $this
120 118
      */
Please login to merge, or discard this patch.
src/ServicesServiceProvider.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
 namespace BrightComponents\Services;
4 4
 
5
-use Illuminate\Support\Facades\Config;
6 5
 use BrightComponents\Services\Commands\ServiceMakeCommand;
7 6
 use Illuminate\Support\ServiceProvider as BaseServiceProvider;
8 7
 use BrightComponents\Services\Commands\CachedServiceMakeCommand;
Please login to merge, or discard this patch.