Skip to content

Commit c9406f4

Browse files
committed
Set return type to void on setUp for phpunit
Closes: #261 Signed-off-by: William Desportes <[email protected]>
1 parent 7ecda87 commit c9406f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Lexer/TokensListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TokensListTest extends TestCase
1919
/**
2020
* Test setup.
2121
*/
22-
public function setUp()
22+
public function setUp(): void
2323
{
2424
$this->tokens = [
2525
new Token('SELECT', Token::TYPE_KEYWORD),

0 commit comments

Comments
 (0)