Skip to content

Commit

Permalink
Cleanup fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Feb 26, 2024
1 parent af0cd93 commit a9cd1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Routines/Auth/FeUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function prepareRouter(
/**
* add the before and after callbacks.
*
* @param array|\Respect\Rest\Routes\AbstractRoute $route
* @param array|Respect\Rest\Routes\AbstractRoute $route
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion Classes/Routines/InterfaceRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function prepareRouter(
/**
* add the before and after callbacks.
*
* @param mixed|\Respect\Rest\Routes\AbstractRoute $route
* @param mixed|Respect\Rest\Routes\AbstractRoute $route
*
* @return void
*/
Expand Down

0 comments on commit a9cd1e3

Please sign in to comment.