Skip to content

Commit 80f780a

Browse files
Remove closing PHP tags.
1 parent fe62a9f commit 80f780a

File tree

18 files changed

+2
-19
lines changed

18 files changed

+2
-19
lines changed

PHP/CodeCoverage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,4 +492,3 @@ protected function processUncoveredFilesFromWhitelist()
492492
$this->append($data, 'UNCOVERED_FILES_FROM_WHITELIST');
493493
}
494494
}
495-
?>

PHP/CodeCoverage/Driver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ public function start();
6969
*/
7070
public function stop();
7171
}
72-
?>

PHP/CodeCoverage/Driver/Xdebug.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,3 @@ public function stop()
8484
// @codeCoverageIgnoreEnd
8585
}
8686
}
87-
?>

PHP/CodeCoverage/Filter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,3 @@ public function getWhitelist()
363363
return array_keys($this->whitelistedFiles);
364364
}
365365
}
366-
?>

PHP/CodeCoverage/Report/Clover.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,4 +448,3 @@ public function process(PHP_CodeCoverage $coverage, $target = NULL, $name = NULL
448448
}
449449
}
450450
}
451-
?>

PHP/CodeCoverage/Report/HTML.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,3 @@ protected function copyFiles($target)
157157
}
158158
}
159159
}
160-
?>

PHP/CodeCoverage/Report/HTML/Node.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,4 +482,3 @@ abstract public function render($target, $title, $charset = 'ISO-8859-1', $lowUp
482482

483483
require_once 'PHP/CodeCoverage/Report/HTML/Node/Directory.php';
484484
require_once 'PHP/CodeCoverage/Report/HTML/Node/File.php';
485-
?>

PHP/CodeCoverage/Report/HTML/Node/Directory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,3 @@ protected function doRenderItems(array $items, $lowUpperBound, $highLowerBound,
396396
return $result;
397397
}
398398
}
399-
?>

PHP/CodeCoverage/Report/HTML/Node/File.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,4 +851,3 @@ protected function processFunctions()
851851
}
852852
}
853853
}
854-
?>

PHP/CodeCoverage/Util.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,4 +910,3 @@ class_parents($coveredElement)
910910
return $codeToCoverList;
911911
}
912912
}
913-
?>

0 commit comments

Comments
 (0)