Skip to content

Commit

Permalink
Set return type to void on setUp for phpunit
Browse files Browse the repository at this point in the history
Closes: #261

Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Sep 24, 2019
1 parent 7ecda87 commit c9406f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Lexer/TokensListTest.php
Expand Up @@ -19,7 +19,7 @@ class TokensListTest extends TestCase
/**
* Test setup.
*/
public function setUp()
public function setUp(): void
{
$this->tokens = [
new Token('SELECT', Token::TYPE_KEYWORD),
Expand Down

0 comments on commit c9406f4

Please sign in to comment.