forked from ebaschiera/simplify-magento-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
24 lines (24 loc) · 771 Bytes
/
phpstan.neon
File metadata and controls
24 lines (24 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
parameters:
reportUnmatchedIgnoredErrors: false
excludes_analyse:
- lib/simplifycommerce-sdk-php
ignoreErrors:
- '#Using \$this outside a class#'
- '#Call to an undefined method [a-zA-Z0-9\\_]+::(get|set|uns|has)[A-Z]#'
-
message: '#Variable \$(block|this) might not be defined.#'
paths:
- view/frontend/*
- view/adminhtml/*
- view/frontend/*
- view/adminhtml/*
-
message: '#Undefined variable: \$(block|this)#'
paths:
- view/frontend/*
- view/adminhtml/*
- view/frontend/*
- view/adminhtml/*
fileExtensions:
- php
- phtml