Grldk
Grldk
### Describe the feature you would like to see added Would live to see the filter as seen in the Tree component added to the TreeSelect component. As far as...
Not sure if this is a bug or a feature request, but I have the following code (roughly): ```php interface Foo { public function bar(); } class A implements Foo...
### Versions: - ide-helper Version: 2.12.3 - Laravel Version: 9.25.1 - PHP Version: 8.1.x ### Description: Suppose a model like this: ```php
**Describe the bug** I suppose this is related to [issue 1714](https://github.com/bmewburn/vscode-intelephense/issues/1714), which was fixed recently. We have a similar problem, but are also using an interface. In this case the...
- Laravel Version: 10.15.0 - Larastan Version: 2.6.3 - `--level` used: 6 ### Description Code looks like this: ```php use Illuminate\Database\Eloquent\Collection as EloquentCollection; if ($collection instanceof EloquentCollection) { \PHPStan\dumpType($collection); $collection...
### Description I've had a couple of blade files with undetected merge conflicts now, because of saving when there are still some unresolved conflicts. Because the blade formatter can move...
This PR adds an option to surpress the progress bar when running fastest. The progress bar adds clutter when used in CI/CD for example, this option helps to avoid that.
We have a couple of folders that are ignored by phpstan (through the excludePaths config in phpstan.neon.dist). If I run this extension in single file mode and scan a file...
Hi, I like this library, would love to use it, but for us the lack of column formatting is a deal breaker unfortunately. Would you consider adding simple Column Formatting...