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

Overcomplicate Date/Time handling. Use Mage::getSingleton('core/date'). is displayed even when using it #117

Open r-martins opened 5 years ago

r-martins commented 5 years ago

I'm getting the following error even when using Mage::getSingleton('core/date').

image

Even if I use it directly I also get the error.

The sniffer Sniffs/Stdlib/DateTimeSniff.php doesn't check if the date method in use belongs to core/date Singleton class.