@@ -43,6 +43,7 @@ class Dependency
43
43
*/
44
44
private $ directoryReadFactory ;
45
45
46
+ //@codingStandardsIgnoreStart
46
47
/**
47
48
* @param ComposerInformation $composerInformation
48
49
* @param Filesystem $filesystem
@@ -51,7 +52,6 @@ class Dependency
51
52
* @param Filesystem\Directory\ReadInterfaceFactory $directoryReadFactory
52
53
* @throws \RuntimeException
53
54
*/
54
- // @codingStandardsIgnoreStart
55
55
public function __construct (
56
56
ComposerInformation $ composerInformation ,
57
57
// $filesystem kept for BC
@@ -61,7 +61,6 @@ public function __construct(
61
61
// $directoryReadFactory optional for BC
62
62
Filesystem \Directory \ReadInterfaceFactory $ directoryReadFactory = null
63
63
) {
64
- // @codingStandardsIgnoreEnd
65
64
$ this ->composerInformation = $ composerInformation ;
66
65
$ this ->packageFactory = $ packageFactory ;
67
66
$ this ->componentRegistrar = $ componentRegistrar ;
@@ -70,6 +69,7 @@ public function __construct(
70
69
}
71
70
$ this ->directoryReadFactory = $ directoryReadFactory ;
72
71
}
72
+ //@codingStandardsIgnoreEnd
73
73
74
74
/**
75
75
* Retrieve list of sample data packages from suggests
0 commit comments