@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | { |
37 | 37 | $adapter = $this->filesystem->getAdapter(); |
38 | 38 | |
39 | - $url = 'https://' . $adapter->getPicturePath($objectKey) . '?image_process'; |
|
39 | + $url = 'https://'.$adapter->getPicturePath($objectKey).'?image_process'; |
|
40 | 40 | |
41 | 41 | $response = $adapter->getHttpClient()->post($url, [ |
42 | 42 | 'http_errors' => false, |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | { |
64 | 64 | $adapter = $this->filesystem->getAdapter(); |
65 | 65 | |
66 | - $url = 'https://' . $adapter->getPicturePath($objectKey) . '?CR'; |
|
66 | + $url = 'https://'.$adapter->getPicturePath($objectKey).'?CR'; |
|
67 | 67 | |
68 | 68 | $response = $adapter->getHttpClient()->get($url, [ |
69 | 69 | 'http_errors' => false, |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | $result = null; |
116 | 116 | |
117 | 117 | if (is_object($obj)) { |
118 | - $obj = (array)$obj; |
|
118 | + $obj = (array) $obj; |
|
119 | 119 | } |
120 | 120 | |
121 | 121 | if (is_array($obj)) { |