Completed
Push — master ( e502a6...b659c5 )
by Michael
08:23
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/Configuration/LogWiring.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
                  *  constructor.
173 173
                  *
174 174
                  * @param LoggerInterface $logger
175
-                 * @param int|null        $uncaughtExceptionLevel
175
+                 * @param integer        $uncaughtExceptionLevel
176 176
                  */
177 177
                 public function __construct(LoggerInterface $logger, int $uncaughtExceptionLevel)
178 178
                 {
Please login to merge, or discard this patch.