phpstan-magento icon indicating copy to clipboard operation
phpstan-magento copied to clipboard

Magento specific extension for PHPStan

Results 23 phpstan-magento issues
Sort by recently updated
recently updated
newest added

This would probably be exactly the same as the ProxyAutoloader. I know this isn't something that _should_ ever occur in code, but I've got legacy code and we're trying to...

Hi, An issue I run into occasionally is that it's pretty common in Magento for a concrete class to implement a lot of methods not covered by its interface. For...

Hello, I’m encountering an issue where referencing a class with `::class` causes the referenced class to throw the following error in CI (but not locally): ``` Method Two::getDependencies() should return...