Skip to content

Commit fd82bde

Browse files
committed
build app with PR #261 #265
1 parent e0edeee commit fd82bde

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/Result/JsonFactory.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55

66
use Magento\Framework\ObjectManagerInterface;
77

8-
/**
9-
* @SuppressWarnings(PHPMD)
10-
*/
118
class JsonFactory extends \Magento\Framework\Controller\Result\JsonFactory
129
{
1310
/**
1411
* Providing a custom Json instance here.
1512
*
1613
* @param \Magento\Framework\ObjectManagerInterface $objectManager
1714
* @param string $instanceName
15+
* phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
1816
*/
1917
public function __construct(
2018
ObjectManagerInterface $objectManager,

src/view/frontend/web/js/react-checkout.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/view/frontend/web/js/react-checkout.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)