We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809b5f7 commit 0960488Copy full SHA for 0960488
1 file changed
src/Storefront/Controller/ResultController.php
@@ -20,6 +20,9 @@
20
use Symfony\Component\HttpFoundation\Response;
21
use Symfony\Component\Routing\Annotation\Route;
22
23
+/**
24
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25
+ */
26
#[Route(defaults: ['_routeScope' => ['storefront']])]
27
class ResultController extends StorefrontController
28
{
0 commit comments