Skip to content

Commit 92cfb4e

Browse files
Merge pull request #266 from hyva-themes/264/php-code-sniffer-complaint
fix php code sniffer issue in Result/JsonFactory.php
2 parents 561223f + 87aa7b7 commit 92cfb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Result/JsonFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class JsonFactory extends \Magento\Framework\Controller\Result\JsonFactory
1212
*
1313
* @param \Magento\Framework\ObjectManagerInterface $objectManager
1414
* @param string $instanceName
15-
* phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
1615
*/
16+
// phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
1717
public function __construct(
1818
ObjectManagerInterface $objectManager,
1919
$instanceName = Json::class

0 commit comments

Comments
 (0)