mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add newlines and strict types check.
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| <?php | ||||
| declare(strict_types=1); | ||||
| /* | ||||
|  * DestroyedGroupEventHandler.php | ||||
|  * Copyright (c) 2020 james@firefly-iii.org | ||||
| @@ -51,4 +52,4 @@ class DestroyedGroupEventHandler | ||||
|  | ||||
|         event(new RequestedSendWebhookMessages); | ||||
|     } | ||||
| } | ||||
| } | ||||
|   | ||||
| @@ -1,4 +1,5 @@ | ||||
| <?php | ||||
| declare(strict_types=1); | ||||
| /* | ||||
|  * WebhookEventHandler.php | ||||
|  * Copyright (c) 2020 james@firefly-iii.org | ||||
| @@ -51,4 +52,4 @@ class WebhookEventHandler | ||||
|             SendWebhookMessage::dispatch($message)->afterResponse(); | ||||
|         } | ||||
|     } | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user