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 049bc01 commit 21d924dCopy full SHA for 21d924d
src/CodeCoverage/Exception/InvalidArgumentException.php
@@ -21,7 +21,7 @@ class PHP_CodeCoverage_InvalidArgumentException extends InvalidArgumentException
21
*/
22
public static function create($argument, $type, $value = null)
23
{
24
- $stack = debug_backtrace(false);
+ $stack = debug_backtrace(PHP_VERSION_ID < 50306 ? false : 0);
25
26
return new self(
27
sprintf(
0 commit comments