File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Checkout/Block Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ class Onepage extends \Magento\Framework\View\Element\Template
50
50
* @param array $data
51
51
* @param \Magento\Framework\Serialize\Serializer\Json $serializer
52
52
* @param \Magento\Framework\Serialize\SerializerInterface $serializerInterface
53
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
53
54
*/
54
55
public function __construct (
55
56
\Magento \Framework \View \Element \Template \Context $ context ,
@@ -71,7 +72,7 @@ public function __construct(
71
72
}
72
73
73
74
/**
74
- * @return string
75
+ * @inheritdoc
75
76
*/
76
77
public function getJsLayout ()
77
78
{
@@ -116,6 +117,8 @@ public function getBaseUrl()
116
117
}
117
118
118
119
/**
120
+ * Retrieve serialized checkout config.
121
+ *
119
122
* @return bool|string
120
123
* @since 100.2.0
121
124
*/
You can’t perform that action at this time.
0 commit comments