Skip to content

Commit

Permalink
Explicit error reporting config
Browse files Browse the repository at this point in the history
  • Loading branch information
hparadiz committed May 21, 2018
1 parent 484c671 commit bee5333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/divergence
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env php
<?php
error_reporting(E_ALL ^E_WARNING ^E_NOTICE);
define('DIVERGENCE_START', microtime(true));
if (file_exists(dirname(__DIR__).'/vendor/autoload.php')) { // attempt local vendor directory first
require(dirname(__DIR__).'/vendor/autoload.php');
Expand Down

0 comments on commit bee5333

Please sign in to comment.