Completed
Push — 1.10.x ( da67d2...840f49 )
by Yannick
43:10
created
main/exercice/export/exercise_import.inc.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -905,6 +905,9 @@
 block discarded – undo
905 905
     }
906 906
 }
907 907
 
908
+/**
909
+ * @param string $filePath
910
+ */
908 911
 function isQtiQuestionBank($filePath) {
909 912
     $data = file_get_contents($filePath);
910 913
     if (!empty($data)) {
Please login to merge, or discard this patch.