Code compliance.

This commit is contained in:
Daniel Thee Roperto
2016-08-30 17:49:56 +10:00
parent f6cbd0f828
commit 0dea3d39a9
4 changed files with 81 additions and 495 deletions

View File

@@ -1,6 +0,0 @@
<?php
namespace auth_outage;
class listform {
public $var = 'a';
}

View File

@@ -28,12 +28,12 @@ namespace auth_outage;
class outage
{
public $id;
public $start_time;
public $stop_time;
public $warning_minutes;
public $starttime;
public $stoptime;
public $warningminutes;
public $title;
public $description;
public $created_by;
public $modified_by;
public $last_modified;
public $createdby;
public $modifiedby;
public $lastmodified;
}