Completed
Push — master ( 75748b...36048b )
by Michael
06:58
created
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.
lib/Sql/PreserverTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
      * @param array               $columnDefaults
131 131
      * @param \SimpleXMLElement[] $rows
132 132
      *
133
-     * @return array
133
+     * @return string[]
134 134
      */
135 135
     protected function processXmlRows(array $columnDefaults, array $rows)
136 136
     {
Please login to merge, or discard this patch.