forked from ateli-development/phpstan-magento1
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextension-mage-autoload.neon
56 lines (54 loc) · 2.11 KB
/
extension-mage-autoload.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
52
53
54
55
56
# This configuration file doesn't use static reflection for loading Mage class (so it executes code of Mage file).
# Make sure you DON'T have local.xml file in your project when using this config. Otherwise you'll get errors
# about connecting to db
# this config will also throw warnings "PHP Warning: Constant DS already defined in", this is an issue in phpstan
# https://github.com/phpstan/phpstan/issues/6744#event-6194525980
parametersSchema:
magentoRootPath: string()
parameters:
magentoRootPath: %currentWorkingDirectory%/htdocs
excludePaths:
- */app/code/local/*/*/data/*
- */app/code/local/*/*/sql/*
bootstrapFiles:
- %magentoRootPath%/app/Mage.php
- phpstan-bootstrap-mage-autoload.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\CoreBlockAbstract\Helper
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
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