mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Code compliance.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
<?php
|
||||
namespace auth_outage;
|
||||
|
||||
class listform {
|
||||
public $var = 'a';
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user