Skip to content

Commit

Permalink
Released version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 30, 2016
1 parent 841aff7 commit 89cd0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tracy/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Debugger
{
const VERSION = '2.4.0';
const VERSION = '2.4.1';

/** server modes for Debugger::enable() */
const
Expand All @@ -43,7 +43,7 @@ class Debugger

/********************* errors and exceptions reporting ****************d*g**/

/** @var bool|int determines whether any error will cause immediate death; if integer that it's matched against error severity */
/** @var bool|int determines whether any error will cause immediate death in development mode; if integer that it's matched against error severity */
public static $strictMode = FALSE;

/** @var bool disables the @ (shut-up) operator so that notices and warnings are no longer hidden */
Expand Down

0 comments on commit 89cd0c8

Please sign in to comment.