@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | { |
29 | 29 | $adapter = $this->filesystem->getAdapter(); |
30 | 30 | |
31 | - $url = 'https://' . $adapter->getPicturePath($objectKey) . '?image_process'; |
|
31 | + $url = 'https://'.$adapter->getPicturePath($objectKey).'?image_process'; |
|
32 | 32 | |
33 | 33 | $response = $adapter->getHttpClient()->post($url, [ |
34 | 34 | 'http_errors' => false, |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | $result = null; |
81 | 81 | |
82 | 82 | if (is_object($obj)) { |
83 | - $obj = (array)$obj; |
|
83 | + $obj = (array) $obj; |
|
84 | 84 | } |
85 | 85 | |
86 | 86 | if (is_array($obj)) { |