merged branch indeyets/phpdocs (PR #538)
This PR was merged into the master branch. Commits ------- 4174a768 Define "magic" methods of \Silex\Controller Discussion ---------- Define "magic" methods of \Silex\Controller This makes IDEs (PHPStorm, in particular) a bit happier about route-definitions. see http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.method.pkg.html Controller forwards calls to Route using __call(), but, before this patch, IDEs do not know about this, and show warnings about non-existent methods: assert(), value(), etc.
Showing
Please register or sign in to comment