Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy authored and StyleCIBot committed Feb 18, 2019
1 parent 9790786 commit 798ceb5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/ProfilesController.php
Expand Up @@ -203,7 +203,7 @@ public function updateUserAccount(Request $request, $id)
* Update the specified resource in storage.
*
* @param \App\Http\Requests\UpdateUserPasswordRequest $request
* @param int $id
* @param int $id
*
* @return \Illuminate\Http\Response
*/
Expand Down Expand Up @@ -273,7 +273,7 @@ public function userProfileAvatar($id, $image)
* Update the specified resource in storage.
*
* @param \App\Http\Requests\DeleteUserAccount $request
* @param int $id
* @param int $id
*
* @return \Illuminate\Http\Response
*/
Expand Down
1 change: 0 additions & 1 deletion app/Http/Requests/DeleteUserAccount.php
Expand Up @@ -39,5 +39,4 @@ public function messages()
'checkConfirmDelete.required' => trans('profile.confirmDeleteRequired'),
];
}

}
1 change: 0 additions & 1 deletion app/Http/Requests/UpdateUserPasswordRequest.php
Expand Up @@ -42,5 +42,4 @@ public function messages()
'password.max' => trans('auth.PasswordMax'),
];
}

}

0 comments on commit 798ceb5

Please sign in to comment.