rector fixes + bug fixes

This commit is contained in:
Dennis Eichhorn 2023-05-27 03:06:46 +00:00
parent 9bf4525c25
commit 50ee1b7f75

View File

@ -378,7 +378,7 @@ final class TaskMapper extends DataMapperFactory
} }
$count = $fetched[0][0] ?? 0; $count = $fetched[0][0] ?? 0;
} catch (\Exception $e) { } catch (\Exception $_) {
return -1; return -1;
} }