@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | 'default' => 'http://www.w3.org/2005/Atom', |
15 | 15 | 'd' => 'http://schemas.microsoft.com/ado/2007/08/dataservices', |
16 | 16 | 'm' => 'http://schemas.microsoft.com/ado/2007/08/dataservices/metadata' |
17 | - ); |
|
17 | + ); |
|
18 | 18 | protected static $QUERY_ROOT_FEED = '/default:feed'; |
19 | 19 | protected static $QUERY_ROOT_ENTRY = '/default:entry'; |
20 | 20 | protected static $QUERY_TITLE = 'default:title'; |
@@ -345,7 +345,7 @@ discard block |
||
345 | 345 | ($attributes['EdmType'] == 'Edm.Int16' || |
346 | 346 | $attributes['EdmType'] == 'Edm.Int32' || |
347 | 347 | $attributes['EdmType'] == 'Edm.Int64')))) { |
348 | - $value = '0'; |
|
348 | + $value = '0'; |
|
349 | 349 | } |
350 | 350 | } else { |
351 | 351 | $value = null; |
@@ -35,12 +35,12 @@ |
||
35 | 35 | } |
36 | 36 | |
37 | 37 | /** |
38 | - * Message to show error when data service found a request method other than GET. |
|
39 | - * |
|
40 | - * @param HTTPRequestMethod $method Request method |
|
41 | - * |
|
42 | - * @return string The formatted message |
|
43 | - */ |
|
38 | + * Message to show error when data service found a request method other than GET. |
|
39 | + * |
|
40 | + * @param HTTPRequestMethod $method Request method |
|
41 | + * |
|
42 | + * @return string The formatted message |
|
43 | + */ |
|
44 | 44 | public static function onlyReadSupport(HTTPRequestMethod $method) |
45 | 45 | { |
46 | 46 | return "This release of library support only GET (read) request, received a request with method $method"; |