Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Push — master ( f5b2f7...edc19e )
by Cristian
02:29
created
src/app/Http/Controllers/CrudController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
 	 * Store a newly created resource in the database.
107 107
 	 *
108 108
 	 * @param  StoreRequest  $request - type injection used for validation using Requests
109
-	 * @return Response
109
+	 * @return \Illuminate\Http\RedirectResponse
110 110
 	 */
111 111
 	public function storeCrud(StoreRequest $request = null)
112 112
 	{
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
 	 * Update the specified resource in the database.
183 183
 	 *
184 184
 	 * @param  UpdateRequest  $request - type injection used for validation using Requests
185
-	 * @return Response
185
+	 * @return \Illuminate\Http\RedirectResponse
186 186
 	 */
187 187
 	public function updateCrud(UpdateRequest $request = null)
188 188
 	{
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
 	 * Remove the specified resource from storage.
236 236
 	 *
237 237
 	 * @param  int  $id
238
-	 * @return Response
238
+	 * @return string
239 239
 	 */
240 240
 	public function destroy($id)
241 241
 	{
Please login to merge, or discard this patch.