Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

fatal error: Argument 1 passed to Zend\Mvc\Router\Console\Catchall::__construct() must be of the type array #24

Closed
bacinsky opened this issue Aug 24, 2015 · 1 comment

Comments

@bacinsky
Copy link

Make sure that defaults are set https://github.com/zendframework/zend-mvc/blob/master/src/Router/Console/Catchall.php#L88

return new static(isset($options['defaults']) ? $options['defaults'] : []);
@samsonasik
Copy link
Contributor

I've created PR #93 for it

weierophinney added a commit that referenced this issue Mar 8, 2016
…ch-all

Fixes #24 : Fixes Fatal error in Catchall::factory
weierophinney added a commit that referenced this issue Mar 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants