Skip to content

Commit cb81858

Browse files
committed
Regenerated baseline
1 parent 523850a commit cb81858

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -414,42 +414,6 @@ parameters:
414414
count: 1
415415
path: code_samples/field_types/2dpoint_ft/src/Form/Type/Point2DType.php
416416

417-
-
418-
message: '#^Method App\\Serializer\\Point2D\\ValueNormalizer\:\:normalize\(\) never returns ArrayObject\<\(int\|string\), mixed\> so it can be removed from the return type\.$#'
419-
identifier: return.unusedType
420-
count: 1
421-
path: code_samples/field_types/2dpoint_ft/src/Serializer/Point2D/ValueNormalizer.php
422-
423-
-
424-
message: '#^Method App\\Serializer\\Point2D\\ValueNormalizer\:\:normalize\(\) never returns bool so it can be removed from the return type\.$#'
425-
identifier: return.unusedType
426-
count: 1
427-
path: code_samples/field_types/2dpoint_ft/src/Serializer/Point2D/ValueNormalizer.php
428-
429-
-
430-
message: '#^Method App\\Serializer\\Point2D\\ValueNormalizer\:\:normalize\(\) never returns float so it can be removed from the return type\.$#'
431-
identifier: return.unusedType
432-
count: 1
433-
path: code_samples/field_types/2dpoint_ft/src/Serializer/Point2D/ValueNormalizer.php
434-
435-
-
436-
message: '#^Method App\\Serializer\\Point2D\\ValueNormalizer\:\:normalize\(\) never returns int so it can be removed from the return type\.$#'
437-
identifier: return.unusedType
438-
count: 1
439-
path: code_samples/field_types/2dpoint_ft/src/Serializer/Point2D/ValueNormalizer.php
440-
441-
-
442-
message: '#^Method App\\Serializer\\Point2D\\ValueNormalizer\:\:normalize\(\) never returns null so it can be removed from the return type\.$#'
443-
identifier: return.unusedType
444-
count: 1
445-
path: code_samples/field_types/2dpoint_ft/src/Serializer/Point2D/ValueNormalizer.php
446-
447-
-
448-
message: '#^Method App\\Serializer\\Point2D\\ValueNormalizer\:\:normalize\(\) never returns string so it can be removed from the return type\.$#'
449-
identifier: return.unusedType
450-
count: 1
451-
path: code_samples/field_types/2dpoint_ft/src/Serializer/Point2D/ValueNormalizer.php
452-
453417
-
454418
message: '#^Class App\\Form\\Type\\Point2DType extends generic class Symfony\\Component\\Form\\AbstractType but does not specify its types\: TData$#'
455419
identifier: missingType.generics

0 commit comments

Comments
 (0)