Skip to content

Commit 42779da

Browse files
authored
Merge pull request #1 from sozo-design/analysis-N4kNvy
Apply fixes from StyleCI
2 parents c353106 + ef0dfd0 commit 42779da

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)