Skip to content

Commit

Permalink
Update library/Zend/ServiceManager/AbstractPluginManager.php
Browse files Browse the repository at this point in the history
Readability
  • Loading branch information
ThaDafinser authored and weierophinney committed Sep 14, 2012
1 parent bdf846d commit 214c559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/Zend/ServiceManager/AbstractPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ abstract class AbstractPluginManager extends ServiceManager implements ServiceLo
protected $autoAddInvokableClass = true;

/**
* @var mixed Options to use when creating an instance
* Options to use when creating an instance
*
* @var mixed
*/
protected $creationOptions = null;

Expand Down

0 comments on commit 214c559

Please sign in to comment.