Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Jun 28, 2024
1 parent a1dd12f commit c1ffa8f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@

class DefaultController extends FrontendController
{
/**
* @param Request $request
*
* @return Response
*/
public function defaultAction(Request $request): Response
{
return $this->render('default/default.html.twig');
Expand Down
2 changes: 0 additions & 2 deletions src/Controller/Web2printController.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
class Web2printController extends FrontendController
{
/**
* @param Request $request
*
* @return Response
*/
Expand All @@ -47,7 +46,6 @@ public function defaultAction(Request $request)
}

/**
* @param Request $request
*
* @return Response
*
Expand Down
1 change: 0 additions & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class Kernel extends PimcoreKernel
* Adds bundles to register to the bundle collection. The collection is able
* to handle priorities and environment specific bundles.
*
* @param BundleCollection $collection
*/
public function registerBundlesToCollection(BundleCollection $collection): void
{
Expand Down

0 comments on commit c1ffa8f

Please sign in to comment.