mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Update more code.
This commit is contained in:
@@ -30,11 +30,8 @@ namespace FireflyIII\Support\Search\QueryParser;
|
||||
*/
|
||||
class StringNode extends Node
|
||||
{
|
||||
private string $value;
|
||||
|
||||
public function __construct(string $value, bool $prohibited = false)
|
||||
public function __construct(private readonly string $value, bool $prohibited = false)
|
||||
{
|
||||
$this->value = $value;
|
||||
$this->prohibited = $prohibited;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user