mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Some generic code refactoring.
This commit is contained in:
		| @@ -139,7 +139,7 @@ class Search implements SearchInterface | ||||
|         if (2 === count($parts) && '' !== trim((string)$parts[1]) && '' !== trim((string)$parts[0])) { | ||||
|             $type  = trim((string)$parts[0]); | ||||
|             $value = trim((string)$parts[1]); | ||||
|             if (\in_array($type, $this->validModifiers, true)) { | ||||
|             if (in_array($type, $this->validModifiers, true)) { | ||||
|                 // filter for valid type | ||||
|                 $this->modifiers->push(['type' => $type, 'value' => $value]); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user