Skip to content

Commit 0537e16

Browse files
Ignore PHP_CodeSniffer and PHPMD rules for BC layer function.
1 parent ac462ea commit 0537e16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PHP/CodeCoverage/Util.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,17 @@
4444
*/
4545

4646
// @codeCoverageIgnoreStart
47+
// @codingStandardsIgnoreStart
48+
/**
49+
* @SuppressWarnings(PHPMD)
50+
*/
4751
if (!function_exists('trait_exists')) {
4852
function trait_exists($name)
4953
{
5054
return FALSE;
5155
}
5256
}
57+
// @codingStandardsIgnoreEnd
5358
// @codeCoverageIgnoreEnd
5459

5560
/**

0 commit comments

Comments
 (0)