mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -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
|
@ -23,6 +23,7 @@ try{
|
|||
throw new Exceptions\InvalidCredentialsException();
|
||||
}
|
||||
|
||||
/** @var stdClass $data */
|
||||
$data = json_decode($post);
|
||||
|
||||
if($data->fromAddress == 'support@fracturedatlas.org' && strpos($data->subject, 'NOTICE:') !== false){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue