Added tests for outage and outageutils class - #1

This commit is contained in:
Daniel Thee Roperto
2016-09-01 14:21:38 +10:00
parent 1afb0493ea
commit 44f826fd68
3 changed files with 117 additions and 1 deletions

View File

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