Passed
Push — master ( 74317a...f8ed32 )
by Christopher
04:04
created
src/SimpleTypes/EDMSimpleType.php 1 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.