🤖 Auto commit for release 'develop' on 2025-08-16

This commit is contained in:
JC5
2025-08-16 06:13:15 +02:00
parent 8f9ab150ee
commit 91ce1d3b88
24 changed files with 46 additions and 57 deletions

View File

@@ -81,7 +81,7 @@ class CategoryTransformer extends AbstractTransformer
private function beautify(?array $array): ?array
{
if(null === $array) {
if (null === $array) {
return null;
}
$return = [];