mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fix various phpstan issues.
This commit is contained in:
		| @@ -229,8 +229,7 @@ class FireflyValidator extends Validator | ||||
|         } | ||||
|         try { | ||||
|             $checksum = bcmod($iban, '97'); | ||||
|         } catch (ValueError $e) { | ||||
|             /** @phpstan-ignore-line */ | ||||
|         } catch (ValueError $e) { // @phpstan-ignore-line
 | ||||
|             $message = sprintf('Could not validate IBAN check value "%s" (IBAN "%s")', $iban, $value); | ||||
|             app('log')->error($message); | ||||
|             app('log')->error($e->getTraceAsString()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user