@@ -85,6 +85,4 @@ |
||
| 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 |
@@ -85,6 +85,4 @@ |
||
| 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 |
@@ -52,6 +52,4 @@ |
||
| 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 |
@@ -52,6 +52,4 @@ |
||
| 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 |
@@ -164,7 +164,4 @@ |
||
| 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 |
@@ -164,7 +164,4 @@ |
||
| 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 |