Skip to content

Commit a94de9e

Browse files
committed
chore: fixes types
1 parent bd125f3 commit a94de9e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
includes:
22
- vendor/phpstan/phpstan-strict-rules/rules.neon
3-
- vendor/ergebnis/phpstan-rules/rules.neon
43
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
54

65
parameters:

src/Plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public function handleArguments(array $arguments): array
102102
private function extractPayload(string $method, string $argument): array
103103
{
104104
try {
105+
// @phpstan-ignore-next-line
105106
return (array) json_decode(str_replace("--{$method}=", '', $argument),
106107
true, 512, JSON_THROW_ON_ERROR);
107108
} catch (\JsonException) {

0 commit comments

Comments
 (0)