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 c7522fa commit 61db05cCopy full SHA for 61db05c
src/CodeCoverage/Report/Node/File.php
@@ -654,7 +654,7 @@ protected function processFunctions(PHP_Token_Stream $tokens)
654
protected function crap($ccn, $coverage)
655
{
656
if ($coverage == 0) {
657
- return (string)( pow($ccn, 2) + $ccn );
+ return (string) (pow($ccn, 2) + $ccn);
658
}
659
660
if ($coverage >= 95) {
0 commit comments