@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | * |
14 | 14 | */ |
15 | 15 | |
16 | -declare (strict_types=1); |
|
16 | +declare (strict_types = 1); |
|
17 | 17 | |
18 | 18 | namespace mrcnpdlk\Teryt; |
19 | 19 | |
@@ -196,7 +196,7 @@ discard block |
||
196 | 196 | $this->oLogger->debug(sprintf('REQ: %s, hash: %s', $method, $hashKey), $args); |
197 | 197 | |
198 | 198 | $resp = $this->useCache( |
199 | - function () use ($self, $method, $args) { |
|
199 | + function() use ($self, $method, $args) { |
|
200 | 200 | $res = $self->getSoap()->__soapCall($method, [$args]); |
201 | 201 | $resultKey = $method . 'Result'; |
202 | 202 | if (!property_exists($res, $resultKey)) { |