| @@ -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 |      { | 
| @@ -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 |      { | 
| @@ -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 |      { | 
| @@ -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); | 
| @@ -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); | 
| @@ -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); |