Skip to content

Commit 176607b

Browse files
committed
Code styles improvements
1 parent 135ae47 commit 176607b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Block/Adminhtml/System/Config/Form/DynamicRow.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
namespace Magefan\HtmlSitemap\Block\Adminhtml\System\Config\Form;
88

99
use Magento\Config\Block\System\Config\Form\Field\FieldArray\AbstractFieldArray;
10-
/**
11-
* Class DynamicRow
12-
*/
10+
1311
class DynamicRow extends AbstractFieldArray
1412
{
1513

Block/Adminhtml/System/Config/Form/Field/FrequencyColumn.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
use Magento\Framework\View\Element\Html\Select;
1212

1313
use Magento\Backend\Block\Template\Context;
14+
1415
class FrequencyColumn extends Select
1516
{
1617
public function __construct(
1718
\Magento\Sitemap\Model\Config\Source\Frequency $frequency,
1819
Context $context,
19-
array $data = [])
20-
{
20+
array $data = []
21+
) {
2122
$this->_frequency = $frequency;
2223
parent::__construct($context, $data);
2324
}
@@ -61,4 +62,4 @@ private function getSourceOptions(): array
6162
{
6263
return $this->_frequency->toOptionArray();
6364
}
64-
}
65+
}

Setup/Patch/Data/MigrateFromOldToNewAdditionalLinks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ public static function getVersion()
112112
{
113113
return "2.0.4";
114114
}
115-
}
115+
}

0 commit comments

Comments
 (0)