Completed
Push — master ( 84e485...c5777c )
by Colin
46:01 queued 44:53
created
src/Configuration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * @param string|null $key
49
-     * @param mixed|null  $default
49
+     * @param false|string  $default
50 50
      *
51 51
      * @return mixed|null
52 52
      */
Please login to merge, or discard this patch.
src/Element.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @return ElementInterface|null
88
+     * @return Element|null
89 89
      */
90 90
     public function getParent()
91 91
     {
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return ElementInterface|null
96
+     * @return Element|null
97 97
      */
98 98
     public function getNextSibling()
99 99
     {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-     * @return ElementInterface|null
104
+     * @return Element|null
105 105
      */
106 106
     public function getPreviousSibling()
107 107
     {
Please login to merge, or discard this patch.