Skip to content

Commit cd6d995

Browse files
authored
[PHPStan] Regenerated baseline (#2817)
1 parent bcbec49 commit cd6d995

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

phpstan-baseline.neon

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,24 @@ parameters:
360360
count: 1
361361
path: code_samples/customer_portal/src/Form/VerifyType.php
362362

363+
-
364+
message: '#^Class Ibexa\\Contracts\\DiscountsCodes\\Value\\Struct\\DiscountCodeCreateStruct constructor invoked with 4 parameters, 5 required\.$#'
365+
identifier: arguments.count
366+
count: 1
367+
path: code_samples/discounts/src/Command/ManageDiscountsCommand.php
368+
369+
-
370+
message: '#^Class Ibexa\\DiscountsCodes\\Value\\DiscountCondition\\IsValidDiscountCode constructor invoked with 2 parameters, 3 required\.$#'
371+
identifier: arguments.count
372+
count: 1
373+
path: code_samples/discounts/src/Command/ManageDiscountsCommand.php
374+
375+
-
376+
message: '#^Parameter \#4 \$creatorId of class Ibexa\\Contracts\\DiscountsCodes\\Value\\Struct\\DiscountCodeCreateStruct constructor expects int\|null, DateTimeImmutable given\.$#'
377+
identifier: argument.type
378+
count: 1
379+
path: code_samples/discounts/src/Command/ManageDiscountsCommand.php
380+
363381
-
364382
message: '#^Method App\\FieldType\\Point2D\\Type\:\:getSettingsSchema\(\) return type has no value type specified in iterable type array\.$#'
365383
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)