Completed
Push — master ( 31b5db...524ecf )
by Michael
03:26
created
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.
lib/Log/EventAwareLoggerInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@
 block discarded – undo
42 42
 {
43 43
     /**
44 44
      * @param LogEventInterface $event
45
+     * @return void
45 46
      */
46 47
     public function logEvent(LogEventInterface $event);
47 48
 }
Please login to merge, or discard this patch.
lib/Configuration/WiringInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@
 block discarded – undo
42 42
 {
43 43
     /**
44 44
      * @param LogEventInterface $event
45
+     * @return void
45 46
      */
46 47
     public function logEvent(LogEventInterface $event);
47 48
 }
Please login to merge, or discard this patch.