🤖 Auto commit for release 'develop' on 2025-10-05

This commit is contained in:
JC5
2025-10-05 13:03:51 +02:00
parent 50279d623c
commit b0033cf9ed
180 changed files with 285 additions and 455 deletions

View File

@@ -33,6 +33,7 @@ use FireflyIII\Notifications\User\SubscriptionsOverdueReminder;
use FireflyIII\Support\Facades\Preferences;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Notification;
use function Safe\json_encode;
/**

View File

@@ -164,7 +164,6 @@ class UserEventHandler
/**
* Set the demo user back to English.
*
*/
public function demoUserBackToEnglish(Login $event): void
{
@@ -181,8 +180,6 @@ class UserEventHandler
}
}
/**
*/
public function notifyNewIPAddress(DetectedNewIPAddress $event): void
{
$user = $event->user;
@@ -445,8 +442,6 @@ class UserEventHandler
Log::debug(sprintf('If you see no errors above this line, test notification was sent over channel "%s"', $event->channel));
}
/**
*/
public function storeUserIPAddress(ActuallyLoggedIn $event): void
{
app('log')->debug('Now in storeUserIPAddress');

View File

@@ -44,8 +44,6 @@ class VersionCheckEventHandler
/**
* Checks with GitHub to see if there is a new version.
*
* @param RequestedVersionCheckStatus $event
*
* @throws ContainerExceptionInterface
* @throws FireflyException
* @throws NotFoundExceptionInterface
@@ -93,8 +91,6 @@ class VersionCheckEventHandler
}
/**
* @param RequestedVersionCheckStatus $event
*
* @throws FireflyException
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface