We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48dc68 commit 39516d5Copy full SHA for 39516d5
readme.md
@@ -117,7 +117,8 @@ Errors like a typo in a variable name or an attempt to open a nonexistent file g
117
Or they may be displayed like errors:
118
119
```php
120
-Debugger::$strictMode = true;
+Debugger::$strictMode = true; // display all errors
121
+Debugger::$strictMode = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; // all errors except deprecated notices
122
```
123
124
[](https://nette.github.io/tracy/tracy-notice.html)
0 commit comments