Skip to content

Commit e2bba2a

Browse files
committed
Code sniffer fix
1 parent f05d3ca commit e2bba2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Console/Command/RunCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
103103

104104
$this->processor->setEnvironment($environment);
105105

106-
foreach($components as $component) {
106+
foreach ($components as $component) {
107107
$this->processor->addComponent($component);
108108
}
109109

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"satooshi/php-coveralls": "^1.0",
2222
"magento/mtf": "dev-develop"
2323
},
24-
"version": "0.3.0-dev",
24+
"version": "0.3.1-dev",
2525
"autoload": {
2626
"files": [ "registration.php" ],
2727
"psr-4": {

0 commit comments

Comments
 (0)