Completed
Branch develop (22a483)
by Ventimiglia
04:59
created
filterstream.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -15,11 +15,11 @@
 block discarded – undo
15 15
 
16 16
 $now = time();
17 17
 
18
- $options = [];
19
- $options['orderBy'] ="timestamp";
20
- $options['startAt'] = $yesterday;
21
- $options['endAt'] = $now;
22
- //$opt['equalTo'] ='string that want to be equals';
18
+    $options = [];
19
+    $options['orderBy'] ="timestamp";
20
+    $options['startAt'] = $yesterday;
21
+    $options['endAt'] = $now;
22
+    //$opt['equalTo'] ='string that want to be equals';
23 23
 
24 24
 function test(...$params){
25 25
     // pass event to callback function
Please login to merge, or discard this patch.