Skip to content

Commit

Permalink
Fix docblock example
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstuck committed Aug 2, 2015
1 parent 5313db2 commit d0f1966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handler/Locator/CallableLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Let's say you have a Symfony container or similar that works via a 'get'
* method. You can pass in an array style callable such as:
*
* $locator = new CallableLocator([$container, 'get')
* $locator = new CallableLocator([$container, 'get'])
*
* This is easy to set up and will now automatically pipe the command name
* straight through to the $container->get() method without having to write
Expand Down

0 comments on commit d0f1966

Please sign in to comment.