@@ -360,9 +360,9 @@ discard block |
||
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 |
||
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 | { |