Skip to content

Commit 72267b3

Browse files
committed
Fix PHPMD
1 parent 402400e commit 72267b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Storefront/Controller/ResultController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
use Symfony\Component\HttpFoundation\Response;
2121
use Symfony\Component\Routing\Annotation\Route;
2222

23+
/**
24+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25+
*/
2326
#[Route(defaults: ['_routeScope' => ['storefront']])]
2427
class ResultController extends StorefrontController
2528
{

0 commit comments

Comments
 (0)