Skip to content

Commit 7dc1990

Browse files
author
Frank Kleine
committed
adjust wording
1 parent a5a512e commit 7dc1990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/assert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function exporter(): Exporter
257257
}
258258

259259
/**
260-
* blacklist our own classes from being displayed in PHPUnit error stacks
260+
* exclude our own classes from being displayed in PHPUnit error stacks
261261
*/
262262
if (class_exists(\PHPUnit\Util\ExcludeList::class)) {
263263
\PHPUnit\Util\ExcludeList::addDirectory(__DIR__);

0 commit comments

Comments
 (0)