1
0
Fork 0

Adhere PHP-CS..

This commit is contained in:
Philipp Holzer 2023-01-16 22:25:26 +01:00
commit 293c121c48
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 14 additions and 14 deletions

View file

@ -92,8 +92,8 @@ class InstanceManager implements ICanManageInstances
'instanceOf' => $decorator['class'],
'constructParams' => empty($decorator['arguments']) ? null : $decorator['arguments'],
/// @todo maybe support call structures for hooks as well in a later stage - could make factory calls easier
'call' => null,
'substitutions' => [$class => $instance],
'call' => null,
'substitutions' => [$class => $instance],
]);
$instance = $this->dice->create($class);