@@ -30,7 +30,7 @@ |
||
| 30 | 30 | { |
| 31 | 31 | parent::__construct($client, $factory); |
| 32 | 32 | |
| 33 | - $this->headers = array('User-Agent' => 'api.video SDK (php; v:' . self::SDK_VERSION . '; ' . $applicationName . ')'); |
|
| 33 | + $this->headers = array('User-Agent' => 'api.video SDK (php; v:'.self::SDK_VERSION.'; '.$applicationName.')'); |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |
@@ -410,7 +410,7 @@ |
||
| 410 | 410 | $video->playerId = $data['playerId']; |
| 411 | 411 | } |
| 412 | 412 | $video->panoramic = $data['panoramic']; |
| 413 | - $video->mp4Support = $data['mp4Support']; |
|
| 413 | + $video->mp4Support = $data['mp4Support']; |
|
| 414 | 414 | |
| 415 | 415 | return $video; |
| 416 | 416 | } |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | |
| 34 | 34 | $parameters['currentPage'] = isset($parameters['currentPage']) ? $parameters['currentPage'] : 1; |
| 35 | 35 | $parameters['pageSize'] = isset($parameters['pageSize']) ? $parameters['pageSize'] : 100; |
| 36 | - $items = array(); |
|
| 36 | + $items = array(); |
|
| 37 | 37 | |
| 38 | 38 | do { |
| 39 | 39 | $response = $this->browser->get("/analytics/videos/$videoId?".http_build_query($parameters)); |