forked from swaggest/php-code-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
18 lines (18 loc) · 869 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
parameters:
ignoreErrors:
- '#Access to an undefined property .*Swaggest\\JsonSchema\\NameMirror.+#'
-
message: '#invalid array key type#i' # caused by NameFlector
path: %currentWorkingDirectory%/src/JsonSchema/SchemaBuilder.php
-
message: '# of encapsed string cannot be cast to string#' # caused by NameFlector
path: %currentWorkingDirectory%/src/JsonSchema/SchemaBuilder.php
-
message: '#Result of \|\| is always false#' # caused by NameFlector
path: %currentWorkingDirectory%/src/JsonSchema/SchemaExporterInterface.php
-
message: '#Strict comparison using === between string and#' # caused by NameFlector
path: %currentWorkingDirectory%/src/JsonSchema/SchemaExporterInterface.php
-
message: '#Binary operation "." between string and#' # caused by NameFlector
path: %currentWorkingDirectory%/src/JsonSchema/TypeBuilder.php