Ermak Aleksandr

Results 5 comments of Ermak Aleksandr

I'm running phpactor on MacOS with fish and bash terminal. I've tried `class:reflect`, but got the following: ``` server:master* λ phpactor class:reflect ./Common/Arrays.php In ClassNameCandidates.php line 39: There are no...

My project uses composer, but autoload wasn't configured in my `composer.json`. Adding the lines below and running `composer dump-autoload` allows me to run `phpactor class:reflect ./Common/Arrays.php`. ``` "autoload": { "psr-4":...

`phpactor class:reflect` runs fine after adding missing `composer.json` lines. `phpactor status` still fails to run.

Even in a folder with git still fails. Tested it with completely new repository. Running commands below causes the same error: ``` GitHub λ mkdir test-v3 GitHub λ cd test-v3...

> The __DIR__ line will not work with the PHAR Manual installation fixes the issue. Thank you