laminas / tutorials

Learn how to create laminas-mvc applications, get in-depth guides into components, and discover how to migrate your applications to version 3!
https://docs.laminas.dev/tutorials/
Other
33 stars 37 forks source link

The paragraph about using currently matched parameters is a bit diffi… #22

Closed alexivaylov closed 4 years ago

alexivaylov commented 4 years ago
Q A
Documentation yes
Bugfix no
BC Break no
New Feature no
RFC no
QA no

Description

The paragraph about using currently matched route parameters is a bit difficult to read and I propose that we edit it in this way. * The tutorial suggests that Laminas\EventManager\EventManagerInterface::setIdentifiers() method accepts a string but the actual code suggests that it only accepts an array.

michalbundyra commented 4 years ago

Thanks, @alexivaylov!