@@ -13,7 +13,7 @@ |
||
| 13 | 13 | public static function resourceSetContainerMustBeAssociatedWithEntityType() |
| 14 | 14 | { |
| 15 | 15 | $msg = 'The ResourceTypeKind property of a ResourceType instance associated with a ResourceSet' |
| 16 | - .' must be equal to \'EntityType\''; |
|
| 16 | + .' must be equal to \'EntityType\''; |
|
| 17 | 17 | return $msg; |
| 18 | 18 | } |
| 19 | 19 | } |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | $position |
| 70 | 70 | ) { |
| 71 | 71 | $msg ="No applicable function found for '$functionName' at position $position with the specified" |
| 72 | - ." arguments. The functions considered are: $protoTypes"; |
|
| 72 | + ." arguments. The functions considered are: $protoTypes"; |
|
| 73 | 73 | return $msg; |
| 74 | 74 | } |
| 75 | 75 | |
@@ -92,8 +92,8 @@ |
||
| 92 | 92 | public static function badRequestInvalidPropertyNameSpecified($resourceTypeName, $propertyName) |
| 93 | 93 | { |
| 94 | 94 | $msg = "Error processing request stream. The property name '$propertyName' specified for" |
| 95 | - ." type '$resourceTypeName' is not valid. (Check the resource set of the navigation" |
|
| 96 | - ." property '$propertyName' is visible)"; |
|
| 95 | + ." type '$resourceTypeName' is not valid. (Check the resource set of the navigation" |
|
| 96 | + ." property '$propertyName' is visible)"; |
|
| 97 | 97 | return $msg; |
| 98 | 98 | } |
| 99 | 99 | |
@@ -123,7 +123,7 @@ |
||
| 123 | 123 | public static function queryProcessorSkipTokenCannotBeAppliedForNonPagedResourceSet($resourceSetName) |
| 124 | 124 | { |
| 125 | 125 | return "\$skiptoken cannot be applied to the resource set '$resourceSetName', since paging" |
| 126 | - ." is not enabled for this resource set"; |
|
| 126 | + ." is not enabled for this resource set"; |
|
| 127 | 127 | } |
| 128 | 128 | |
| 129 | 129 | /** |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | public static function httpProcessUtilityEscapeCharWithoutQuotes($parameterName) |
| 66 | 66 | { |
| 67 | 67 | $msg = "Value for MIME type parameter '$parameterName' is incorrect because it contained" |
| 68 | - ." escape characters even though it was not quoted."; |
|
| 68 | + ." escape characters even though it was not quoted."; |
|
| 69 | 69 | return $msg; |
| 70 | 70 | } |
| 71 | 71 | |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | public static function httpProcessUtilityEscapeCharAtEnd($parameterName) |
| 81 | 81 | { |
| 82 | 82 | $msg = "Value for MIME type parameter '$parameterName' is incorrect because it terminated with an" |
| 83 | - ." escape character. Escape characters must always be followed by a character in a parameter value."; |
|
| 83 | + ." escape character. Escape characters must always be followed by a character in a parameter value."; |
|
| 84 | 84 | return $msg; |
| 85 | 85 | } |
| 86 | 86 | |
@@ -95,7 +95,7 @@ discard block |
||
| 95 | 95 | public static function httpProcessUtilityClosingQuoteNotFound($parameterName) |
| 96 | 96 | { |
| 97 | 97 | return "Value for MIME type parameter '$parameterName' is incorrect because the closing quote" |
| 98 | - ." character could not be found while the parameter value started with a quote character."; |
|
| 98 | + ." character could not be found while the parameter value started with a quote character."; |
|
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | /** |
@@ -18,8 +18,8 @@ discard block |
||
| 18 | 18 | $derivedTypeName |
| 19 | 19 | ) { |
| 20 | 20 | $msg = "Named streams are not supported on derived entity types. Entity Set '$entitySetName' has" |
| 21 | - ." a instance of type '$derivedTypeName', which is an derived entity type and has named" |
|
| 22 | - ." streams. Please remove all named streams from type '$derivedTypeName'."; |
|
| 21 | + ." a instance of type '$derivedTypeName', which is an derived entity type and has named" |
|
| 22 | + ." streams. Please remove all named streams from type '$derivedTypeName'."; |
|
| 23 | 23 | return $msg; |
| 24 | 24 | } |
| 25 | 25 | |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | public static function metadataResourceTypeSetBagOfComplexTypeWithDerivedTypes($complexTypeName) |
| 36 | 36 | { |
| 37 | 37 | $msg = "Complex type '$complexTypeName' has derived types and is used as the item type in a bag." |
| 38 | - ." Only bags containing complex types without derived types are supported."; |
|
| 38 | + ." Only bags containing complex types without derived types are supported."; |
|
| 39 | 39 | return $msg; |
| 40 | 40 | } |
| 41 | 41 | } |
@@ -14,7 +14,7 @@ discard block |
||
| 14 | 14 | public static function resourcePropertyInvalidKindParameter($argumentName) |
| 15 | 15 | { |
| 16 | 16 | $msg = "The argument '$argumentName' is not a valid ResourcePropertyKind enum value or valid". |
| 17 | - " combination of ResourcePropertyKind enum values"; |
|
| 17 | + " combination of ResourcePropertyKind enum values"; |
|
| 18 | 18 | return $msg; |
| 19 | 19 | } |
| 20 | 20 | |
@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | $resourceTypeArgName |
| 32 | 32 | ) { |
| 33 | 33 | $msg = "The '$resourcePropertyKindArgName' parameter does not match with the type of the resource" |
| 34 | - ." type in parameter '$resourceTypeArgName'"; |
|
| 34 | + ." type in parameter '$resourceTypeArgName'"; |
|
| 35 | 35 | return $msg; |
| 36 | 36 | } |
| 37 | 37 | } |
@@ -30,8 +30,8 @@ |
||
| 30 | 30 | $resourceTypeName |
| 31 | 31 | ) { |
| 32 | 32 | $msg = "No visible ResourceAssociationSet found for navigation property '$navigationPropertyName' on" |
| 33 | - ." type '$resourceTypeName'. There must be at least one ResourceAssociationSet for each" |
|
| 34 | - ." navigation property."; |
|
| 33 | + ." type '$resourceTypeName'. There must be at least one ResourceAssociationSet for each" |
|
| 34 | + ." navigation property."; |
|
| 35 | 35 | return $msg; |
| 36 | 36 | } |
| 37 | 37 | } |
@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | public static function requestVersionTooLow($requestedVersion, $requiredVersion) |
| 18 | 18 | { |
| 19 | 19 | $msg = "Request version '$requestedVersion' is not supported for the request payload." |
| 20 | - ." The only supported version is '$requiredVersion'."; |
|
| 20 | + ." The only supported version is '$requiredVersion'."; |
|
| 21 | 21 | return $msg; |
| 22 | 22 | } |
| 23 | 23 | |
@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | public static function requestVersionIsBiggerThanProtocolVersion($requiredVersion, $configuredVersion) |
| 34 | 34 | { |
| 35 | 35 | $msg = "The response requires that version $requiredVersion of the protocol be used, but the" |
| 36 | - ." MaxProtocolVersion of the data service is set to $configuredVersion."; |
|
| 36 | + ." MaxProtocolVersion of the data service is set to $configuredVersion."; |
|
| 37 | 37 | return $msg; |
| 38 | 38 | } |
| 39 | 39 | |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | $availableVersions |
| 68 | 68 | ) { |
| 69 | 69 | $msg = "The version value $requestedVersion in the header $requestHeaderName is not supported," |
| 70 | - ." available versions are $availableVersions"; |
|
| 70 | + ." available versions are $availableVersions"; |
|
| 71 | 71 | return $msg; |
| 72 | 72 | } |
| 73 | 73 | } |