Completed
Pull Request — master (#49)
by Thomas
21:49
created
src/Dbal/Dbal.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
      * Update the autoincrement value
269 269
      *
270 270
      * @param Entity     $entity
271
-     * @param int|string $value
271
+     * @param string $value
272 272
      */
273 273
     protected function updateAutoincrement(Entity $entity, $value)
274 274
     {
@@ -411,7 +411,7 @@  discard block
 block discarded – undo
411 411
      * Escape a date time object for query
412 412
      *
413 413
      * @param \DateTime $value
414
-     * @return mixed
414
+     * @return string
415 415
      */
416 416
     protected function escapeDateTime(\DateTime $value)
417 417
     {
Please login to merge, or discard this patch.