Skip to content

Commit f520ed4

Browse files
committed
chore: run cs fix
1 parent a606924 commit f520ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/View/ParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ public function testParseRuns(): void
765765

766766
public function testCanAddAndRemovePlugins(): void
767767
{
768-
$this->parser->addPlugin('first', static fn ($str): string|array => $str);
768+
$this->parser->addPlugin('first', static fn ($str): array|string => $str);
769769

770770
$setParsers = $this->getPrivateProperty($this->parser, 'plugins');
771771

0 commit comments

Comments
 (0)