Code style fixes
This commit is contained in:
parent
5371b8fc75
commit
5b9c1d32f1
16 changed files with 1219 additions and 1360 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue