Address newly detected PHPStan issues#606
Conversation
|
@derrabus @stof the remaing issue about
|
| /** | ||
| * @param AbstractAsset|string $asset | ||
| * | ||
| * @phpstan-ignore missingType.generics (a listener should receive all types of assets) |
There was a problem hiding this comment.
The proper way would be to use AbstractAsset<*> (where phpstan will then properly check that the logic actually supports any kind of asset)
|
@greg0ire |
It seems to be mandatory now.
No description provided.