Completed
Push — master ( d018a0...49321b )
by Michael
02:42
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.
lib/FileSystem/CommonFileHandlingTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
 trait CommonFileHandlingTrait
43 43
 {
44 44
     /**
45
-     * @param                   $fileName
45
+     * @param                   string $fileName
46 46
      * @param MediatorInterface $yem
47 47
      * @param string            $mode
48 48
      *
Please login to merge, or discard this patch.