Billy Chubb
Billy Chubb
When working on some tasks, i work within the vendor folder, having installed --prefer-source, and some internal packages i use have classmap autoloading, when setting that project as my root_dir...
I have been using phpactor with neovim over the past few days, but earlier it had created .phpactor.json in the root of my project, is there a way to disable...
At my current workplace we have a custom debug bar (we use an in house framework sadly) which i am attempting to migrate to this, my main issue is the...
I use the phpactor lsp inside of neovim, and codebase-wise it works perfectly, i much prefer it to intelephense, but recently it has stopped recognising all standard php functions, i...
The current doctrine collector requires a DebugStack, this isnt in the latest version of Doctrine/DBAL which now uses middleware rather than logging stacks, the only other method of getting it...
I work on some legacy projects that use underscore based PSR-0 classnames, e.g ``` "psr-0": { "Foo_": "src/" }, ``` and the file src/Foo/Bar.php, would have a classname of Foo_Bar,...