@@ -133,7 +133,7 @@ |
||
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 | ); |