@@ -44,7 +44,7 @@ |
||
44 | 44 | } elseif ($responseLine == ResponseInterface::RESPONSE_BURIED) { |
45 | 45 | return $this->createResponse(ResponseInterface::RESPONSE_BURIED); |
46 | 46 | } else { |
47 | - throw new Exception('Unhandled response: ' . $responseLine); |
|
47 | + throw new Exception('Unhandled response: '.$responseLine); |
|
48 | 48 | } |
49 | 49 | } |
50 | 50 | } |
@@ -18,7 +18,7 @@ |
||
18 | 18 | { |
19 | 19 | public function getCommandLine(): string |
20 | 20 | { |
21 | - return 'use ' . $this->tube; |
|
21 | + return 'use '.$this->tube; |
|
22 | 22 | } |
23 | 23 | |
24 | 24 | public function parseResponse(string $responseLine, ?string $responseData): ArrayResponse |