Skip to content

Commit

Permalink
readme: fix [Closes #386]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 24, 2019
1 parent b0518fe commit d414c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ Errors like a typo in a variable name or an attempt to open a nonexistent file g
Or they may be displayed like errors:

```php
Debugger::$strictMode = true;
Debugger::$strictMode = true; // display all errors
Debugger::$strictMode = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; // all errors except deprecated notices
```

[![Notice rendered by Tracy](https://nette.github.io/tracy/images/tracy-notice.png)](https://nette.github.io/tracy/tracy-notice.html)
Expand Down

0 comments on commit d414c9a

Please sign in to comment.