Can Vural
Can Vural
### Versions: - ide-helper Version: 2.10.0 - PHP Version: 8.0.8 ### Description: I have a column in my migration which uses `unsignedTinyInteger` And in database it's type is `TINYINT(3)` with...
There are some internal stuff that needs to be cleaned up or implemented in a different way. So I thought I can keep track of them in this one issue....
From the [docs](https://laravel.com/docs/6.x/eloquent-relationships#counting-related-models): > If you want to count the number of results from a relationship without actually loading them you may use the withCount method, which will place a...
## The Problem With the new `model-property` type and `ModelPropertyRule` Larastan now has the ability to check the existence of model columns that are given to a method. Adding the...
Implements https://github.com/phpstan/phpstan/issues/7388 Some parts needs a little bit of clean up, but I think the logic is correct. After review, I'll clean up the messy parts.
This PR adds a new tag `@phpstan-consistent-templates` and new checks for it. Fixes one part of https://github.com/phpstan/phpstan/issues/5512 There are some parts I am not sure of. - Naming of the...
This PR upgrades the `nunomaduro/larastan` dependency to the latest version. Which gets rid of an ignored error.
# Bug report When a class has array shape in one of it's generic arguments, and the type is compared against the same exact thing PHPStan produces an error on...
Hi 👋🏽 Since some time (actually over a a year or two) there is a bug that effects Larastan. Some of the reported ones I could find: - https://github.com/larastan/larastan/issues/1214 -...