Skip to content

Commit

Permalink
Fix static tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec authored and Tommy Quissens committed Jan 14, 2019
1 parent 7e3ea1b commit f72fb42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/code/Magento/Checkout/Block/Onepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class Onepage extends \Magento\Framework\View\Element\Template
* @param array $data
* @param \Magento\Framework\Serialize\Serializer\Json $serializer
* @param \Magento\Framework\Serialize\SerializerInterface $serializerInterface
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function __construct(
\Magento\Framework\View\Element\Template\Context $context,
Expand All @@ -71,7 +72,7 @@ public function __construct(
}

/**
* @return string
* @inheritdoc
*/
public function getJsLayout()
{
Expand Down Expand Up @@ -116,6 +117,8 @@ public function getBaseUrl()
}

/**
* Retrieve serialized checkout config.
*
* @return bool|string
* @since 100.2.0
*/
Expand Down

0 comments on commit f72fb42

Please sign in to comment.