Passed
Push — master ( 188fde...56d8c7 )
by Christopher
10:58 queued 06:48
created
src/MetadataV3/edm/TTypeRefType.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -32,11 +32,11 @@
 block discarded – undo
32 32
      */
33 33
     private $type = null;
34 34
 
35
-     /**
36
-      * Gets as type
37
-      *
38
-      * @return string
39
-      */
35
+        /**
36
+         * Gets as type
37
+         *
38
+         * @return string
39
+         */
40 40
     public function getType()
41 41
     {
42 42
         return $this->type;
Please login to merge, or discard this patch.
src/MetadataV4/edm/TDurationConstantExpressionType.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param \DateInterval[] $value
34
-
35 34
      * @return \DateInterval
36 35
      */
37 36
     public function value(...$value)
Please login to merge, or discard this patch.