@@ -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 |
@@ -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 |
@@ -152,6 +152,4 @@ |
||
| 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 |