@@ -70,7 +70,7 @@  | 
                                                    ||
| 70 | 70 | $this->maxResults = isset($options['maxResults']) ? $options['maxResults'] : null;  | 
                                                        
| 71 | 71 | }  | 
                                                        
| 72 | 72 | |
| 73 | - protected function raw($endpoint, $params = [], $method='GET')  | 
                                                        |
| 73 | + protected function raw($endpoint, $params = [], $method = 'GET')  | 
                                                        |
| 74 | 74 |      { | 
                                                        
| 75 | 75 |          if (!is_null($this->key)) { | 
                                                        
| 76 | 76 | $params['key'] = $this->key;  |