aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--classes/observer.php8
-rw-r--r--db/events.php4
-rw-r--r--lang/en/local_billingpatch.php4
-rw-r--r--version.php4
4 files changed, 10 insertions, 10 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) {
diff --git a/db/events.php b/db/events.php
index ad4d9a6..fc0b54e 100644
--- a/db/events.php
+++ b/db/events.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/>.
/**
* Describe the observers required plug-in.
diff --git a/lang/en/local_billingpatch.php b/lang/en/local_billingpatch.php
index 6a082af..fc76605 100644
--- a/lang/en/local_billingpatch.php
+++ b/lang/en/local_billingpatch.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/>.
/**
* Strings for component 'local_billingpatch', language 'en'.
diff --git a/version.php b/version.php
index 120b874..14a0abe 100644
--- a/version.php
+++ b/version.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/>.
/**
* Version information.