@@ -447,6 +447,9 @@ |
||
447 | 447 | |
448 | 448 | |
449 | 449 | |
450 | + /** |
|
451 | + * @param boolean $isDefault |
|
452 | + */ |
|
450 | 453 | protected function processSecondLevelCache($name, array $config, $isDefault) |
451 | 454 | { |
452 | 455 | if (!$config['enabled']) { |
@@ -45,6 +45,9 @@ |
||
45 | 45 | |
46 | 46 | |
47 | 47 | |
48 | + /** |
|
49 | + * @param integer $defaultRenameMode |
|
50 | + */ |
|
48 | 51 | public function __construct(EntityManager $em, $defaultRenameMode = Doctrine\ORM\Query\ResultSetMappingBuilder::COLUMN_RENAMING_INCREMENT) |
49 | 52 | { |
50 | 53 | parent::__construct($em, $defaultRenameMode); |
@@ -41,6 +41,9 @@ |
||
41 | 41 | */ |
42 | 42 | private $unitOfWorkSnapshot; |
43 | 43 | |
44 | + /** |
|
45 | + * @param \Exception $exception |
|
46 | + */ |
|
44 | 47 | public function markExceptionOwner(Doctrine\ORM\EntityManager $em, $exception) |
45 | 48 | { |
46 | 49 | if ($this->em !== $em) { |
@@ -32,7 +32,7 @@ |
||
32 | 32 | |
33 | 33 | |
34 | 34 | /** |
35 | - * @return array |
|
35 | + * @return string[] |
|
36 | 36 | */ |
37 | 37 | public function __sleep() |
38 | 38 | { |
@@ -631,7 +631,7 @@ |
||
631 | 631 | |
632 | 632 | /** |
633 | 633 | * @param \Doctrine\Common\Annotations\AnnotationException $e |
634 | - * @return string|bool |
|
634 | + * @return false|string |
|
635 | 635 | */ |
636 | 636 | public static function highlightAnnotationLine(AnnotationException $e) |
637 | 637 | { |
@@ -32,7 +32,7 @@ |
||
32 | 32 | |
33 | 33 | |
34 | 34 | /** |
35 | - * @return array |
|
35 | + * @return string[] |
|
36 | 36 | */ |
37 | 37 | public function __sleep() |
38 | 38 | { |