Skip to content

Commit

Permalink
Merge pull request #37 from userfrosting/analysis-PGRVNY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
lcharette authored Jun 22, 2024
2 parents 0903a75 + 17a5bef commit e2c42b1
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 e2c42b1

Please sign in to comment.