Skip to content

Commit 467bb73

Browse files
Improve exception message
1 parent 598f700 commit 467bb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Exception/XdebugNotEnabledException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ final class XdebugNotEnabledException extends RuntimeException implements Except
1616
{
1717
public function __construct()
1818
{
19-
parent::__construct('XDEBUG_MODE=coverage or xdebug.mode=coverage has to be set');
19+
parent::__construct('XDEBUG_MODE=coverage (environment variable) or xdebug.mode=coverage (PHP configuration setting) has to be set');
2020
}
2121
}

0 commit comments

Comments
 (0)