File tree Expand file tree Collapse file tree 1 file changed +9
-17
lines changed
app/code/Magento/SampleData/Console/Command Expand file tree Collapse file tree 1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,23 @@ class SampleDataDeployCommand extends Command
34
34
{
35
35
public const OPTION_NO_UPDATE = 'no-update ' ;
36
36
37
- /**
38
- * @var Filesystem
39
- */
40
- private $ filesystem ;
37
+ /** @var Filesystem */
38
+ private Filesystem $ filesystem ;
41
39
42
- /**
43
- * @var Dependency
44
- */
45
- private $ sampleDataDependency ;
40
+ /** @var Dependency */
41
+ private Dependency $ sampleDataDependency ;
46
42
47
43
/**
48
44
* @var ArrayInputFactory
49
45
* @deprecated 100.1.0
50
46
*/
51
- private $ arrayInputFactory ;
47
+ private ArrayInputFactory $ arrayInputFactory ;
52
48
53
- /**
54
- * @var ApplicationFactory
55
- */
56
- private $ applicationFactory ;
49
+ /** @var ApplicationFactory */
50
+ private ApplicationFactory $ applicationFactory ;
57
51
58
- /**
59
- * @var Json
60
- */
61
- private $ serializer ;
52
+ /** @var Json */
53
+ private Json $ serializer ;
62
54
63
55
/**
64
56
* @param Filesystem $filesystem
You can’t perform that action at this time.
0 commit comments