aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorMaZderMind2015-03-08 15:30:51 +0100
committerMaZderMind2015-03-29 21:38:50 +0200
commita95c081a74a59b5ba9ea6f036b792b62100b3b57 (patch)
treecc313e7f793b4b780bdc95bdab75fb78bdaa2fcb /model
parent537faf131d8425d93a05307d249f901305747b38 (diff)
Fix Class Formatting
Diffstat (limited to 'model')
-rw-r--r--model/Room.php3
-rw-r--r--model/StreamList.php3
2 files changed, 4 insertions, 2 deletions
diff --git a/model/Room.php b/model/Room.php
index 7394870..5799e96 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -1,6 +1,7 @@
<?php
-class Room {
+class Room
+{
private $slug;
public static function get($slug)
diff --git a/model/StreamList.php b/model/StreamList.php
index 4fd035e..531a787 100644
--- a/model/StreamList.php
+++ b/model/StreamList.php
@@ -1,6 +1,7 @@
<?php
-class StreamList implements AggregateIterator {
+class StreamList implements AggregateIterator
+{
private $streams = array();
public function getIterator() {