1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

Run Linter

This commit is contained in:
Bradley Schofield 2024-02-27 13:19:35 +00:00
parent f4b8ae8b88
commit 4050e93b1d
2 changed files with 0 additions and 2 deletions

View file

@ -31,7 +31,6 @@ class V17 extends Filter
case Response::MODEL_WEBHOOK:
$parsedResponse = $this->parseWebhook($parsedResponse);
break;
}
return $parsedResponse;

View file

@ -184,5 +184,4 @@ class V17Test extends TestCase
],
];
}
}