mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Autoformat lol
This commit is contained in:
@@ -33,7 +33,7 @@ namespace FireflyIII\Support\Search\QueryParser;
|
||||
class NodeResult
|
||||
{
|
||||
public function __construct(
|
||||
public readonly ?Node $node,
|
||||
public readonly bool $isSubqueryEnd
|
||||
public readonly null|Node $node,
|
||||
public readonly bool $isSubqueryEnd
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user