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 171113e commit 0197bccCopy full SHA for 0197bcc
PHP/CodeCoverage/Util.php
@@ -43,6 +43,7 @@
43
* @since File available since Release 1.0.0
44
*/
45
46
+// @codeCoverageIgnoreStart
47
if (!defined('T_NAMESPACE')) {
48
define('T_NAMESPACE', 377);
49
}
@@ -53,6 +54,7 @@ function trait_exists($name)
53
54
return FALSE;
55
56
57
+// @codeCoverageIgnoreEnd
58
59
/**
60
* Utility methods.
0 commit comments