Passed
Push — master ( f9440e...999cfc )
by Dmitry
06:48
created
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/Cleaner.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/TarantoolStore.php 5 patches
Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,7 +164,4 @@
 block discarded – undo
164 164
                 $schema->setup();
165 165
                 return $this->client->getSpace($this->space);
166 166
             }
167
-            throw $e;
168
-        }
169
-    }
170
-}
167
+            throw $e
171 168
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,7 +164,4 @@
 block discarded – undo
164 164
                 $schema->setup();
165 165
                 return $this->client->getSpace($this->space);
166 166
             }
167
-            throw $e;
168
-        }
169
-    }
170
-}
167
+            throw $e
171 168
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,7 +164,4 @@
 block discarded – undo
164 164
                 $schema->setup();
165 165
                 return $this->client->getSpace($this->space);
166 166
             }
167
-            throw $e;
168
-        }
169
-    }
170
-}
167
+            throw $e
171 168
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,7 +164,4 @@
 block discarded – undo
164 164
                 $schema->setup();
165 165
                 return $this->client->getSpace($this->space);
166 166
             }
167
-            throw $e;
168
-        }
169
-    }
170
-}
167
+            throw $e
171 168
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -164,7 +164,4 @@
 block discarded – undo
164 164
                 $schema->setup();
165 165
                 return $this->client->getSpace($this->space);
166 166
             }
167
-            throw $e;
168
-        }
169
-    }
170
-}
167
+            throw $e
171 168
\ No newline at end of file
Please login to merge, or discard this patch.