File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/SampleData/Model Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,17 @@ class Dependency
51
51
* @param Filesystem\Directory\ReadInterfaceFactory $directoryReadFactory
52
52
* @throws \RuntimeException
53
53
*/
54
+ // @codingStandardsIgnoreStart
54
55
public function __construct (
55
56
ComposerInformation $ composerInformation ,
56
57
// $filesystem kept for BC
57
- // @codingStandardsIgnoreLine
58
58
Filesystem $ filesystem ,
59
59
PackageFactory $ packageFactory ,
60
60
ComponentRegistrarInterface $ componentRegistrar ,
61
61
// $directoryReadFactory optional for BC
62
62
Filesystem \Directory \ReadInterfaceFactory $ directoryReadFactory = null
63
63
) {
64
+ // @codingStandardsIgnoreEnd
64
65
$ this ->composerInformation = $ composerInformation ;
65
66
$ this ->packageFactory = $ packageFactory ;
66
67
$ this ->componentRegistrar = $ componentRegistrar ;
@@ -115,7 +116,7 @@ protected function getSuggestsFromModules()
115
116
* @return Package
116
117
* @throws \Magento\Framework\Exception\FileSystemException
117
118
*/
118
- private function getModuleComposerPackage ($ moduleDir ): Package
119
+ private function getModuleComposerPackage ($ moduleDir )
119
120
{
120
121
/*
121
122
* Also look in parent directory of registered module directory to allow modules to follow the pds/skeleton
You can’t perform that action at this time.
0 commit comments