mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Added tests for outage and outageutils class - #1
This commit is contained in:
@@ -74,7 +74,7 @@ class outage
|
||||
|
||||
/**
|
||||
* outage constructor.
|
||||
* @param mixed $data An object, an array or null.
|
||||
* @param object|array|null The data for the outage.
|
||||
*/
|
||||
public function __construct($data = null) {
|
||||
if (is_null($data)) {
|
||||
|
||||
Reference in New Issue
Block a user