Skip to content

BudsiesApp/phpstan-magento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 1 extension for PHPStan

This extension provides following features:

  • Provides correct return type for Mage::helper(), Mage::getModel(), Mage::getResourceModel(), Mage::getSingleton(), Mage_Core_Model_Layout->helper() methods

Usage

To use this extension, require it in Composer:

composer require BudsiesApp/phpstan-magento

And include extension.neon in your project's PHPStan config:

includes:
	- vendor/BudsiesApp/phpstan-magento/extension.neon