0
mirror of https://github.com/valentineus/moodle-billingpatch.git synced 2025-04-27 11:21:23 +03:00

Correction of testing errors

This commit is contained in:
Valentin Popov 2017-11-21 09:26:07 +04:00
parent 4643d795e8
commit 7d57116c85
4 changed files with 10 additions and 10 deletions

View File

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

View File

@ -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.

View File

@ -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'.

View File

@ -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.