Skip to content

Commit c053bcc

Browse files
committed
Rearrange @codingStandardsIgnoreStart
1 parent bd53786 commit c053bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/SampleData/Model/Dependency.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Dependency
4343
*/
4444
private $directoryReadFactory;
4545

46+
//@codingStandardsIgnoreStart
4647
/**
4748
* @param ComposerInformation $composerInformation
4849
* @param Filesystem $filesystem
@@ -51,7 +52,6 @@ class Dependency
5152
* @param Filesystem\Directory\ReadInterfaceFactory $directoryReadFactory
5253
* @throws \RuntimeException
5354
*/
54-
// @codingStandardsIgnoreStart
5555
public function __construct(
5656
ComposerInformation $composerInformation,
5757
// $filesystem kept for BC
@@ -61,7 +61,6 @@ public function __construct(
6161
// $directoryReadFactory optional for BC
6262
Filesystem\Directory\ReadInterfaceFactory $directoryReadFactory = null
6363
) {
64-
// @codingStandardsIgnoreEnd
6564
$this->composerInformation = $composerInformation;
6665
$this->packageFactory = $packageFactory;
6766
$this->componentRegistrar = $componentRegistrar;
@@ -70,6 +69,7 @@ public function __construct(
7069
}
7170
$this->directoryReadFactory = $directoryReadFactory;
7271
}
72+
//@codingStandardsIgnoreEnd
7373

7474
/**
7575
* Retrieve list of sample data packages from suggests

0 commit comments

Comments
 (0)