@@ -16,8 +16,8 @@ discard block |
||
16 | 16 | public static function metadataResourceTypeSetNamedStreamsOnDerivedEntityTypesNotSupported($entitySetName, $derivedTypeName) |
17 | 17 | { |
18 | 18 | return 'Named streams are not supported on derived entity types. Entity Set \''.$entitySetName |
19 | - .'\' has an instance of type \''.$derivedTypeName.'\', which is a derived entity type and has' |
|
20 | - .' named streams. Please remove all named streams from type \''.$derivedTypeName.'\'.'; |
|
19 | + .'\' has an instance of type \''.$derivedTypeName.'\', which is a derived entity type and has' |
|
20 | + .' named streams. Please remove all named streams from type \''.$derivedTypeName.'\'.'; |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
@@ -32,6 +32,6 @@ discard block |
||
32 | 32 | public static function metadataResourceTypeSetBagOfComplexTypeWithDerivedTypes($complexTypeName) |
33 | 33 | { |
34 | 34 | return 'Complex type \''.$complexTypeName.'\' has derived types and is used as the item type in a bag.' |
35 | - .' Only bags containing complex types without derived types are supported.'; |
|
35 | + .' Only bags containing complex types without derived types are supported.'; |
|
36 | 36 | } |
37 | 37 | } |
@@ -15,9 +15,9 @@ discard block |
||
15 | 15 | */ |
16 | 16 | public static function metadataResourceTypeSetNamedStreamsOnDerivedEntityTypesNotSupported($entitySetName, $derivedTypeName) |
17 | 17 | { |
18 | - return 'Named streams are not supported on derived entity types. Entity Set \''.$entitySetName |
|
19 | - .'\' has an instance of type \''.$derivedTypeName.'\', which is a derived entity type and has' |
|
20 | - .' named streams. Please remove all named streams from type \''.$derivedTypeName.'\'.'; |
|
18 | + return 'Named streams are not supported on derived entity types. Entity Set \'' . $entitySetName |
|
19 | + .'\' has an instance of type \'' . $derivedTypeName . '\', which is a derived entity type and has' |
|
20 | + .' named streams. Please remove all named streams from type \'' . $derivedTypeName . '\'.'; |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | /** |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | */ |
32 | 32 | public static function metadataResourceTypeSetBagOfComplexTypeWithDerivedTypes($complexTypeName) |
33 | 33 | { |
34 | - return 'Complex type \''.$complexTypeName.'\' has derived types and is used as the item type in a bag.' |
|
34 | + return 'Complex type \'' . $complexTypeName . '\' has derived types and is used as the item type in a bag.' |
|
35 | 35 | .' Only bags containing complex types without derived types are supported.'; |
36 | 36 | } |
37 | 37 | } |