mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-28364 whitespace fixes
This commit is contained in:
parent
12c5685a50
commit
a1ef8c6d3c
@ -102,7 +102,7 @@ class qformat_default {
|
||||
public function export_file_extension() {
|
||||
return '.txt';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Check if the given file is capable of being imported by this plugin.
|
||||
*
|
||||
@ -110,7 +110,7 @@ class qformat_default {
|
||||
* not be performed by this method. Simple file type or magic-number tests
|
||||
* would be suitable.
|
||||
*
|
||||
* @param stored_file $file the file to check
|
||||
* @param stored_file $file the file to check
|
||||
* @return bool whether this plugin can import the file
|
||||
*/
|
||||
public function can_import_file($file) {
|
||||
|
@ -39,7 +39,7 @@ class qformat_blackboard_six extends qformat_default {
|
||||
function provide_import() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
public function can_import_file($file) {
|
||||
$mimetypes = array(
|
||||
mimeinfo('type', '.dat'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user