Merge branches 'develop' and 'develop' of github.com:firefly-iii/firefly-iii into develop

This commit is contained in:
James Cole
2025-09-07 10:59:12 +02:00
93 changed files with 804 additions and 767 deletions

View File

@@ -147,7 +147,7 @@ abstract class Controller extends BaseController
}
if (null !== $value) {
$value = (int)$value;
$value = min(max(1, $value), 2 ** 16);
$value = min(max(1, $value), 2 ** 16);
$bag->set($integer, $value);
}
if (null === $value
@@ -164,7 +164,7 @@ abstract class Controller extends BaseController
// sort fields:
return $bag;
//return $this->getSortParameters($bag);
// return $this->getSortParameters($bag);
}
/**