Skip to content

Commit 0d306a7

Browse files
committed
fix phpstan
1 parent 14aa07b commit 0d306a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/Debug/ToolbarTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function setUp(): void
3939
parent::setUp();
4040
Services::reset();
4141

42-
is_cli(false); // @phpstan-ignore arguments.count
42+
is_cli(false);
4343

4444
$this->config = new ToolbarConfig();
4545

@@ -55,7 +55,7 @@ protected function setUp(): void
5555
protected function tearDown(): void
5656
{
5757
// Restore is_cli state
58-
is_cli(true); // @phpstan-ignore arguments.count
58+
is_cli(true);
5959

6060
parent::tearDown();
6161
}

0 commit comments

Comments
 (0)