diff --git a/src/bin/bootstrap.php b/src/bin/bootstrap.php index 3ea4f05..0162f9c 100644 --- a/src/bin/bootstrap.php +++ b/src/bin/bootstrap.php @@ -10,6 +10,9 @@ * @since 0.1.0 */ +// Exit the script for all warnings and notices. +ini_set( 'xdebug.halt_level', E_WARNING | E_NOTICE | E_USER_WARNING | E_USER_NOTICE ); + /** * The WordPress config file. *