Completed
Push — master ( 7342b9...e2ee63 )
by Dmitry
02:39
created
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.