Completed
Push — master ( 8f6a24...fe68e4 )
by Marco
63:35 queued 61:07
created
lib/Doctrine/Common/Cache/SQLite3Cache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     /**
157 157
      * Find a single row by ID.
158 158
      *
159
-     * @param mixed $id
159
+     * @param string $id
160 160
      * @param bool $includeData
161 161
      *
162 162
      * @return array|null
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     /**
198 198
      * Gets an array of the fields in our table.
199 199
      *
200
-     * @return array
200
+     * @return string[]
201 201
      */
202 202
     private function getFields()
203 203
     {
Please login to merge, or discard this patch.