-
The docblock specifies an exception should be thrown [here](https://github.com/zendframework/zf2/blob/master/library/Zend/ServiceManager/AbstractPluginManager.php#L161), but isn't. I believe that code…
-
Hi!
Nice module! I think it would be great if you could consider contributing some of these traits to ZF2 itself. While we can't consume them in ZF2, we can [provide traits](https://github.com/zendfr…
-
In zf2, most "Manager" classes such as `Zend\ServiceManager\ServiceManager`, `Zend\EventManager\EventManager`, `Zend\Mvc\Controller\PluginManager` are assigned to variable names like `$services`, `$ev…
-
I am redesigning our site in Zurb Foundation 3 and absolutely loving it. Thank you SO much for all the great work your doing and for making ZF3 avalialble to everyone else!
I'd like to use the error …
-
#### Use case:
`modules/Application/Module.php`
``` php
// inside modules/Application/Module.php
public function onBootstrap(MvcEvent $e)
{
/** @var Application $application */
…