magento / marketplace-eqp

Magento 1.x Coding Standard
http://docs.magento.com/marketplace/user_guide/Resources/pdf/Extension_Quality_Program_Overview.pdf
MIT License
224 stars 68 forks source link

Endless loop if encountering "new self" or "new static" #87

Closed schmengler closed 6 years ago

schmengler commented 6 years ago

The ObjectInstantiationSniff cannot handle new self and new static. It runs into an endless loop until memory runs out