Browse Source

tweaking the error bootstrap file.

Taylor Otwell 13 years ago
parent
commit
07f3f5d03c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      laravel/bootstrap/errors.php

+ 2 - 2
laravel/bootstrap/errors.php

@@ -78,9 +78,9 @@ register_shutdown_function(function() use ($handler)
 });
 });
 
 
 /**
 /**
- * Set the error reporting and display levels. Since the framework
+ * Turn off all PHP error reporting and display. Since the framework
  * will be displaying the exception messages, we don't want PHP to
  * will be displaying the exception messages, we don't want PHP to
- * display any error information.
+ * display any ugly error information.
  */
  */
 error_reporting(-1);
 error_reporting(-1);