asispts
asispts
>  > Please, support `/** @var $obj Class */` -1 for this feature. Both `/* @var */` and `/** @var $obj Class */` are wrong, should not be supported....
First of all, I don't think this is a bug either. Unfortunately, the issue template only provides two options: bug report or security vulnerability. That's why I added `[feature]` to...
The directory is not part of the project. It's just a temp directory, similar to `var` directory in a `Symfony` project, or `dist` and `build` dirs in `public` directory. Do...
Then you can think of `/public/build/` directory in `Laravel`. You can easily remove this directory, unlike directories inside `/storage/` directory, because you have to recreate or restore `.gitignore` files for...
Yeah, I've added `tests/object-manager.php`. I still got an error ``` Method Repository::findByEmail() should return UserDto|null but returns mixed. ``` The first method should have no issue.
Yeah, tested on the latest version ``` phpstan: 1.10.64 phpstan-doctrine: 1.3.64 ```
I'll try that
Sure, I will prepare the PR
Probably related to #37918 as well