Test Failed
Branch v4.x (b7bab7)
by Dmitry
09:55
created
src/Service/Reports.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
                 throw new \Gladyshev\Yandex\Direct\Exception\ErrorResponseException(
134 134
                     $parsedBody['error']['error_string'],
135 135
                     $parsedBody['error']['error_detail'],
136
-                    (int)$parsedBody['error']['error_code'],
136
+                    (int) $parsedBody['error']['error_code'],
137 137
                     $request,
138 138
                     $response
139 139
                 );
Please login to merge, or discard this patch.