Code style fixes

This commit is contained in:
Dmitry Khomutov 2016-04-21 13:46:38 +06:00
commit 047311c481
25 changed files with 946 additions and 1017 deletions

View file

@ -12,9 +12,9 @@ return function (PHPCI\Plugin\Util\Factory $factory) {
$factory->registerResource(
// This function will be called when the resource is needed.
function() {
return array(
return [
'bar' => "Hello",
);
];
},
"requiredArgument",
null