Completed
Push — master ( 109ddf...7c053a )
by
unknown
14s queued 10s
created
src/Http/Controllers/PrestasiController.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 /* Require */
6 6
 use App\Http\Controllers\Controller;
7 7
 use Illuminate\Http\Request;
8
-use Bantenprov\Prestasi\Facades\PrestasiFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Prestasi\Models\Bantenprov\Prestasi\Prestasi;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -94,7 +94,6 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Display the specified resource.
96 96
      *
97
-     * @param  \App\Prestasi  $prestasi
98 97
      * @return \Illuminate\Http\Response
99 98
      */
100 99
     public function store(Request $request)
@@ -140,7 +139,6 @@  discard block
 block discarded – undo
140 139
     /**
141 140
      * Store a newly created resource in storage.
142 141
      *
143
-     * @param  \Illuminate\Http\Request  $request
144 142
      * @return \Illuminate\Http\Response
145 143
      */
146 144
     public function show($id)
@@ -157,7 +155,6 @@  discard block
 block discarded – undo
157 155
     /**
158 156
      * Show the form for editing the specified resource.
159 157
      *
160
-     * @param  \App\Prestasi  $prestasi
161 158
      * @return \Illuminate\Http\Response
162 159
      */
163 160
 
@@ -178,7 +175,6 @@  discard block
 block discarded – undo
178 175
      * Update the specified resource in storage.
179 176
      *
180 177
      * @param  \Illuminate\Http\Request  $request
181
-     * @param  \App\Prestasi  $prestasi
182 178
      * @return \Illuminate\Http\Response
183 179
      */
184 180
     public function update(Request $request, $id)
@@ -235,8 +231,7 @@  discard block
 block discarded – undo
235 231
     /**
236 232
      * Remove the specified resource from storage.
237 233
      *
238
-     * @param  \App\Prestasi  $prestasi
239
-     * @return \Illuminate\Http\Response
234
+     * @return string
240 235
      */
241 236
     public function destroy($id)
