@@ -93,7 +93,7 @@ |
||
| 93 | 93 | public static function httpProcessUtilityClosingQuoteNotFound($parameterName) |
| 94 | 94 | { |
| 95 | 95 | return 'Value for MIME type parameter \'' . $parameterName . '\' is incorrect because the closing quote '. |
| 96 | - ' character could not be found while the parameter value started with a quote character.'; |
|
| 96 | + ' character could not be found while the parameter value started with a quote character.'; |
|
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | /** |
@@ -92,7 +92,7 @@ |
||
| 92 | 92 | */ |
| 93 | 93 | public static function httpProcessUtilityClosingQuoteNotFound($parameterName) |
| 94 | 94 | { |
| 95 | - return 'Value for MIME type parameter \'' . $parameterName . '\' is incorrect because the closing quote '. |
|
| 95 | + return 'Value for MIME type parameter \'' . $parameterName . '\' is incorrect because the closing quote ' . |
|
| 96 | 96 | ' character could not be found while the parameter value started with a quote character.'; |
| 97 | 97 | } |
| 98 | 98 | |
@@ -178,6 +178,6 @@ |
||
| 178 | 178 | public static function orderByParserFailedToAccessOrInitializeProperty($propertyName, $parentObjectName) |
| 179 | 179 | { |
| 180 | 180 | return 'OrderBy parser failed to access or initialize the property ' . $propertyName . |
| 181 | - ' of ' . $parentObjectName; |
|
| 181 | + ' of ' . $parentObjectName; |
|
| 182 | 182 | } |
| 183 | 183 | } |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | public static function commonNotValidPrimitiveEDMType($argumentName, $functionName) |
| 47 | 47 | { |
| 48 | 48 | return 'The argument \'' . $argumentName . '\' to ' . $functionName . ' is not a valid ' . |
| 49 | - 'EdmPrimitiveType Enum value.'; |
|
| 49 | + 'EdmPrimitiveType Enum value.'; |
|
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |
@@ -72,7 +72,7 @@ discard block |
||
| 72 | 72 | public static function failedToAccessProperty($propertyName, $parentObjectName) |
| 73 | 73 | { |
| 74 | 74 | return 'Data Service failed to access or initialize the property ' . $propertyName . |
| 75 | - ' of ' . $parentObjectName . '.'; |
|
| 75 | + ' of ' . $parentObjectName . '.'; |
|
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | /** |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | $clause = $isSelect ? 'select' : 'expand'; |
| 34 | 34 | |
| 35 | 35 | return 'Error in the ' . $clause . ' clause. Type \'' . $resourceTypeName . '\' does not have ' . |
| 36 | - 'a property named \'' . $propertyName . '\'.'; |
|
| 36 | + 'a property named \'' . $propertyName . '\'.'; |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | public static function queryProviderResultCountMissing($methodName, QueryType $queryType) |
| 26 | 26 | { |
| 27 | 27 | return 'The implementation of the method ' . $methodName . ' must return a QueryResult instance with ' . |
| 28 | - 'a count for queries of type ' . $queryType . '.'; |
|
| 28 | + 'a count for queries of type ' . $queryType . '.'; |
|
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | /** |
@@ -132,6 +132,6 @@ |
||
| 132 | 132 | public static function expressionParserEntityCollectionNotAllowedInFilter($property, $parentProperty, $pos) |
| 133 | 133 | { |
| 134 | 134 | return 'The \'' . $property . '\' is an entity collection property of \'' . $parentProperty . |
| 135 | - '\' (position: ' . $pos . '), which cannot be used in $filter query option'; |
|
| 135 | + '\' (position: ' . $pos . '), which cannot be used in $filter query option'; |
|
| 136 | 136 | } |
| 137 | 137 | } |