-
-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathphpstan.neon
More file actions
20 lines (19 loc) · 725 Bytes
/
phpstan.neon
File metadata and controls
20 lines (19 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parameters:
level: 5
treatPhpDocTypesAsCertain: false
paths:
- src
#- tests
ignoreErrors:
-
message: "#^Method setasign\\\\Fpdi\\\\Fpdi\\:\\:getPdfParserInstance\\(\\) has invalid return type setasign\\\\FpdiPdfParser\\\\PdfParser\\\\PdfParser\\.$#"
count: 1
path: src/Fpdi.php
-
message: "#^Method setasign\\\\Fpdi\\\\Tcpdf\\\\Fpdi\\:\\:getPdfParserInstance\\(\\) has invalid return type setasign\\\\FpdiPdfParser\\\\PdfParser\\\\PdfParser\\.$#"
count: 1
path: src/Tcpdf/Fpdi.php
-
message: "#^Method setasign\\\\Fpdi\\\\Tfpdf\\\\Fpdi\\:\\:getPdfParserInstance\\(\\) has invalid return type setasign\\\\FpdiPdfParser\\\\PdfParser\\\\PdfParser\\.$#"
count: 1
path: src/Tfpdf/Fpdi.php