Matan Yadaev
Matan Yadaev
### Summary The return type of `$this->user()` inside a form request is `mixed` instead of `User`. When calling the same method from outside the form request the return type is...
### Versions: - ide-helper Version: 2.10.0 - Laravel Version: 8.50.0 - PHP Version: 8.0.8 ### Summary: The IDE doesn't recognize model that got fetched from a relation query. ```php class...
### Versions: - ide-helper Version: 2.10.0 - Laravel Version: 8.50.0 - PHP Version: 8.0.8 ### Summary: When using `Model::on(...)->first()` PHPStorm doesn't know the real type of the returned instance. ```php...
A month ago this package began to support dedicated builders https://github.com/barryvdh/laravel-ide-helper/pull/1089 ```php // PostBuilder class PostBuilder extends Builder { public function published(): static { $this->whereNotNull('published_at'); return $this; } } //...
- Larastan Version: 8.6.7 - `--level` used: max - Pull request with failing test: https://github.com/nunomaduro/larastan/pull/1049/ ### Description Larastan alerts that Carbon macro methods are parent's private methods when using: 1....
### Expected behavior When I capture div with background-image, display this image in the captured image ### Actual behavior (stack traces, console logs etc) No image is displayed, but the...
This PR moves the whole scopes to a dedicated builder (which already exists). This approach presented introduced in the "[Dedicated query builders for Eloquent models](https://timacdonald.me/dedicated-eloquent-model-query-builders/)" blogpost. @grimzy What do you...
Any idea how I turn the rules to result in a **warning** instead of **error**?
just like native andriod don't show toolbar after 120px in full opacity show it in opacity 0.01 and in 130px it will have opacity 0.15
``` In ImageServiceProvider.php line 42: Call to undefined method Intervention\Image\ImageManager::pattern() ``` Laravel 5.7, when running `composer update`