Skip to content

Commit eac9e23

Browse files
committed
refactor: remove resolved findings from baseline
1 parent 194474d commit eac9e23

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -900,33 +900,3 @@ parameters:
900900
count: 1
901901
path: src/JsonSchema/Uri/UriRetriever.php
902902

903-
-
904-
message: "#^Method JsonSchema\\\\Validator\\:\\:check\\(\\) has no return type specified\\.$#"
905-
count: 1
906-
path: src/JsonSchema/Validator.php
907-
908-
-
909-
message: "#^Method JsonSchema\\\\Validator\\:\\:check\\(\\) has parameter \\$schema with no type specified\\.$#"
910-
count: 1
911-
path: src/JsonSchema/Validator.php
912-
913-
-
914-
message: "#^Method JsonSchema\\\\Validator\\:\\:check\\(\\) has parameter \\$value with no type specified\\.$#"
915-
count: 1
916-
path: src/JsonSchema/Validator.php
917-
918-
-
919-
message: "#^Method JsonSchema\\\\Validator\\:\\:coerce\\(\\) has no return type specified\\.$#"
920-
count: 1
921-
path: src/JsonSchema/Validator.php
922-
923-
-
924-
message: "#^Method JsonSchema\\\\Validator\\:\\:coerce\\(\\) has parameter \\$schema with no type specified\\.$#"
925-
count: 1
926-
path: src/JsonSchema/Validator.php
927-
928-
-
929-
message: "#^Method JsonSchema\\\\Validator\\:\\:coerce\\(\\) has parameter \\$value with no type specified\\.$#"
930-
count: 1
931-
path: src/JsonSchema/Validator.php
932-

0 commit comments

Comments
 (0)