mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fix phpstan issues.
This commit is contained in:
		| @@ -27,8 +27,8 @@ | ||||
|                         {% endif %} | ||||
|                     </a> | ||||
|                     ({{ attachment.size|filesize }}) | ||||
|                     {% if null != attachment.notes  and '' != attachment.notes %} | ||||
|                         {{ attachment.notes|default('')|markdown }} | ||||
|                     {% if null != attachment.notes_text  and '' != attachment.notes_text %} | ||||
|                         {{ attachment.notes_text|default('')|markdown }} | ||||
|                     {% endif %} | ||||
|                 {% endif %} | ||||
|                 {% if not attachment.file_exists %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user