mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-29 15:58:42 +00:00
Automated formatting changes
This commit is contained in:
parent
3c50200ee1
commit
83f05e3b79
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user