mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Add more type hints
This commit is contained in:
parent
52ce255c05
commit
dfb43e0fa4
6 changed files with 17 additions and 9 deletions
|
@ -3,6 +3,7 @@ use function Safe\session_unset;
|
|||
|
||||
session_start();
|
||||
|
||||
/** @var ?\Exception $exception */
|
||||
$exception = $_SESSION['exception'] ?? null;
|
||||
/** @var ?Artwork $artwork */
|
||||
$artwork = $_SESSION['artwork'] ?? null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue