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 b979e0a commit 268d2bbCopy full SHA for 268d2bb
app/code/Magento/Bundle/Model/Plugin/PriceBackend.php
@@ -1,14 +1,15 @@
1
<?php
2
+
3
/**
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
+declare(strict_types=1);
8
9
namespace Magento\Bundle\Model\Plugin;
10
11
- * Class PriceBackend
- *
- * Make price validation optional for bundle dynamic
12
+ * Make price validation optional for bundle dynamic
13
14
class PriceBackend
15
{
@@ -30,6 +31,7 @@ public function aroundValidate(
30
31
) {
32
return true;
33
}
34
35
return $proceed($object);
36
37
0 commit comments