Code style fixes

This commit is contained in:
Dmitry Khomutov 2016-04-20 16:30:26 +06:00
commit 5b9c1d32f1
16 changed files with 1219 additions and 1360 deletions

View file

@ -4,10 +4,10 @@ return function (PHPCI\Plugin\Util\Factory $factory) {
$factory->registerResource(
// This function will be called when the resource is needed.
function() {
return array(
return [
'Foo' => "Stuff",
'Bar' => "More Stuff"
);
];
},
// In addition to the function for building the resource the system