Raffael Comi

Results 8 comments of Raffael Comi

The inspection should mark either the class name (`FooBar`) or `self` as the wrong style, according to the inspections setting.

You're right about the description. But I remember having the possibility to quick fix the return type. Either this was another inspection or a case of false memory :shrug: The...

> Perhaps it was the inspection for [declaring return type hints](https://github.com/kalessil/phpinspectionsea/blob/master/testData/fixtures/lang/typeHints/return-type-hints.replacement-generation-after-8.php?rgh-link-date=2021-06-27T15%3A41%3A40Z) which was suggesting 'self' as return type? Maybe. `self` is btw only suggested if the `@return` annotation type is...

duplicate of #204

I would argue that even the current implementation is not what I'd expect. Packages that are only referenced (or required) in dependencies of mine should be marked as unused, since...

Funnily enough, the feature itself seems to be the cause of a crash. At least if the log is a bit bigger. I had some random crash and on the...

Would it be possible to only invalidate the cache if relevant parts of the file have changed? I.e. invalidate the cache only if the services section changed. Changes in other...

> @ComiR I believe it's not a good idea, because fetching undefined param in your code also can lead to an error. IMHO invalidation should happen if there's _any actual...