@@ -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 | |
@@ -158,12 +158,12 @@ discard block |
||
| 158 | 158 | if (!array_key_exists('DataStanu', $args) && $addDate) { |
| 159 | 159 | $args['DataStanu'] = (new \DateTime())->format('Y-m-d'); |
| 160 | 160 | } |
| 161 | - $self = $this; |
|
| 161 | + $self = $this; |
|
| 162 | 162 | $this->oLogger->debug(sprintf('REQ: %s', $method), $args); |
| 163 | 163 | |
| 164 | 164 | |
| 165 | 165 | $resp = $this->oCacheAdapter->useCache( |
| 166 | - function () use ($self, $method, $args) { |
|
| 166 | + function() use ($self, $method, $args) { |
|
| 167 | 167 | $res = $self->getSoap()->__soapCall($method, [$args]); |
| 168 | 168 | $resultKey = $method . 'Result'; |
| 169 | 169 | if (!property_exists($res, $resultKey)) { |