@@ -39,8 +39,8 @@ |
||
| 39 | 39 | public static function delete($token, array $params = array()) |
| 40 | 40 | { |
| 41 | 41 | throw new Exception\RuntimeException( |
| 42 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 43 | - ' does not support method ' . __METHOD__ |
|
| 42 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 43 | + ' does not support method '.__METHOD__ |
|
| 44 | 44 | ); |
| 45 | 45 | } |
| 46 | 46 | } |
@@ -25,8 +25,8 @@ discard block |
||
| 25 | 25 | public static function create(array $params) |
| 26 | 26 | { |
| 27 | 27 | throw new Exception\RuntimeException( |
| 28 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 29 | - ' does not support method ' . __METHOD__ |
|
| 28 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 29 | + ' does not support method '.__METHOD__ |
|
| 30 | 30 | ); |
| 31 | 31 | } |
| 32 | 32 | |
@@ -38,8 +38,8 @@ discard block |
||
| 38 | 38 | public static function update($token, array $params) |
| 39 | 39 | { |
| 40 | 40 | throw new Exception\RuntimeException( |
| 41 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 42 | - ' does not support method ' . __METHOD__ |
|
| 41 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 42 | + ' does not support method '.__METHOD__ |
|
| 43 | 43 | ); |
| 44 | 44 | } |
| 45 | 45 | |
@@ -51,8 +51,8 @@ discard block |
||
| 51 | 51 | public static function delete($token, array $params = array()) |
| 52 | 52 | { |
| 53 | 53 | throw new Exception\RuntimeException( |
| 54 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 55 | - ' does not support method ' . __METHOD__ |
|
| 54 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 55 | + ' does not support method '.__METHOD__ |
|
| 56 | 56 | ); |
| 57 | 57 | } |
| 58 | 58 | } |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | $uri = parent::getResourceUri(); |
| 24 | 24 | |
| 25 | 25 | if (!empty($this->params)) { |
| 26 | - $uri .= '?' . http_build_query($this->params, '', '&'); |
|
| 26 | + $uri .= '?'.http_build_query($this->params, '', '&'); |
|
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | return $uri; |
@@ -38,8 +38,8 @@ discard block |
||
| 38 | 38 | public static function delete($token, array $params = array()) |
| 39 | 39 | { |
| 40 | 40 | throw new Exception\RuntimeException( |
| 41 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 42 | - ' does not support method ' . __METHOD__ |
|
| 41 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 42 | + ' does not support method '.__METHOD__ |
|
| 43 | 43 | ); |
| 44 | 44 | } |
| 45 | 45 | |
@@ -53,8 +53,8 @@ discard block |
||
| 53 | 53 | public static function update($token, array $params) |
| 54 | 54 | { |
| 55 | 55 | throw new Exception\RuntimeException( |
| 56 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 57 | - ' does not support method ' . __METHOD__ |
|
| 56 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 57 | + ' does not support method '.__METHOD__ |
|
| 58 | 58 | ); |
| 59 | 59 | } |
| 60 | 60 | } |
@@ -14,9 +14,9 @@ discard block |
||
| 14 | 14 | public static function create(array $params) |
| 15 | 15 | { |
| 16 | 16 | throw new Exception\RuntimeException( |
| 17 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 18 | - ' does not support method ' . __METHOD__ |
|
| 19 | - ); } |
|
| 17 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 18 | + ' does not support method '.__METHOD__ |
|
| 19 | + ); } |
|
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | 22 | * Not available for this resource. |
@@ -26,8 +26,8 @@ discard block |
||
| 26 | 26 | public static function delete($token, array $params = array()) |
| 27 | 27 | { |
| 28 | 28 | throw new Exception\RuntimeException( |
| 29 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 30 | - ' does not support method ' . __METHOD__ |
|
| 29 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 30 | + ' does not support method '.__METHOD__ |
|
| 31 | 31 | ); |
| 32 | 32 | } |
| 33 | 33 | |
@@ -41,8 +41,8 @@ discard block |
||
| 41 | 41 | public static function update($token, array $params) |
| 42 | 42 | { |
| 43 | 43 | throw new Exception\RuntimeException( |
| 44 | - 'Resource ' . ucfirst(static::RESOURCE_NAME) . |
|
| 45 | - ' does not support method ' . __METHOD__ |
|
| 44 | + 'Resource '.ucfirst(static::RESOURCE_NAME). |
|
| 45 | + ' does not support method '.__METHOD__ |
|
| 46 | 46 | ); |
| 47 | 47 | } |
| 48 | 48 | |