@@ -8,7 +8,7 @@ |
||
8 | 8 | protected $explicitContent; |
9 | 9 | protected $imageUrl; |
10 | 10 | |
11 | - protected $roles = ['audio', 'music']; |
|
11 | + protected $roles = ['audio', 'music']; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @param string $role |
@@ -8,7 +8,7 @@ |
||
8 | 8 | protected $accessibilityCaption; |
9 | 9 | protected $explicitContent; |
10 | 10 | |
11 | - protected $roles = ['video', 'embedwebvideo', 'embedvideo']; |
|
11 | + protected $roles = ['video', 'embedwebvideo', 'embedvideo']; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @param string $role |
@@ -7,7 +7,7 @@ |
||
7 | 7 | protected $accessibilityCaption; |
8 | 8 | protected $explicitContent; |
9 | 9 | |
10 | - protected $roles = ['figure', 'image', 'logo', 'photo', 'portrait', 'galleryitem']; |
|
10 | + protected $roles = ['figure', 'image', 'logo', 'photo', 'portrait', 'galleryitem']; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * @param string $role |
@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | */ |
11 | 11 | class FlatPlan { |
12 | 12 | |
13 | - private $endpoint = 'https://staging.flatplan.app/api/'; |
|
13 | + private $endpoint = 'https://staging.flatplan.app/api/'; |
|
14 | 14 | |
15 | 15 | private $client; |
16 | 16 | private $accessToken; |
@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | 'article/status/' . $articleId, |
90 | 90 | $this->getHeaders() |
91 | 91 | ); |
92 | - $status = json_decode((string) $response->getBody()); |
|
92 | + $status = json_decode((string) $response->getBody()); |
|
93 | 93 | return $status; |
94 | 94 | |
95 | 95 | } catch (\GuzzleHttp\Exception\BadResponseException $e) { |