forked from inviqa/phpstan-magento1
-
Notifications
You must be signed in to change notification settings - Fork 2
/
extension.neon
45 lines (45 loc) · 1.58 KB
/
extension.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
parametersSchema:
magentoRootDirectory: string()
parameters:
magentoRootDirectory: %currentWorkingDirectory%/htdocs
excludePaths:
- %magentoRootDirectory%/app/code/*/*/*/data/*
- %magentoRootDirectory%/app/code/*/*/*/sql/*
bootstrapFiles:
- %magentoRootDirectory%/app/Mage.php
- phpstan-bootstrap.php
typeAliases:
Mage_Catalog_Model_Entity_Product_Collection: 'Mage_Catalog_Model_Resource_Product_Collection'
callback: 'callable'
earlyTerminatingMethodCalls:
Mage:
- throwException
services:
-
class: PHPStanMagento1\Reflection\Varien\Object\MagicMethodsReflectionExtension
tags:
- phpstan.broker.methodsClassReflectionExtension
-
class: PHPStanMagento1\Type\Mage\CoreModelLayout\Helper
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PHPStanMagento1\Type\Mage\CoreModelLayout\GetBlockSingleton
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PHPStanMagento1\Type\Mage\GetModel
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension
-
class: PHPStanMagento1\Type\Mage\GetResourceModel
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension
-
class: PHPStanMagento1\Type\Mage\GetSingleton
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension
-
class: PHPStanMagento1\Type\Mage\Helper
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension