mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Auto commit for release 'develop' on 2024-02-15
This commit is contained in:
@@ -131,10 +131,6 @@ class UpdateRequest implements UpdateRequestInterface
|
||||
|
||||
/**
|
||||
* TODO make shorter
|
||||
*
|
||||
* @param array $information
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
private function parseResult(array $information): array
|
||||
{
|
||||
@@ -150,6 +146,7 @@ class UpdateRequest implements UpdateRequestInterface
|
||||
if (str_starts_with($current, 'develop')) {
|
||||
Log::debug(sprintf('User is running develop version "%s"', $current));
|
||||
$parts = explode('/', $current);
|
||||
|
||||
/** @var Carbon $devDate */
|
||||
$devDate = Carbon::createFromFormat('Y-m-d', $parts[1]);
|
||||
|
||||
|
Reference in New Issue
Block a user