symfony2admingenerator / AdmingeneratorGeneratorBundle

(old-legacy) Admingenerator for Symfony2, parse generator.yml files to build classes
http://symfony2admingenerator.org/
MIT License
360 stars 125 forks source link

Fixed PHPDoc namespace where missing \ at the start #811

Closed ndoulgeridis closed 10 years ago

ndoulgeridis commented 10 years ago

There is a \ missing at the start of PHPDoc in getObject method. That cause some very minor issues when you Inspect Code for issues.

sescandell commented 10 years ago

Hi @crash21

Thank you for your PR, but could you please push it to the 1.0 branch?

Thank you,

ndoulgeridis commented 10 years ago

Hello @sescandell,

Why only on v1.0? Why not and in master branch as well?

sescandell commented 10 years ago

Because this is something belonging tout 1.0 and so merge on v1.1 and master will be done based on this PR.

ndoulgeridis commented 10 years ago

Hello @sescandell ,

I did pull request for v1.0 branch

sescandell commented 10 years ago

See PR #811

Merge on v1.1 and master done

Thank you @crash21