Completed
Push — master ( a53fa0...b35614 )
by Marcin
03:36
created
src/mrcnpdlk/Teryt/Client.php 1 patch
Spacing   +3 added lines, -3 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
 
@@ -158,12 +158,12 @@  discard block
 block discarded – undo
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)) {
Please login to merge, or discard this patch.