Skip to content

Commit

Permalink
Simple multiline comment & fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Aug 21, 2023
1 parent 7c411f4 commit e8a2ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/php/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function ($class) {
}
);

/**
* If t runs with coverage, it needs all the tokens to exist.
/*
* If the test suite runs with coverage, it needs all the tokens to exist.
* load-coverage-tokens.php will load the tokens that can be missing,
* such as the PHP 8 tokens when running PHPUnit 5.
*/
Expand Down

0 comments on commit e8a2ff7

Please sign in to comment.