-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
50 lines (50 loc) · 2.34 KB
/
phpstan.neon.dist
File metadata and controls
50 lines (50 loc) · 2.34 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
44
45
46
47
48
49
50
parameters:
level: 10
reportUnmatchedIgnoredErrors: false
paths:
- ./classes
- ./views
- ./progress-planner.php
- ./uninstall.php
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.generics
- identifier: binaryOp.invalid
- identifier: cast.string
- identifier: cast.int
- identifier: cast.double
- identifier: offsetAccess.nonOffsetAccessible
- identifier: echo.nonString
- identifier: encapsedStringPart.nonString
- identifier: assignOp.invalid
- identifier: method.nonObject
- identifier: foreach.nonIterable
- identifier: argument.type
- identifier: return.type
- identifier: clone.nonObject
- identifier: callable.nonCallable
- identifier: assign.propertyType
- '#Function YoastSEO not found.#'
- '#.*unknown class YoastSEO.*#'
- '#Call to static method get_instance\(\) on an unknown class WPSEO_Options.#'
- '#Variable \$prpl_[a-zA-Z0-9_]+ might not be defined.#'
- '#Call to an undefined method Progress_Planner\\Base\:\:get_[a-zA-Z0-9\\_]+\(\).#'
- '#Cannot call method modify\(\) on DateTime\|false.#'
- '#Cannot call method format\(\) on DateTime\|false.#'
-
identifier: variable.undefined
path: views/popovers/email-sending.php
- identifier: property.nonObject
paths:
- classes/suggested-tasks/data-collector/class-yoast-orphaned-content.php
- classes/suggested-tasks/data-collector/class-uncategorized-category.php
- classes/suggested-tasks/data-collector/class-terms-without-posts.php
- classes/suggested-tasks/data-collector/class-terms-without-description.php
- classes/suggested-tasks/data-collector/class-post-tag-count.php
- classes/suggested-tasks/data-collector/class-post-author.php
- classes/suggested-tasks/providers/integrations/aioseo/class-archive-author.php
- classes/suggested-tasks/providers/integrations/aioseo/class-archive-date.php
- classes/suggested-tasks/providers/integrations/aioseo/class-crawl-settings-feed-authors.php
- classes/suggested-tasks/providers/integrations/aioseo/class-crawl-settings-feed-global-comments.php
- classes/suggested-tasks/providers/integrations/aioseo/class-media-pages.php
- classes/suggested-tasks/providers/integrations/aioseo/class-organization-logo.php