Skip to content

Commit cd6550e

Browse files
DerManoManngithub-actions[bot]
authored andcommitted
BACKPORT-CONFLICT
1 parent 9cf5d1a commit cd6550e

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,28 @@
11
parameters:
22
ignoreErrors:
33
-
4+
<<<<<<< HEAD
5+
=======
6+
<<<<<<< HEAD
7+
message: '#^Property OpenApi\\Annotations\\AbstractAnnotation\:\:\$x \(array\<string, mixed\>\) does not accept string\.$#'
8+
identifier: assign.propertyType
9+
count: 1
10+
path: docs/examples/processors/schema-query-parameter/SchemaQueryParameter.php
11+
12+
-
13+
message: '#^Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist\.$#'
14+
identifier: attribute.notFound
15+
count: 1
16+
path: docs/examples/specs/using-links/attributes/User.php
17+
18+
-
19+
>>>>>>> 34e473e ( BACKPORT-CONFLICT)
420
message: '#^Call to function method_exists\(\) with ReflectionProperty and ''isPromoted'' will always evaluate to true\.$#'
521
identifier: function.alreadyNarrowedType
22+
=======
23+
message: '#^Call to an undefined method Reflector\:\:getAttributes\(\)\.$#'
24+
identifier: method.notFound
25+
>>>>>>> 9cdd14a (Improve phpstan config (#1928))
626
count: 1
727
path: src/Analysers/AttributeAnnotationFactory.php
828

@@ -67,6 +87,28 @@ parameters:
6787
path: src/Processors/DocBlockDescriptions.php
6888

6989
-
90+
<<<<<<< HEAD
91+
=======
92+
<<<<<<< HEAD
93+
message: '#^Property OpenApi\\Annotations\\JsonContent\:\:\$encoding \(array\<OpenApi\\Annotations\\Encoding\>\) does not accept string\.$#'
94+
identifier: assign.propertyType
95+
count: 1
96+
path: src/Processors/MergeJsonContent.php
97+
98+
-
99+
message: '#^Property OpenApi\\Annotations\\Schema\:\:\$examples \(array\<OpenApi\\Annotations\\Examples\>\) does not accept string\.$#'
100+
identifier: assign.propertyType
101+
count: 1
102+
path: src/Processors/MergeJsonContent.php
103+
104+
-
105+
message: '#^Property OpenApi\\Annotations\\Schema\:\:\$examples \(array\<OpenApi\\Annotations\\Examples\>\) does not accept string\.$#'
106+
identifier: assign.propertyType
107+
count: 1
108+
path: src/Processors/MergeXmlContent.php
109+
110+
-
111+
>>>>>>> 34e473e ( BACKPORT-CONFLICT)
70112
message: '#^Call to function method_exists\(\) with ReflectionProperty and ''isPromoted'' will always evaluate to true\.$#'
71113
identifier: function.alreadyNarrowedType
72114
count: 2
@@ -79,6 +121,8 @@ parameters:
79121
path: src/Type/TypeInfoTypeResolver.php
80122

81123
-
124+
=======
125+
>>>>>>> 9cdd14a (Improve phpstan config (#1928))
82126
message: '#^Parameter \#1 \$callback of function spl_autoload_register expects \(callable\(string\)\: void\)\|null, array\{Composer\\Autoload\\ClassLoader, ''findFile''\} given\.$#'
83127
identifier: argument.type
84128
count: 1

0 commit comments

Comments
 (0)