@@ -41,7 +41,7 @@ |
||
| 41 | 41 | { |
| 42 | 42 | $data = file_get_contents($filename); |
| 43 | 43 | $array = array(); |
| 44 | - foreach(str_split($data) as $char) |
|
| 44 | + foreach (str_split($data) as $char) |
|
| 45 | 45 | { |
| 46 | 46 | array_push($array, ord($char)); |
| 47 | 47 | } |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | final class ImageClient |
| 14 | 14 | { |
| 15 | 15 | const BASE_URL = 'https://image.izettle.com/v2/images/organizations/%s'; |
| 16 | - const POST_IMAGE = self::BASE_URL . '/products'; |
|
| 16 | + const POST_IMAGE = self::BASE_URL.'/products'; |
|
| 17 | 17 | |
| 18 | 18 | private $client; |
| 19 | 19 | private $organizationUuid = 'self'; |