ZF-10963: Missing closing parenthese in example
Description
http://framework.zend.com/manual/en/…
Line 11 in the example: $router->addRoute('user', $hostnameRoute->chain($plainPathRoute);
Should be: $router->addRoute('user', $hostnameRoute->chain($plainPathRoute));
Comments
Posted by Guy Halford-Thompson (guyht) on 2011-01-19T03:23:15.000+0000
Patch attached.
Posted by Ramon Henrique Ornelas (ramon) on 2011-01-22T12:19:34.000+0000
Fixed in trunk r23663 merged to release branch 1.11 r23664.