mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add code coverage ignore instructions.
This commit is contained in:
		| @@ -44,7 +44,7 @@ class AccountController extends Controller | ||||
|         $cache->addProperty('account-report'); | ||||
|         $cache->addProperty($accounts->pluck('id')->toArray()); | ||||
|         if ($cache->has()) { | ||||
|             return $cache->get(); | ||||
|             return $cache->get(); // @codeCoverageIgnore | ||||
|         } | ||||
|  | ||||
|         /** @var AccountTaskerInterface $accountTasker */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user