Skip to content

Commit ef0dfd0

Browse files
committed
Apply fixes from StyleCI
1 parent c353106 commit ef0dfd0

File tree

1 file changed

+4
-4
lines changed
  • Block/System/Config/Form/Fieldset

1 file changed

+4
-4
lines changed

Block/System/Config/Form/Fieldset/Hint.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ class Hint extends Template implements RendererInterface
6060
* @param array $data
6161
*/
6262
public function __construct(
63-
Context $context,
63+
Context $context,
6464
ProductMetadataInterface $productMetaData,
65-
Loader $loader,
66-
ConfigProvider $configProvider,
67-
array $data = []
65+
Loader $loader,
66+
ConfigProvider $configProvider,
67+
array $data = []
6868
) {
6969
parent::__construct($context, $data);
7070
$this->metaData = $productMetaData;

0 commit comments

Comments
 (0)