Autoformat lol

This commit is contained in:
James Cole
2026-01-23 15:09:50 +01:00
parent ae1347c550
commit 8f15a32bd6
1071 changed files with 21111 additions and 21687 deletions

View File

@@ -1,6 +1,5 @@
<?php
/*
* StringNode.php
* Copyright (c) 2025 https://github.com/Sobuno
@@ -30,8 +29,10 @@ namespace FireflyIII\Support\Search\QueryParser;
*/
class StringNode extends Node
{
public function __construct(private readonly string $value, bool $prohibited = false)
{
public function __construct(
private readonly string $value,
bool $prohibited = false
) {
$this->prohibited = $prohibited;
}