@@ -5,7 +5,6 @@ |
||
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; |
@@ -94,7 +94,6 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 |
||
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 | { |
@@ -58,7 +58,7 @@ |
||
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 | { |
@@ -94,7 +94,6 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 |
||
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 | { |
@@ -5,7 +5,6 @@ |
||
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; |
@@ -94,7 +94,6 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 |
||
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 | { |
@@ -5,7 +5,6 @@ |
||
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; |
@@ -94,7 +94,6 @@ discard block |
||
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 |
||
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 |
||
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 |
||
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 |
||
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 | { |
@@ -5,7 +5,6 @@ |
||
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; |
@@ -66,6 +66,10 @@ |
||
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); |
@@ -78,6 +78,10 @@ |
||
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); |
@@ -72,6 +72,10 @@ |
||
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); |