Skip to content

Commit

Permalink
fixed incorrect reference to set*Service() method
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo authored and fabpot committed Jul 1, 2012
1 parent 71176e7 commit 6a06a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Container.php
Expand Up @@ -218,8 +218,8 @@ public function has($id)
/**
* Gets a service.
*
* If a service is both defined through a set() method and
* with a set*Service() method, the former has always precedence.
* If a service is defined both through a set() method and
* with a get{$id}Service() method, the former has always precedence.
*
* @param string $id The service identifier
* @param integer $invalidBehavior The behavior when the service does not exist
Expand Down

0 comments on commit 6a06a62

Please sign in to comment.