aboutsummaryrefslogtreecommitdiff
path: root/model/StreamList.php
diff options
context:
space:
mode:
authorMaZderMind2015-03-08 15:30:51 +0100
committerMaZderMind2015-03-29 21:38:50 +0200
commita95c081a74a59b5ba9ea6f036b792b62100b3b57 (patch)
treecc313e7f793b4b780bdc95bdab75fb78bdaa2fcb /model/StreamList.php
parent537faf131d8425d93a05307d249f901305747b38 (diff)
Fix Class Formatting
Diffstat (limited to 'model/StreamList.php')
-rw-r--r--model/StreamList.php3
1 files changed, 2 insertions, 1 deletions
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() {