E_ALL -> -1
diff --git a/index.php b/index.php
index c212cac..a11c5c1 100644
--- a/index.php
+++ b/index.php
@@ -55,7 +55,7 @@
 switch (ENVIRONMENT)
 {
 	case 'development':
-		error_reporting(E_ALL);
+		error_reporting(-1);
 		ini_set('display_errors', 1);
 	break;