Completed
Push — master ( 2671d0...66fada )
by Marcin
04:20
created
src/mrcnpdlk/Teryt/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)) {
Please login to merge, or discard this patch.