Skip to content

Commit

Permalink
update return for ioc
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wilson committed Jun 27, 2016
1 parent afe4970 commit 34da2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Contracts/IocContainerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface IocContainerInterface
* Returns the request object with all dependencies
*
* @param string $alias
* @return object
* @return mixed
*/
public function fetch($alias);
}
2 changes: 1 addition & 1 deletion src/Traits/ManagesIocTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getIocManifest()
*
* @param string $alias
* @param string|mixed $fallback
* @return object
* @return mixed
* @throws \Exception
*/
public function fetch($alias, $fallback = '_michaels_no_fallback')
Expand Down

0 comments on commit 34da2be

Please sign in to comment.