mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Remove phpstan comments.
This commit is contained in:
		| @@ -161,7 +161,7 @@ class ReconcileController extends Controller | ||||
|                     'selectedIds' | ||||
|                 ) | ||||
|             )->render(); | ||||
|         } catch (Throwable $e) { // @phpstan-ignore-line | ||||
|         } catch (Throwable $e) {  | ||||
|             Log::debug(sprintf('View error: %s', $e->getMessage())); | ||||
|             $view = sprintf('Could not render accounts.reconcile.overview: %s', $e->getMessage()); | ||||
|         } | ||||
| @@ -261,7 +261,7 @@ class ReconcileController extends Controller | ||||
|                 'accounts.reconcile.transactions', | ||||
|                 compact('account', 'journals', 'currency', 'start', 'end', 'selectionStart', 'selectionEnd') | ||||
|             )->render(); | ||||
|         } catch (Throwable $e) { // @phpstan-ignore-line | ||||
|         } catch (Throwable $e) {  | ||||
|             Log::debug(sprintf('Could not render: %s', $e->getMessage())); | ||||
|             $html = sprintf('Could not render accounts.reconcile.transactions: %s', $e->getMessage()); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user