mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Code cleanup courtesy of Scrutiniser CI.
This commit is contained in:
		| @@ -19,7 +19,7 @@ use Log; | ||||
|  * | ||||
|  * @package FireflyIII\Rules\Triggers | ||||
|  */ | ||||
| class DescriptionContains extends AbstractTrigger implements TriggerInterface | ||||
| final class DescriptionContains extends AbstractTrigger implements TriggerInterface | ||||
| { | ||||
|  | ||||
|     /** | ||||
| @@ -41,7 +41,7 @@ class DescriptionContains extends AbstractTrigger implements TriggerInterface | ||||
|     public static function willMatchEverything($value = null) | ||||
|     { | ||||
|         if (!is_null($value)) { | ||||
|             return strval($value) === ""; | ||||
|             return strval($value) === ''; | ||||
|         } | ||||
|  | ||||
|         return true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user