We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c4341 commit e4f40d7Copy full SHA for e4f40d7
Tests/ParserTest.php
@@ -25,12 +25,12 @@ class ParserTest extends TestCase
25
/** @var Parser */
26
protected $parser;
27
28
- protected function setUp()
+ protected function setUp(): void
29
{
30
$this->parser = new Parser();
31
}
32
33
- protected function tearDown()
+ protected function tearDown(): void
34
35
$this->parser = null;
36
0 commit comments