-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
43 lines (37 loc) · 1.29 KB
/
phpstan-baseline.neon
File metadata and controls
43 lines (37 loc) · 1.29 KB
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
parameters:
ignoreErrors:
-
message: '#^Offset 0 does not exist on TYPO3\\CMS\\Extbase\\Persistence\\ObjectStorage\<SkillDisplay\\Skills\\Domain\\Model\\Brand\>\.$#'
identifier: offsetAccess.notFound
count: 1
path: Classes/Controller/BackendController.php
-
message: '#^Variable \$campaign might not be defined\.$#'
identifier: variable.undefined
count: 2
path: Classes/Controller/CertificationController.php
-
message: '#^Variable \$cert might not be defined\.$#'
identifier: variable.undefined
count: 1
path: Classes/Controller/CertificationController.php
-
message: '#^Variable \$user might not be defined\.$#'
identifier: variable.undefined
count: 4
path: Classes/Controller/CertificationController.php
-
message: '#^Variable \$verifier might not be defined\.$#'
identifier: variable.undefined
count: 4
path: Classes/Controller/CertificationController.php
-
message: '#^Access to property \$billingPortal on an unknown class Stripe\\StripeClient\.$#'
identifier: class.notFound
count: 1
path: Classes/Controller/PaymentController.php
-
message: '#^Unreachable statement \- code above always terminates\.$#'
identifier: deadCode.unreachable
count: 1
path: Classes/Domain/Repository/RecommendedSkillSetRepository.php