Passed
Push — master ( 74317a...f8ed32 )
by Christopher
04:04
created
src/SimpleTypes/EDMSimpleType.php 2 patches
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,12 @@
 block discarded – undo
3 3
 
4 4
 use AlgoWeb\xsdTypes\xsString;
5 5
 
6
-abstract class EDMSimpleTypeBase extends xsString{
6
+abstract class EDMSimpleTypeBase extends xsString {
7 7
     public function __construct($value)
8 8
     {
9 9
         parent::__construct($value);
10
-        $this->setEnumeration(['Binary','Boolean','Byte','DateTime','DateTimeOffset','Time','Decimal','Double',
11
-            'Single','Guid','Int16','Int32','Int64','String','SByte']);
10
+        $this->setEnumeration(['Binary', 'Boolean', 'Byte', 'DateTime', 'DateTimeOffset', 'Time', 'Decimal', 'Double',
11
+            'Single', 'Guid', 'Int16', 'Int32', 'Int64', 'String', 'SByte']);
12 12
 
13 13
     }
14 14
 }
15 15
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,8 @@
 block discarded – undo
3 3
 
4 4
 use AlgoWeb\xsdTypes\xsString;
5 5
 
6
-abstract class EDMSimpleTypeBase extends xsString{
6
+abstract class EDMSimpleTypeBase extends xsString
7
+{
7 8
     public function __construct($value)
8 9
     {
9 10
         parent::__construct($value);
Please login to merge, or discard this patch.