Improve error message for @URL parameters
Closed this issue · 1 comments
moufmouf commented
Write this function:
/**
* @URL foo/{boo}
*/
function bar($baa) {
}
This will fail with a not easy to understand exception. In particular, there is neither a class name nor a method name.
We should improve the error message.
moufmouf commented
@npeguin @marcteyssier @nguyenk Pour info