mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 06:10:36 -04:00
Bump PHPStan check level to max and add final round of type hints
This commit is contained in:
parent
110c091a7b
commit
70ae877dd8
15 changed files with 86 additions and 52 deletions
|
@ -35,6 +35,7 @@ try{
|
|||
throw new Exceptions\WebhookException('Couldn\'t understand HTTP request.', $post);
|
||||
}
|
||||
|
||||
/** @var array<array<string>> $data */
|
||||
$data = json_decode($post, true);
|
||||
|
||||
// Decide what event we just received.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue