Completed
Branch master (1edbe8)
by Dmitry
09:40
created
src/ExpirationDaemon.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
 
53 53
         [$counter] = $this->client->evaluate($script, $this->limit, microtime(true));
54 54
 
55
-        return $counter;
56
-    }
57
-}
55
+        return $counter
58 56
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
 
53 53
         [$counter] = $this->client->evaluate($script, $this->limit, microtime(true));
54 54
 
55
-        return $counter;
56
-    }
57
-}
55
+        return $counter
58 56
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
 
53 53
         [$counter] = $this->client->evaluate($script, $this->limit, microtime(true));
54 54
 
55
-        return $counter;
56
-    }
57
-}
55
+        return $counter
58 56
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
 
53 53
         [$counter] = $this->client->evaluate($script, $this->limit, microtime(true));
54 54
 
55
-        return $counter;
56
-    }
57
-}
55
+        return $counter
58 56
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
 
53 53
         [$counter] = $this->client->evaluate($script, $this->limit, microtime(true));
54 54
 
55
-        return $counter;
56
-    }
57
-}
55
+        return $counter
58 56
\ No newline at end of file
Please login to merge, or discard this patch.
src/SchemaManager.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         end
86 86
         LUA;
87 87
 
88
-        $this->client->evaluate($script);
89
-    }
90
-}
88
+        $this->client->evaluate($script
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         end
86 86
         LUA;
87 87
 
88
-        $this->client->evaluate($script);
89
-    }
90
-}
88
+        $this->client->evaluate($script
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         end
86 86
         LUA;
87 87
 
88
-        $this->client->evaluate($script);
89
-    }
90
-}
88
+        $this->client->evaluate($script
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         end
86 86
         LUA;
87 87
 
88
-        $this->client->evaluate($script);
89
-    }
90
-}
88
+        $this->client->evaluate($script
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,6 +85,4 @@
 block discarded – undo
85 85
         end
86 86
         LUA;
87 87
 
88
-        $this->client->evaluate($script);
89
-    }
90
-}
88
+        $this->client->evaluate($script
91 89
\ No newline at end of file
Please login to merge, or discard this patch.
src/TarantoolStore.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -152,6 +152,4 @@
 block discarded – undo
152 152
 
153 153
     protected function getSpace(): Space
154 154
     {
155
-        return $this->client->getSpace($this->space);
156
-    }
157
-}
155
+        return $this->client->getSpace($this->space
158 156
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -152,6 +152,4 @@
 block discarded – undo
152 152
 
153 153
     protected function getSpace(): Space
154 154
     {
155
-        return $this->client->getSpace($this->space);
156
-    }
157
-}
155
+        return $this->client->getSpace($this->space
158 156
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -152,6 +152,4 @@
 block discarded – undo
152 152
 
153 153
     protected function getSpace(): Space
154 154
     {
155
-        return $this->client->getSpace($this->space);
156
-    }
157
-}
155
+        return $this->client->getSpace($this->space
158 156
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -152,6 +152,4 @@
 block discarded – undo
152 152
 
153 153
     protected function getSpace(): Space
154 154
     {
155
-        return $this->client->getSpace($this->space);
156
-    }
157
-}
155
+        return $this->client->getSpace($this->space
158 156
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -152,6 +152,4 @@
 block discarded – undo
152 152
 
153 153
     protected function getSpace(): Space
154 154
     {
155
-        return $this->client->getSpace($this->space);
156
-    }
157
-}
155
+        return $this->client->getSpace($this->space
158 156
\ No newline at end of file
Please login to merge, or discard this patch.