mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-39752 fix whitespace errors
(And some others unrelated to above issue, because its spring and i'm cleaning).
This commit is contained in:
parent
17e675a7fc
commit
9be958e2f0
@ -50,10 +50,10 @@ class behat_command {
|
||||
public static function get_behat_dir($runprocess = 0) {
|
||||
global $CFG;
|
||||
|
||||
// If not set then return empty string.
|
||||
if (!isset($CFG->behat_dataroot)) {
|
||||
// If not set then return empty string.
|
||||
if (!isset($CFG->behat_dataroot)) {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
if (empty($runprocess)) {
|
||||
$behatdir = $CFG->behat_dataroot . '/behat';
|
||||
|
@ -42,10 +42,9 @@ class plagiarism_plugin {
|
||||
}
|
||||
|
||||
/**
|
||||
* hook to allow plagiarism specific information to be displayed beside a submission
|
||||
* hook to allow plagiarism specific information to be displayed beside a submission
|
||||
* @param array $linkarraycontains all relevant information for the plugin to generate a link
|
||||
* @return string
|
||||
*
|
||||
*/
|
||||
public function get_links($linkarray) {
|
||||
return '';
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
/**
|
||||
* This code processes switch device requests-> ... -> Theme selector UI.
|
||||
*
|
||||
*
|
||||
* This script doesn't require login as not logged in users should still
|
||||
* be able to switch the device theme they are using.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user