raml-org / raml-php-parser

Community-maintained RAML parser for php
https://packagist.org/packages/raml-org/raml-php-parser
MIT License
200 stars 77 forks source link

Enhance SymfonyRouteFormatter to know about uriParameters #86

Closed brendo closed 9 years ago

brendo commented 9 years ago

As the title, this pull request beefs up the SymfonyRouteFormatter so that it's able to push through information about parameters and their default values to the Route objects.

There are also minor fixes to PHP Doc