Skip to content

Commit d91fb2e

Browse files
Merge branch '10.1'
2 parents 4f6cd75 + 467bb73 commit d91fb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)