Completed
Push — master ( 211342...dcca72 )
by Michael
06:51
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.
lib/Sql/CommonSqlQueries.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -372,7 +372,7 @@
 block discarded – undo
372 372
     }
373 373
     /**
374 374
      * @param string $tableName
375
-     * @param array  $columnNameList
375
+     * @param string[]  $columnNameList
376 376
      * @param string $rowCount
377 377
      *
378 378
      * @return string
Please login to merge, or discard this patch.