Passed
Push — master ( dd7a33...67938f )
by Csaba
02:18
created
src/Database/Clusterpoint/RestObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     private function getUniqueFieldQuery($query, $uniqueFields)
38 38
     {
39 39
         // @codeCoverageIgnoreStart
40
-        $query->where(function ($query) use ($uniqueFields) {
40
+        $query->where(function($query) use ($uniqueFields) {
41 41
             foreach ($uniqueFields as $fieldName) {
42 42
                 if (property_exists($this->resource, $fieldName)) {
43 43
                     $query->orWhere($fieldName, '==', $this->resource->{$fieldName});
Please login to merge, or discard this patch.