mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Add type hints and quiet a few other PHPStan complaints
This commit is contained in:
parent
c9ebd71587
commit
9f3104025d
5 changed files with 35 additions and 12 deletions
|
@ -24,5 +24,3 @@ set_exception_handler(function(Throwable $ex): void{
|
|||
|
||||
throw $ex; // Send the exception back to PHP for its usual logging routine.
|
||||
});
|
||||
|
||||
#$GLOBALS['DbConnection'] = new DbConnection(DATABASE_DEFAULT_DATABASE, DATABASE_DEFAULT_HOST);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue