mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 03:00:14 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -116,7 +116,6 @@ class AttemptController extends Controller
|
||||
}
|
||||
if ($attempt->webhook_message_id !== $message->id) {
|
||||
throw new FireflyException('Webhook message and webhook attempt are no match');
|
||||
|
||||
}
|
||||
|
||||
$manager = $this->getManager();
|
||||
|
Reference in New Issue
Block a user