laminas-api-tools / api-tools-rest

Laminas Module providing structure for RESTful resources
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
7 stars 16 forks source link

Fix cs checks #12

Closed alexdenvir closed 4 years ago

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

Description

Fixes long line causing cs-check fail (swaps default rest controller name from magic string to actual class constant)

michalbundyra commented 4 years ago

Thanks, @alexdenvir!