Completed
Push — master ( 70dfc9...fb2e0c )
by Michael
03:05
created
lib/Xml/EveApiXmlData.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      * Used to add item to arguments list.
47 47
      *
48 48
      * @param string $name
49
-     * @param mixed  $value
49
+     * @param string  $value
50 50
      *
51 51
      * @throws InvalidArgumentException
52 52
      * @return self Fluent interface.
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      *
83 83
      * @param string $name
84 84
      *
85
-     * @return null|string
85
+     * @return string
86 86
      * @throws DomainException
87 87
      */
88 88
     public function getEveApiArgument($name)
Please login to merge, or discard this patch.