Skip to content

Commit

Permalink
Apply coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Jan 3, 2024
1 parent 9983ff9 commit 9a3b6ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Helper/MainRequest/ControllerEventMainRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ public static function isMainRequest(ControllerEvent $event): bool

throw new \Exception('Neither "isMainRequest" or "isMasterRequest" exists');
}

}
2 changes: 1 addition & 1 deletion src/Helper/MainRequest/RequestStackMainRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ public static function isMainRequest(RequestStack $requestStack): bool
{
return $requestStack->getCurrentRequest() === self::getMainRequest($requestStack);
}
}
}

0 comments on commit 9a3b6ee

Please sign in to comment.