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 21d924d commit 85a7b89Copy full SHA for 85a7b89
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(PHP_VERSION_ID < 50306 ? false : 0);
+ $stack = debug_backtrace(0);
25
26
return new self(
27
sprintf(
0 commit comments