Skip to content

Commit

Permalink
Added extra whitespace (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelgalic committed Sep 30, 2024
1 parent 51d3def commit aa30b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/di/firehub.Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ private function setRecordInstance (string $abstract, array $parameters):void {
($object = DataIs::null($object = $record['concrete']($this, ...$parameters))
? throw new Error("Container is implementing null for $abstract!")
: $object)
) ? $object
) ? $object
: throw new Error("Container cannot resolve: $abstract, because it is binding to a different class: ".$object::class),
'parameters' => $parameters
]);
Expand Down

0 comments on commit aa30b68

Please sign in to comment.