mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-03 11:02:54 +00:00
Do some code cleanup courtesy of Mago.
This commit is contained in:
@@ -202,7 +202,7 @@ class QueryParser implements QueryParserInterface
|
||||
return new NodeGroup($nodes, $prohibited);
|
||||
}
|
||||
|
||||
private function createNode(string $token, string $fieldName, bool $prohibited): Node
|
||||
private function createNode(#[\SensitiveParameter] string $token, string $fieldName, bool $prohibited): Node
|
||||
{
|
||||
if ('' !== $fieldName) {
|
||||
// OK dus hoe trim je \" correct?
|
||||
|
||||
Reference in New Issue
Block a user