Completed
Push — master ( b57571...eaf5ea )
by Michael
06:33
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
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      * @param string $name
86 86
      * @param array  $arguments
87 87
      *
88
-     * @return mixed
88
+     * @return string
89 89
      * @throws \InvalidArgumentException
90 90
      * @throws \DomainException
91 91
      * @throws \BadMethodCallException
Please login to merge, or discard this patch.