Passed
Push — master ( 77e09c...64b758 )
by Rafael
07:59
created
src/Definition/Traits/NodeAwareDefinitionTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * @return mixed
27 27
      */
28
-    public function getNode():?string
28
+    public function getNode(): ?string
29 29
     {
30 30
         return $this->node;
31 31
     }
Please login to merge, or discard this patch.
src/Definition/DeprecateInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * @return string
28 28
      */
29
-    public function getDeprecationReason():?string;
29
+    public function getDeprecationReason(): ?string;
30 30
 
31 31
     /**
32 32
      * @return bool
Please login to merge, or discard this patch.