mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Shut Robo up
This commit is contained in:
parent
4642b9fd1c
commit
ed285ee28b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ const BASE = __DIR__.\DIRECTORY_SEPARATOR;
|
|||
const BASE_TEST = BASE."tests".\DIRECTORY_SEPARATOR;
|
||||
define("IS_WIN", defined("PHP_WINDOWS_VERSION_MAJOR"));
|
||||
define("IS_MAC", php_uname("s") === "Darwin");
|
||||
error_reporting(0);
|
||||
|
||||
function norm(string $path): string {
|
||||
$out = realpath($path);
|
||||
|
|
Loading…
Reference in a new issue