Passed
Pull Request — master (#121)
by Alex
03:55
created
src/POData/Common/Messages/metadataResourceType.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.