Passed
Pull Request — master (#3)
by Christopher
07:53 queued 03:54
created
src/SimpleTypes/EDMSimpleType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     public function __construct($value)
9 9
     {
10 10
         parent::__construct($value);
11
-        $this->setEnumeration(['Binary','Boolean','Byte','DateTime','DateTimeOffset','Time','Decimal','Double',
12
-            'Single','Guid','Int16','Int32','Int64','String','SByte']);
11
+        $this->setEnumeration(['Binary', 'Boolean', 'Byte', 'DateTime', 'DateTimeOffset', 'Time', 'Decimal', 'Double',
12
+            'Single', 'Guid', 'Int16', 'Int32', 'Int64', 'String', 'SByte']);
13 13
     }
14 14
 }
Please login to merge, or discard this patch.