Tom Rochette
Tom Rochette
@vancoz If the only case we have to deal with is `@api`, then reading the `docComment` is probably the easiest way. If you can try it out on your side...
How would branch prediction work exactly? Normally, that would be done through the accumulation of execution data.
After testing it out, I'm not sure I want it to replace the `Table` itself in all cases. I think it would be more appropriate to have an option to...
@xabbuh The issue is that HTML will probably end up containing a couple more files, namely js and css files (with the possibility of fonts as well). Thus, it would...
That could be an alternative, but then that would open the door to having other rules not available in the default build... I wouldn't mind as long as they're adding...
Rule number reuse is certainly out of the question. It is basically the main reason they're there to begin with: unique identifiers. Thanks for your feedback!
The code below works as well. The issue with the bug is that we set all arguments and options in the `Input` (in our case `InspectableArgvInput`) even if the configuration...
I'm not sure I'm following you. Can't a InputOption::VALUE_NONE be set to true/false, thus allowing us to override them via the configuration? If not, could you provide an example/test case?
Is this basically about implementing a control flow graph?
It is true that by assuming a PSR-0/4 compliant code it may be easier to determine the parent classes in a hierarchy. I do agree that using `composer.json` to tell...