Skip to content

Commit

Permalink
Merge pull request #266 from hyva-themes/264/php-code-sniffer-complaint
Browse files Browse the repository at this point in the history
fix php code sniffer issue in Result/JsonFactory.php
  • Loading branch information
rajeev-k-tomy authored Feb 1, 2022
2 parents 561223f + 87aa7b7 commit 92cfb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Result/JsonFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class JsonFactory extends \Magento\Framework\Controller\Result\JsonFactory
*
* @param \Magento\Framework\ObjectManagerInterface $objectManager
* @param string $instanceName
* phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
*/
// phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
public function __construct(
ObjectManagerInterface $objectManager,
$instanceName = Json::class
Expand Down

0 comments on commit 92cfb4e

Please sign in to comment.