Skip to content

Commit 2ad147b

Browse files
committed
Remove PHPStan ignore
1 parent 6d1afb1 commit 2ad147b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Observer/Backend/Controller/ActionPredispatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function execute(
5959
return $this;
6060
}
6161

62-
$controllerName = $this->request->getControllerName(); // @phpstan-ignore-line
62+
$controllerName = $this->request->getControllerName();
6363
if ($controllerName !== 'rate') {
6464
return $this;
6565
}

0 commit comments

Comments
 (0)