Completed
Push — master ( d830a9...721bff )
by Christopher
39:46
created
src/MetadataV3/edm/TTypeRefType.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -22,10 +22,10 @@
 block discarded – undo
22 22
     private $type = null;
23 23
 
24 24
      /**
25
-     * Gets as type
26
-     *
27
-     * @return string
28
-     */
25
+      * Gets as type
26
+      *
27
+      * @return string
28
+      */
29 29
     public function getType()
30 30
     {
31 31
         return $this->type;
Please login to merge, or discard this patch.
edm/EntityContainer/AssociationSetAnonymousType/EndAnonymousType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use AlgoWeb\ODataMetadata\IsOKTraits\IsOKToolboxTrait;
7 7
 use AlgoWeb\ODataMetadata\MetadataV3\edm\Groups\GEmptyElementExtensibilityTrait;
8 8
 use AlgoWeb\ODataMetadata\MetadataV3\edm\IsOKTraits\TSimpleIdentifierTrait;
9
-use AlgoWeb\ODataMetadata\MetadataV3\edm\TDocumentationType;
10 9
 
11 10
 /**
12 11
  * Class representing EndAnonymousType
Please login to merge, or discard this patch.