@@ -47,11 +47,11 @@ |
||
| 47 | 47 | |
| 48 | 48 | abstract function trace($uri, array $options = array()); |
| 49 | 49 | |
| 50 | - /** |
|
| 51 | - * @param $method |
|
| 52 | - * @return bool |
|
| 53 | - */ |
|
| 54 | - public static function hasBody($method){ |
|
| 55 | - return in_array($method, array(self::POST, self::PUT, self::PATCH, self::OPTIONS)); |
|
| 56 | - } |
|
| 50 | + /** |
|
| 51 | + * @param $method |
|
| 52 | + * @return bool |
|
| 53 | + */ |
|
| 54 | + public static function hasBody($method){ |
|
| 55 | + return in_array($method, array(self::POST, self::PUT, self::PATCH, self::OPTIONS)); |
|
| 56 | + } |
|
| 57 | 57 | } |
| 58 | 58 | \ No newline at end of file |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | * @param $method |
| 52 | 52 | * @return bool |
| 53 | 53 | */ |
| 54 | - public static function hasBody($method){ |
|
| 54 | + public static function hasBody($method) { |
|
| 55 | 55 | return in_array($method, array(self::POST, self::PUT, self::PATCH, self::OPTIONS)); |
| 56 | 56 | } |
| 57 | 57 | } |
| 58 | 58 | \ No newline at end of file |