diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-06-30 22:17:29 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-06-30 23:56:19 +0300 |
commit | 532ada6c8ed9eade76341dc39c99f209192d77e5 (patch) | |
tree | 6eeb2c93414e12a10fb4f1b7f161ea8f18598676 /tests/bootstrap.php | |
parent | a2354cf85acd032efa374d1f9f611f02fdbe75f6 (diff) | |
download | sql-parser-532ada6c8ed9eade76341dc39c99f209192d77e5.zip sql-parser-532ada6c8ed9eade76341dc39c99f209192d77e5.tar.gz sql-parser-532ada6c8ed9eade76341dc39c99f209192d77e5.tar.bz2 |
Miscellaneous fixes.
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 */ |