Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Dec 3, 2024
1 parent 79e75b5 commit 6a06935
Showing 1 changed file with 0 additions and 80 deletions.
80 changes: 0 additions & 80 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -75,61 +75,6 @@ parameters:
count: 1
path: examples/mandates/revoke-mandate.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 2
path: examples/orders/cancel-order-lines.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/cancel-order.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/create-order.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/list-methods.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/list-orders.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/refund-order-completely.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/refund-order-partially.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/update-order-line.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/update-order-lines-multiple.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/update-order.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/orders/webhook.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 2
Expand Down Expand Up @@ -245,31 +190,6 @@ parameters:
count: 1
path: examples/settlements/list-settlements.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/shipments/create-shipment-all.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/shipments/create-shipment-partial.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/shipments/get-shipment.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/shipments/list-shipments.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
path: examples/shipments/update-shipment.php

-
message: "#^Variable \\$mollie might not be defined\\.$#"
count: 1
Expand Down

0 comments on commit 6a06935

Please sign in to comment.