242 237
     {
Please login to merge, or discard this patch.
src/PrestasiServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     /**
59 59
      * Get the services provided by the provider.
60 60
      *
61
-     * @return array
61
+     * @return string[]
62 62
      */
63 63
     public function provides()
64 64
     {
Please login to merge, or discard this patch.
src/Http/Controllers/MasterPrestasiController.php 2 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -94,7 +94,6 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Display the specified resource.
96 96
      *
97
-     * @param  \App\Prestasi  $prestasi
98 97
      * @return \Illuminate\Http\Response
99 98
      */
100 99
     public function store(Request $request)
@@ -140,7 +139,6 @@  discard block
 block discarded – undo
140 139
     /**
141 140
      * Store a newly created resource in storage.
142 141
      *
143
-     * @param  \Illuminate\Http\Request  $request
144 142
      * @return \Illuminate\Http\Response
145 143
      */
146 144
     public function show($id)
@@ -157,7 +155,6 @@  discard block
 block discarded – undo
157 155
     /**
158 156
      * Show the form for editing the specified resource.
159 157
      *
160
-     * @param  \App\Prestasi  $prestasi
161 158
      * @return \Illuminate\Http\Response
162 159
      */
163 160
 
@@ -178,7 +175,6 @@  discard block
 block discarded – undo
178 175
      * Update the specified resource in storage.
179 176
      *
180 177
      * @param  \Illuminate\Http\Request  $request
181
-     * @param  \App\Prestasi  $prestasi
182 178
      * @return \Illuminate\Http\Response
183 179
      */
184 180
     public function update(Request $request, $id)
@@ -235,8 +231,7 @@  discard block
 block discarded – undo
235 231
     /**
236 232
      * Remove the specified resource from storage.
237 233
      *
238
-     * @param  \App\Prestasi  $prestasi
239
-     * @return \Illuminate\Http\Response
234
+     * @return string
240 235
      */
241 236
     public function destroy($id)
242 237
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 /* Require */
6 6
 use App\Http\Controllers\Controller;
7 7
 use Illuminate\Http\Request;
8
-use Bantenprov\Prestasi\Facades\PrestasiFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Prestasi\Models\Bantenprov\Prestasi\MasterPrestasi;
Please login to merge, or discard this patch.
src/Http/Controllers/JenisPrestasiController.php 2 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -94,7 +94,6 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Display the specified resource.
96 96
      *
97
-     * @param  \App\Prestasi  $prestasi
98 97
      * @return \Illuminate\Http\Response
99 98
      */
100 99
     public function store(Request $request)
@@ -140,7 +139,6 @@  discard block
 block discarded – undo
140 139
     /**
141 140
      * Store a newly created resource in storage.
142 141
      *
143
-     * @param  \Illuminate\Http\Request  $request
144 142
      * @return \Illuminate\Http\Response
145 143
      */
146 144
     public function show($id)
@@ -157,7 +155,6 @@  discard block
 block discarded – undo
157 155
     /**
158 156
      * Show the form for editing the specified resource.
159 157
      *
160
-     * @param  \App\Prestasi  $prestasi
161 158
      * @return \Illuminate\Http\Response
162 159
      */
163 160
 
@@ -178,7 +175,6 @@  discard block
 block discarded – undo
178 175
      * Update the specified resource in storage.
179 176
      *
180 177
      * @param  \Illuminate\Http\Request  $request
181
-     * @param  \App\Prestasi  $prestasi
182 178
      * @return \Illuminate\Http\Response
183 179
      */
184 180
     public function update(Request $request, $id)
@@ -235,8 +231,7 @@  discard block
 block discarded – undo
235 231
     /**
236 232
      * Remove the specified resource from storage.
237 233
      *
238
-     * @param  \App\Prestasi  $prestasi
239
-     * @return \Illuminate\Http\Response
234
+     * @return string
240 235
      */
241 236
     public function destroy($id)
242 237
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 /* Require */
6 6
 use App\Http\Controllers\Controller;
7 7
 use Illuminate\Http\Request;
8
-use Bantenprov\Prestasi\Facades\PrestasiFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Prestasi\Models\Bantenprov\Prestasi\JenisPrestasi;
Please login to merge, or discard this patch.
src/Http/Controllers/PrestasiController..php 2 patches
Doc Comments   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -94,7 +94,6 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Display the specified resource.
96 96
      *
97
-     * @param  \App\Prestasi  $prestasi
98 97
      * @return \Illuminate\Http\Response
99 98
      */
100 99
     public function store(Request $request)
@@ -140,7 +139,6 @@  discard block
 block discarded – undo
140 139
     /**
141 140
      * Store a newly created resource in storage.
142 141
      *
143
-     * @param  \Illuminate\Http\Request  $request
144 142
      * @return \Illuminate\Http\Response
145 143
      */
146 144
     public function show($id)
@@ -157,7 +155,6 @@  discard block
 block discarded – undo
157 155
     /**
158 156
      * Show the form for editing the specified resource.
159 157
      *
160
-     * @param  \App\Prestasi  $prestasi
161 158
      * @return \Illuminate\Http\Response
162 159
      */
163 160
 
@@ -178,7 +175,6 @@  discard block
 block discarded – undo
178 175
      * Update the specified resource in storage.
179 176
      *
180 177
      * @param  \Illuminate\Http\Request  $request
181
-     * @param  \App\Prestasi  $prestasi
182 178
      * @return \Illuminate\Http\Response
183 179
      */
184 180
     public function update(Request $request, $id)
@@ -235,8 +231,7 @@  discard block
 block discarded – undo
235 231
     /**
236 232
      * Remove the specified resource from storage.
237 233
      *
238
-     * @param  \App\Prestasi  $prestasi
239
-     * @return \Illuminate\Http\Response
234
+     * @return string
240 235
      */
241 236
     public function destroy($id)
242 237
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 /* Require */
6 6
 use App\Http\Controllers\Controller;
7 7
 use Illuminate\Http\Request;
8
-use Bantenprov\Prestasi\Facades\PrestasiFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Prestasi\Models\Bantenprov\Prestasi\Prestasi;
Please login to merge, or discard this patch.
src/database/seeds/BantenprovJenisPrestasiSeeder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -66,6 +66,10 @@
 block discarded – undo
66 66
         echo"\n\n";
67 67
     }
68 68
     /* text color: orange */
69
+
70
+    /**
71
+     * @param string $text
72
+     */
69 73
     protected function orangeText($text)
70 74
     {
71 75
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.
src/database/seeds/BantenprovMasterPrestasiSeeder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -78,6 +78,10 @@
 block discarded – undo
78 78
         echo"\n\n";
79 79
     }
80 80
     /* text color: orange */
81
+
82
+    /**
83
+     * @param string $text
84
+     */
81 85
     protected function orangeText($text)
82 86
     {
83 87
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.
src/database/seeds/BantenprovPrestasiSeeder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -72,6 +72,10 @@
 block discarded – undo
72 72
         echo"\n\n";
73 73
     }
74 74
     /* text color: orange */
75
+
76
+    /**
77
+     * @param string $text
78
+     */
75 79
     protected function orangeText($text)
76 80
     {
77 81
         printf($this->ORANGE.$text.$this->NC);
Please login to merge, or discard this patch.