You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How to configure this file: https://phpstan.org/user-guide/ignoring-errors#ignoring-in-configuration-file
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$json of function json_decode expects string, mixed given\\.$#"
path: *
-
message: "#^PHPDoc tag @param for parameter \\$curl with type Airalo\\\\Services\\\\Curl is not subtype of native type Airalo\\\\Resources\\\\CurlResource\\.$#"
path: *
-
message: "#^Parameter \\$curl of method Airalo\\\\Services\\\\[^\\\\]+::__construct\\(\\) has invalid type Airalo\\\\Services\\\\Curl\\.$#"
path: *
-
message: "#^Call to private method post\\(\\) of class Airalo\\\\Resources\\\\CurlResource\\.$#"