Completed
Pull Request — 3.x (#928)
by
unknown
01:35
created
src/Model/ModelManager.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -360,9 +360,9 @@  discard block
 block discarded – undo
360 360
     /**
361 361
      * 
362 362
      * @param mix $value
363
-     * @param Doctrine\DBAL\Types\Type $type
363
+     * @param Type $type
364 364
      * @param string $fieldType
365
-     * @param Doctrine\DBAL\Platforms\AbstractPlatform $platform
365
+     * @param \Doctrine\DBAL\Platforms\AbstractPlatform $platform
366 366
      */
367 367
     private function getValueFromType ($value, $type, $fieldType, $platform) 
368 368
     {
@@ -638,7 +638,7 @@  discard block
 block discarded – undo
638 638
      *
639 639
      * @param string $property
640 640
      *
641
-     * @return mixed
641
+     * @return string
642 642
      */
643 643
     protected function camelize($property)
644 644
     {
Please login to merge, or discard this patch.