dantleech

Results 873 comments of dantleech

Yes it is slow and there isn't much that can be dine about that currently. As of the last release it should ask you if you wish to continue or...

because while finding all source files that contain `__invoke` is fast, analyzing those files to see if the `$caller->__invoke()` is an instanceo the class you need is not. Because there...

Basically Phpactor does not play well with large multi-thousand line files (if that's what you have), and it doesn't really play well with Laravel either (although that's a different topic)....