-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpstan.neon
More file actions
35 lines (33 loc) · 1.61 KB
/
phpstan.neon
File metadata and controls
35 lines (33 loc) · 1.61 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
parameters:
level: max
paths:
- src
ignoreErrors:
-
message: """
#^Call to deprecated method columnExists\\(\\) of class Shopware\\\\Core\\\\Framework\\\\Migration\\\\MigrationStep\\:
tag\\:v6\\.8\\.0 \\- reason\\:exception\\-change \\- Will throw \\{@see \\\\Shopware\\\\Core\\\\Framework\\\\Util\\\\UtilException\\} instead of \\{@see \\\\Doctrine\\\\DBAL\\\\Exception\\\\TableNotFoundException\\}$#
"""
path: src/Migration/
reportUnmatched: false
-
message: '#.* generic class Shopware\\Core\\Framework\\DataAbstractionLayer\\EntityRepository.*not specify its types: TEntityCollection#'
reportUnmatched: false
-
message: "#^Out of .* possible param types, only .* %% actually have it\\. Add more param types to get over 99 %%$#"
reportUnmatched: false
-
message: """
#^Call to deprecated method execute\\(\\) of class Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Doctrine\\\\RetryableQuery\\:
tag\\:v6\\.7\\.0 \\- reason\\:return\\-type\\-change \\- return type will be changed to int\\|string$#
"""
reportUnmatched: false
-
message: """
#tag\\:v6\\.8\\.0 \\- reason\\:return\\-type\\-change \\- Will return static natively$#
"""
reportUnmatched: false
-
identifier: shopware.noEntityRepositoryInLoop
path: src/Command/CleanupExcludesCommand.php
reportUnmatched: false