|
| 1 | +parameters: |
| 2 | + ignoreErrors: |
| 3 | + - |
| 4 | + message: "#^Parameter \\#2 \\$array of function implode expects array\\|null, array\\<string\\>\\|string given\\.$#" |
| 5 | + count: 2 |
| 6 | + path: src/Core/OAuth1Provider.php |
| 7 | + |
| 8 | + - |
| 9 | + message: "#^Parameter \\#1 \\$separator of function explode expects non\\-empty\\-string, string given\\.$#" |
| 10 | + count: 1 |
| 11 | + path: src/Core/OAuth2Provider.php |
| 12 | + |
| 13 | + - |
| 14 | + message: "#^Method chillerlan\\\\OAuth\\\\Core\\\\OAuthProvider\\:\\:cleanBodyParams\\(\\) should return array\\<string, string\\> but returns array\\<int\\|string, bool\\|float\\|int\\|string\\|null\\>\\.$#" |
| 15 | + count: 1 |
| 16 | + path: src/Core/OAuthProvider.php |
| 17 | + |
| 18 | + - |
| 19 | + message: "#^Method chillerlan\\\\OAuth\\\\Core\\\\OAuthProvider\\:\\:cleanQueryParams\\(\\) should return array\\<string, string\\> but returns array\\<int\\|string, bool\\|float\\|int\\|string\\|null\\>\\.$#" |
| 20 | + count: 1 |
| 21 | + path: src/Core/OAuthProvider.php |
| 22 | + |
| 23 | + - |
| 24 | + message: "#^Parameter \\#1 \\$content of method Psr\\\\Http\\\\Message\\\\StreamFactoryInterface\\:\\:createStream\\(\\) expects string, string\\|false given\\.$#" |
| 25 | + count: 1 |
| 26 | + path: src/Core/OAuthProvider.php |
| 27 | + |
| 28 | + - |
| 29 | + message: "#^Parameter \\#1 \\$length of function random_bytes expects int\\<1, max\\>, int given\\.$#" |
| 30 | + count: 1 |
| 31 | + path: src/Core/OAuthProvider.php |
| 32 | + |
| 33 | + - |
| 34 | + message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#" |
| 35 | + count: 1 |
| 36 | + path: src/Core/Utilities.php |
| 37 | + |
| 38 | + - |
| 39 | + message: "#^Method chillerlan\\\\OAuth\\\\OAuthProviderFactory\\:\\:getProvider\\(\\) should return chillerlan\\\\OAuth\\\\Core\\\\OAuthInterface but returns object\\.$#" |
| 40 | + count: 1 |
| 41 | + path: src/OAuthProviderFactory.php |
| 42 | + |
| 43 | + - |
| 44 | + message: "#^Access to an undefined property object\\:\\:\\$name\\.$#" |
| 45 | + count: 1 |
| 46 | + path: src/Providers/GuildWars2.php |
| 47 | + |
| 48 | + - |
| 49 | + message: "#^Access to an undefined property object\\:\\:\\$permissions\\.$#" |
| 50 | + count: 1 |
| 51 | + path: src/Providers/GuildWars2.php |
| 52 | + |
| 53 | + - |
| 54 | + message: "#^Method chillerlan\\\\OAuth\\\\Providers\\\\LastFM\\:\\:parseTrack\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 55 | + count: 1 |
| 56 | + path: src/Providers/LastFM.php |
| 57 | + |
| 58 | + - |
| 59 | + message: "#^Method chillerlan\\\\OAuth\\\\Providers\\\\LastFM\\:\\:scrobble\\(\\) has parameter \\$tracks with no value type specified in iterable type array\\.$#" |
| 60 | + count: 1 |
| 61 | + path: src/Providers/LastFM.php |
| 62 | + |
| 63 | + - |
| 64 | + message: "#^Method chillerlan\\\\OAuth\\\\Providers\\\\LastFM\\:\\:scrobble\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 65 | + count: 1 |
| 66 | + path: src/Providers/LastFM.php |
| 67 | + |
| 68 | + - |
| 69 | + message: "#^Method chillerlan\\\\OAuth\\\\Providers\\\\LastFM\\:\\:sendScrobbles\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 70 | + count: 1 |
| 71 | + path: src/Providers/LastFM.php |
| 72 | + |
| 73 | + - |
| 74 | + message: "#^Parameter \\#1 \\$body of method chillerlan\\\\OAuth\\\\Providers\\\\LastFM\\:\\:sendScrobbles\\(\\) expects array\\<string, string\\>, array\\<string, bool\\|float\\|int\\|string\\> given\\.$#" |
| 75 | + count: 1 |
| 76 | + path: src/Providers/LastFM.php |
| 77 | + |
| 78 | + - |
| 79 | + message: "#^Property chillerlan\\\\OAuth\\\\Core\\\\AccessToken\\:\\:\\$expires \\(int\\) does not accept DateInterval\\|DateTime\\|int\\|null\\.$#" |
| 80 | + count: 1 |
| 81 | + path: tests/Core/AccessTokenTest.php |
| 82 | + |
| 83 | + - |
| 84 | + message: "#^Call to method chillerlan\\\\OAuth\\\\Core\\\\AuthenticatedUser\\:\\:fromIterable\\(\\) on a separate line has no effect\\.$#" |
| 85 | + count: 1 |
| 86 | + path: tests/Core/AuthenticatedUserTest.php |
| 87 | + |
| 88 | + - |
| 89 | + message: "#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<T of object\\>\\|T of object, string given\\.$#" |
| 90 | + count: 2 |
| 91 | + path: tests/Core/UtilitiesTest.php |
| 92 | + |
| 93 | + - |
| 94 | + message: "#^Parameter \\#2 \\$string of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertMatchesRegularExpression\\(\\) expects string, int\\|string given\\.$#" |
| 95 | + count: 1 |
| 96 | + path: tests/Providers/Live/AmazonAPITest.php |
| 97 | + |
| 98 | + - |
| 99 | + message: "#^Access to an undefined property chillerlan\\\\DotEnv\\\\DotEnv\\:\\:\\$GW2_TOKEN\\.$#" |
| 100 | + count: 1 |
| 101 | + path: tests/Providers/Live/GuildWars2APITest.php |
| 102 | + |
| 103 | + - |
| 104 | + message: "#^Access to an undefined property chillerlan\\\\DotEnv\\\\DotEnv\\:\\:\\$GW2_TOKEN_NAME\\.$#" |
| 105 | + count: 1 |
| 106 | + path: tests/Providers/Live/GuildWars2APITest.php |
| 107 | + |
| 108 | + - |
| 109 | + message: "#^Dead catch \\- chillerlan\\\\OAuth\\\\Providers\\\\ProviderException is never thrown in the try block\\.$#" |
| 110 | + count: 1 |
| 111 | + path: tests/Providers/Live/MusicBrainzAPITest.php |
| 112 | + |
| 113 | + - |
| 114 | + message: """ |
| 115 | + #^Fetching class constant class of deprecated class chillerlan\\\\OAuth\\\\Providers\\\\OpenStreetmap\\: |
| 116 | + https\\://github\\.com/openstreetmap/operations/issues/867$# |
| 117 | + """ |
| 118 | + count: 1 |
| 119 | + path: tests/Providers/Live/OpenStreetmapAPITest.php |
| 120 | + |
| 121 | + - |
| 122 | + message: "#^Parameter \\#1 \\$content of method Psr\\\\Http\\\\Message\\\\StreamFactoryInterface\\:\\:createStream\\(\\) expects string, string\\|false given\\.$#" |
| 123 | + count: 2 |
| 124 | + path: tests/Providers/Unit/OAuth2ProviderUnitTestAbstract.php |
| 125 | + |
| 126 | + - |
| 127 | + message: "#^Parameter \\#1 \\$expected of static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) expects class\\-string\\<object\\>, string given\\.$#" |
| 128 | + count: 1 |
| 129 | + path: tests/Providers/Unit/OAuthProviderUnitTestAbstract.php |
| 130 | + |
| 131 | + - |
| 132 | + message: """ |
| 133 | + #^Fetching class constant class of deprecated class chillerlan\\\\OAuth\\\\Providers\\\\OpenStreetmap\\: |
| 134 | + https\\://github\\.com/openstreetmap/operations/issues/867$# |
| 135 | + """ |
| 136 | + count: 1 |
| 137 | + path: tests/Providers/Unit/OpenStreetmapTest.php |
0 commit comments