Skip to content

Commit 0960488

Browse files
committed
Fix tests
1 parent 809b5f7 commit 0960488

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)