Adhere PHP-CS..

This commit is contained in:
Philipp
2023-01-16 22:25:26 +01:00
parent f609e38600
commit 293c121c48
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);