creads / api2symfony

NOT MAINTAINED ANYMORE - PHP library to automatically generate Symfony2 controllers from API specifications (RAML, Blueprint, Swagger...)
MIT License
13 stars 4 forks source link

removed SymfonyResponse::setActions and added addAction(SymfonyAction) #7

Closed pitpit closed 9 years ago

pitpit commented 9 years ago

to force and type parameter passed to method

please merge PR #3, #4, #5 and #6 before

qpautrat commented 9 years ago

Remove parameter passing by reference.

pitpit commented 9 years ago

fixed and merged with master