Passed
Push — master ( 02a4d3...7df567 )
by Christopher
03:00
created
src/MetadataV3/Edm/OtherTypeConstructs/RowType/Property.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,5 +117,5 @@
 block discarded – undo
117 117
     {
118 118
         $type = $this->getChildElementsHasType();
119 119
         assert(null === $type || $type instanceof DomBase);
120
-        return null === $type ? [] : [$type];    }
120
+        return null === $type ? [] : [$type]; }
121 121
 }
Please login to merge, or discard this patch.