mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
Disable Turbo for now
This commit is contained in:
@@ -73,7 +73,7 @@ class QuizSpreadsheetService
|
||||
*
|
||||
* @throws SpreadsheetDataException
|
||||
*/
|
||||
private function fillQuizFromArray(Quiz $quiz, array $sheet): Quiz
|
||||
private function fillQuizFromArray(Quiz $quiz, array $sheet): void
|
||||
{
|
||||
$errors = [];
|
||||
|
||||
@@ -110,8 +110,6 @@ class QuizSpreadsheetService
|
||||
if ([] !== $errors) {
|
||||
throw new SpreadsheetDataException($errors);
|
||||
}
|
||||
|
||||
return $quiz;
|
||||
}
|
||||
|
||||
public function quizToXlsx(Quiz $quiz): void {}
|
||||
|
||||
Reference in New Issue
Block a user