Passed
Push — master ( 48bc14...a16251 )
by Bobby
16:30 queued 06:42
created
lib/collection.inc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,5 +23,5 @@
 block discarded – undo
23 23
 );
24 24
 
25 25
 foreach ($includes as $file) {
26
-    require_once dirname(__FILE__) . '/' . $file;
26
+    require_once dirname(__FILE__).'/'.$file;
27 27
 }
28 28
\ No newline at end of file
Please login to merge, or discard this patch.
lib/CollectionExport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      */
57 57
     public function toObject()
58 58
     {
59
-        return (object)$this->toArray();
59
+        return (object) $this->toArray();
60 60
     }
61 61
 
62 62
     /**
Please login to merge, or discard this patch.