dantleech
dantleech
Phactor needs a project root, try opening the folder where you want to create the file
IIRC you need to disable VS code's default PHP integration, there will be a setting for it somewhere....
are you using the PHPUnit phar? are you using Rector?
Phpactor analyzes files with a temporary name, so I wouldn't expect the baseline tk catch it. This however is a feature for me, the baseline is there to prevent new...
yes indeed, that's just what we need, created an issue https://github.com/phpactor/phpactor/issues/2934
probably a docblock parser issue
oh, thanks for the PR - unfortunate timinng as I randomly felt like fixing it and merged before seeing your PR. It fixes your specific issue (line 718) but perhaps...
@ADmad that warning is telling you to specify the types of the array, `array` is implicitly `array` which is almost always not what you want - and if it is...
PRs welcome :)