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 ab2be56 commit ac5ef07Copy full SHA for ac5ef07
app/code/Magento/Cms/Block/BlockByIdentifier.php
@@ -161,7 +161,7 @@ public function getIdentities(): array
161
if ($cmsBlock instanceof IdentityInterface) {
162
$identities = array_merge($identities, $cmsBlock->getIdentities());
163
}
164
- // phpcs:disable Magento2.CodeAnalysis.EmptyBlock.DetectedCatch
+ // phpcs:ignore Magento2.CodeAnalysis.EmptyBlock.DetectedCatch
165
} catch (NoSuchEntityException $e) {
166
167
0 commit comments