Automated formatting changes

This commit is contained in:
Formatter Bot 2022-04-19 21:41:52 +00:00
parent 3c50200ee1
commit 83f05e3b79

View File

@ -48,7 +48,7 @@ final class QAHelperMapper extends DataMapperFactory
?->fetchAll();
if ($questionScore === null) {
$questionScore = [];;
$questionScore = [];
}
foreach ($questionScore as $votes) {
@ -65,7 +65,7 @@ final class QAHelperMapper extends DataMapperFactory
?->fetchAll();
if ($answerScore === null) {
$answerScore = [];;
$answerScore = [];
}
foreach ($answerScore as $votes) {