mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Add more type hints
This commit is contained in:
parent
52ce255c05
commit
dfb43e0fa4
6 changed files with 17 additions and 9 deletions
|
@ -10,7 +10,7 @@ if($GLOBALS['User'] !== null){
|
|||
|
||||
$email = HttpInput::Str(SESSION, 'email');
|
||||
$redirect = HttpInput::Str(SESSION, 'redirect') ?? HttpInput::Str(GET, 'redirect');
|
||||
|
||||
/** @var ?\Exception $exception */
|
||||
$exception = $_SESSION['exception'] ?? null;
|
||||
$passwordRequired = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue