Code style fixes
This commit is contained in:
parent
6891b8a75f
commit
047311c481
25 changed files with 946 additions and 1017 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue