phpstan level 1 errors reduction
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
/** @var array $CONFIG basic configurations (defined via bootstraping) */
|
||||
/** @var array $SECRETS passwords and other stuff worth of protection (defined via bootstraping) */
|
||||
require_once "bootstrap.php";
|
||||
|
||||
// libraries
|
||||
@@ -16,4 +18,3 @@ $meta = [
|
||||
"title" => "AdminStuff",
|
||||
"description" => "Administrative Verwaltung",
|
||||
];
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user