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
5050 * @param array $data
5151 * @param \Magento\Framework\Serialize\Serializer\Json $serializer
5252 * @param \Magento\Framework\Serialize\SerializerInterface $serializerInterface
53+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
5354 */
5455 public function __construct (
5556 \Magento \Framework \View \Element \Template \Context $ context ,
@@ -71,7 +72,7 @@ public function __construct(
7172 }
7273
7374 /**
74- * @return string
75+ * @inheritdoc
7576 */
7677 public function getJsLayout ()
7778 {
@@ -116,6 +117,8 @@ public function getBaseUrl()
116117 }
117118
118119 /**
120+ * Retrieve serialized checkout config.
121+ *
119122 * @return bool|string
120123 * @since 100.2.0
121124 */
You can’t perform that action at this time.
0 commit comments