Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 22, 2024
1 parent 0903a75 commit 17a5bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/Csrf/CsrfGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class CsrfGuard extends Guard
{
/**
* Overwrites the default constructor to inject dependencies
* Overwrites the default constructor to inject dependencies.
*
* @param Config $config
* @param Session $session
Expand Down
2 changes: 1 addition & 1 deletion app/src/Util/RouteList.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class RouteList
{
/**
* Inject dependencies
* Inject dependencies.
*
* @param App<\DI\Container> $app
*/
Expand Down

0 comments on commit 17a5bef

Please sign in to comment.