Skip to content

Commit c5f3119

Browse files
committed
Make clean_report public so it's testable.
1 parent 7d05014 commit c5f3119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wpephpcompat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ public function generate_directory_list() {
373373
* @param string $report The full report.
374374
* @return string The cleaned report.
375375
*/
376-
private function clean_report( $report ) {
376+
public function clean_report( $report ) {
377377
// Remove unnecessary overview.
378378
$report = preg_replace ( '/Time:.+\n/si', '', $report );
379379

0 commit comments

Comments
 (0)