Passed
Branch feature/fixing-bugs (2a6242)
by Csaba
02:56
created
src/Database/Clusterpoint/Finder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -114,6 +114,7 @@
 block discarded – undo
114 114
 
115 115
     /**
116 116
      * @param string $nextLogical
117
+     * @param string $logical
117 118
      */
118 119
     protected function parseWhereGroup($logical, $collection, $condition, $nextLogical)
119 120
     {
Please login to merge, or discard this patch.
src/Database/Clusterpoint/RestObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 
66 66
     public function query()
67 67
     {
68
-        $query = $this->getClient()->database($this->getDatabaseName() . '.'.$this->resourceName);
68
+        $query = $this->getClient()->database($this->getDatabaseName() . '.' . $this->resourceName);
69 69
         return $query;
70 70
     }
71 71
 }
Please login to merge, or discard this patch.