Skip to content

Commit 7e1e357

Browse files
Merge branch '1.1'
2 parents 862f532 + 8965b12 commit 7e1e357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHP/CodeCoverage/Filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function addDirectoryToWhitelist($directory, $suffix = '.php', $prefix =
203203
);
204204

205205
foreach ($files as $file) {
206-
$this->addFileToWhitelist($file, FALSE);
206+
$this->addFileToWhitelist($file);
207207
}
208208
}
209209

0 commit comments

Comments
 (0)