Apply fixes from StyleCI (#5495)

This commit is contained in:
Alexis Saettler
2021-09-12 09:13:02 +02:00
committed by GitHub
parent bc50181780
commit 223fbed0a8
337 changed files with 1348 additions and 1486 deletions
@@ -66,10 +66,9 @@ class NotesController extends Controller
/**
* Update the specified resource in storage.
*
* @param NotesRequest $request
* @param Contact $contact
* @param Note $note
*
* @param NotesRequest $request
* @param Contact $contact
* @param Note $note
* @return Note
*/
public function update(NotesRequest $request, Contact $contact, Note $note): Note
@@ -89,9 +88,8 @@ class NotesController extends Controller
/**
* Remove the specified resource from storage.
*
* @param Contact $contact
* @param Note $note
*
* @param Contact $contact
* @param Note $note
* @return void
*/
public function destroy(Contact $contact, Note $note): void