Completed
Push — master ( 4aee11...dd7177 )
by Kacper
04:24
created
Xml/XmlElement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@
 block discarded – undo
258 258
      *
259 259
      * @param string      $attribute Attribute name, optionally with prefix
260 260
      * @param string|null $uri       XML Namespace URI of attribute, prefix will be automatically looked up
261
-     * @return bool|mixed
261
+     * @return string
262 262
      */
263 263
     public function getAttribute(string $attribute, string $uri = null)
264 264
     {
Please login to merge, or discard this patch.
Component/Roster.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,6 @@
 block discarded – undo
184 184
     }
185 185
 
186 186
     /**
187
-     * @param callable(Item $item) $mapper
188 187
      * @return array
189 188
      */
190 189
     public function map(callable $mapper)
Please login to merge, or discard this patch.