aboutsummaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-11-21 08:26:07 +0300
committerValentin Popov <info@valentineus.link>2017-11-21 08:26:07 +0300
commit7d57116c854395e32017b518c9ede2430f38626f (patch)
treeefcd4af4af57888520b71345aec8705633374b95 /classes
parent4643d795e8de550b66f36f8402debd0bff672d10 (diff)
downloadlocal_billingpatch-7d57116c854395e32017b518c9ede2430f38626f.tar.xz
local_billingpatch-7d57116c854395e32017b518c9ede2430f38626f.zip
Correction of testing errors
Diffstat (limited to 'classes')
-rw-r--r--classes/observer.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/observer.php b/classes/observer.php
index dbe9d61..a327089 100644
--- a/classes/observer.php
+++ b/classes/observer.php
@@ -8,11 +8,11 @@
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
-// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
+// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Event handlers.
@@ -35,7 +35,7 @@ defined("MOODLE_INTERNAL") || die();
class observer {
/**
* External function, called by the observer.
- *
+ *
* @param object $event
*/
public static function course_module($event) {
@@ -48,7 +48,7 @@ class observer {
/**
* Patches for BigBlueButton.
- *
+ *
* @param number $instanceid
*/
private static function monkey_patch_bigbluebuttonbn($instanceid = 0) {