Skip to content

Commit

Permalink
Fixed 2 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Apr 4, 2024
1 parent 86aa4ea commit a086ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/DI/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ public function get(string $name): mixed
}

/**
* TBD
* Resolve the dependencies of a given injection.
*
* @param array $list
* @return array
* @param Injection $injection
* @return mixed
*/
public function inject(Injection $injection): mixed // Route
{
Expand Down
2 changes: 1 addition & 1 deletion src/DI/Injection.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function getDependencies(): array
/**
* Depenedency
*
* @param string $dependency
* @param string $name
* @return self
*
* @throws Exception
Expand Down

0 comments on commit a086ab1

Please sign in to comment.