From ed285ee28b56c8365090d5717479ac7b892e6a96 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Mon, 1 Mar 2021 19:02:15 -0500 Subject: [PATCH] Shut Robo up --- RoboFile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/RoboFile.php b/RoboFile.php index 0f1a349..ec6457c 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -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);