Skip to content

Commit 852d170

Browse files
committed
1 parent fbc1cc8 commit 852d170

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/functions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @SuppressWarnings(PHPMD.ExitExpression)
1111
* Does not work if I move to the function annotation
1212
* See https://github.com/phpmd/phpmd/issues/337
13+
* @codeCoverageIgnore Can't cover on codecov.io
1314
*/
1415
if (! function_exists('dd')) {
1516
/**
@@ -27,6 +28,9 @@ function dd(...$vars): void
2728
}
2829
}
2930

31+
/**
32+
* @codeCoverageIgnore Can't cover on codecov.io
33+
*/
3034
if (! function_exists('d')) {
3135
/**
3236
* Alias of var_dump()

0 commit comments

Comments
 (0)