Skip to content

Commit

Permalink
chore: Code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Jul 20, 2023
1 parent 1d824b2 commit bedd52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AjaxControllers/AbstractAjaxController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class AbstractAjaxController extends RozierApp
* @param string $method
* @param bool $requestCsrfToken
*
* @return boolean Return true if request is valid, else throw exception
* @return bool Return true if request is valid, else throw exception
*/
protected function validateRequest(Request $request, $method = 'POST', $requestCsrfToken = true)
{
Expand Down

0 comments on commit bedd52f

Please sign in to comment.