forked from ateli-development/phpstan-magento1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.neon
51 lines (50 loc) · 1.69 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
46
47
48
49
50
51
parametersSchema:
magentoRootPath: string()
parameters:
magentoRootPath: %currentWorkingDirectory%/htdocs
excludePaths:
- */app/code/local/*/*/data/*
- */app/code/local/*/*/sql/*
bootstrapFiles:
- phpstan-bootstrap.php
scanFiles:
- %magentoRootPath%/app/Mage.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\CoreBlockAbstract\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