We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598f700 commit 467bb73Copy full SHA for 467bb73
src/Exception/XdebugNotEnabledException.php
@@ -16,6 +16,6 @@ final class XdebugNotEnabledException extends RuntimeException implements Except
16
{
17
public function __construct()
18
19
- parent::__construct('XDEBUG_MODE=coverage or xdebug.mode=coverage has to be set');
+ parent::__construct('XDEBUG_MODE=coverage (environment variable) or xdebug.mode=coverage (PHP configuration setting) has to be set');
20
}
21
0 commit comments