asispts

Results 20 comments of asispts

> ![image](https://user-images.githubusercontent.com/1340674/171317884-cbd4c8a7-ad98-493d-9909-f6ba52bbd3a3.png) > 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 ```

Sure, I will prepare the PR