Caleb White
Caleb White
Yes, it looks to be a huge php file...the top of the file seems to have some binary bits but all the class definitions look to be readable  
Technically the `phar` can be one of three types (however, the phar extension can convert between the formats very easily): > Phar archives can be distributed as tar archives, zip...
Awesome!! It looks like it's working, thank you! I'm getting auto-completion and class/method docs I am getting this error occasionally though: Error in service "indexer" "Phpactor\Extension\LanguageServerIndexer\Handler\IndexerHandler:Phpactor\LanguageServer\Core\Service\{closure}": internal corruption of phar...
@mad-briller, just wanted to make you aware about this new feature!
After further inspection it looks to be a conflict with [ide-helper](https://github.com/barryvdh/laravel-ide-helper) helper file...apparently the helper file stub definition is replacing the real class definition instead of complimenting it
@dantleech One way the [Laravel ide-helper](https://github.com/barryvdh/laravel-ide-helper) works is by creating an `_ide_helper_models.php` file which contains stubs for all the models with auto-generated docblocks that look like the following: ```php namespace...
I don't think [`@see`](https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#513-see) can be used inline
Appears that this is working below Laravel 9.48 but is broken above that
Awesome! However, this seems better suited for the [Bladestan](https://github.com/TomasVotruba/bladestan) project which is already analyzing blade files. To the best of my knowledge (and I could be wrong), but Larastan does...
If you're using the extension-installer then the Carbon extension should be automatically installed. Try testing the Carbon mixin without Larastan, and if the issue still persists then it's something on...