-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
19 lines (16 loc) · 691 Bytes
/
phpstan.neon
File metadata and controls
19 lines (16 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
level: max
inferPrivatePropertyTypeFromConstructor: true
checkDynamicProperties: true
paths:
- .
excludePaths:
- vendor/*
ignoreErrors:
- '/ has no return type specified./'
- message: '/Use service contracts to persist entities in favour of Magento\\Cron\\Model\\Schedule\:\:save\(\) method/'
path: Cron/ScheduleJob.php
- message: '/Call to deprecated method save\(\) of class Magento\\Framework\\Model\\AbstractModel/'
path: Cron/ScheduleJob.php
- message: '/Parameter \#1 \$(autoload_function|callback) of function spl_autoload_register expects/'
path: Test/bootstrap.php