diff options
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a72ad98..6cc3c63 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -26,7 +26,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase /** * Gets the token list generated by lexing this query. * - * @param string $query The query to be lexed. + * @param string $query The query to be lexed. * * @return TokensList */ @@ -39,7 +39,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase /** * Gets the errors as an array. * - * @param Lexer|Parser $obj Object containing the errors. + * @param Lexer|Parser $obj Object containing the errors. * * @return array */ |