Re: [symfony-devs] Position concerning workarounds and tradeoffs

2012-12-13 Thread Fabien Potencier
On 12/12/12 4:01 PM, Nicolas Grekas wrote: Hi devs, Recently, I've been hit by PHP bug #55156 related to annotations. The first easy workaround is to put an empty doc comment in front of every class. After looking at PHP's source code, I figured out there was a more

[symfony-devs] Position concerning workarounds and tradeoffs

2012-12-12 Thread Nicolas Grekas
Hi devs, Recently, I've been hit by PHP bug #55156 related to annotations. The first easy workaround is to put an empty doc comment in front of every class. After looking at PHP's source code, I figured out there was a more surgical one: adding an empty code block {} j