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 8d687b4 commit 4093bc1Copy full SHA for 4093bc1
src/CodeCoverage/Report/HTML/Renderer/File.php
@@ -43,6 +43,20 @@
43
* @since File available since Release 1.1.0
44
*/
45
46
+// @codeCoverageIgnoreStart
47
+if (!defined('T_TRAIT')) {
48
+ define('T_TRAIT', 1001);
49
+}
50
+
51
+if (!defined('T_INSTEADOF')) {
52
+ define('T_INSTEADOF', 1002);
53
54
55
+if (!defined('T_CALLABLE')) {
56
+ define('T_CALLABLE', 1003);
57
58
+// @codeCoverageIgnoreEnd
59
60
/**
61
* Renders a PHP_CodeCoverage_Report_Node_File node.
62
*
0 commit comments