MDL-28364 whitespace fixes

This commit is contained in:
Eloy Lafuente (stronk7) 2012-03-07 04:00:39 +01:00
parent 12c5685a50
commit a1ef8c6d3c
2 changed files with 3 additions and 3 deletions

View File

@ -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) {

View 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'),