Completed
Pull Request — master (#330)
by
unknown
01:16
created
src/Kdyby/Doctrine/DI/OrmExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -447,6 +447,9 @@
 block discarded – undo
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']) {
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Mapping/ResultSetMappingBuilder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/exceptions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
 	/**
280 280
 	 * This is just a paranoia, hopes no one actually serializes exceptions.
281 281
 	 *
282
-	 * @return array
282
+	 * @return string[]
283 283
 	 */
284 284
 	public function __sleep()
285 285
 	{
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
 
321 321
 
322 322
 	/**
323
-	 * @return array
323
+	 * @return string[]
324 324
 	 */
325 325
 	public function __sleep()
326 326
 	{
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
361 361
 
362 362
 
363 363
 	/**
364
-	 * @return array
364
+	 * @return string[]
365 365
 	 */
366 366
 	public function __sleep()
367 367
 	{
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/NativeQueryWrapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -199,6 +199,9 @@
 block discarded – undo
199 199
 
200 200
 
201 201
 
202
+	/**
203
+	 * @return string
204
+	 */
202 205
 	public function getSQL()
203 206
 	{
204 207
 		return $this->nativeQuery->getSQL();
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/ResultSet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@
 block discarded – undo
363 363
 
364 364
 	/**
365 365
 	 * @param \Doctrine\ORM\AbstractQuery|\Doctrine\ORM\Query|\Doctrine\ORM\NativeQuery $query
366
-	 * @return \Doctrine\ORM\Tools\Pagination\Paginator
366
+	 * @return null|ResultPaginator
367 367
 	 */
368 368
 	private function createPaginatedQuery(ORM\AbstractQuery $query)
369 369
 	{
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Diagnostics/Panel.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -633,7 +633,7 @@  discard block
 block discarded – undo
633 633
 
634 634
 	/**
635 635
 	 * @param \Doctrine\Common\Annotations\AnnotationException $e
636
-	 * @return string|bool
636
+	 * @return false|string
637 637
 	 */
638 638
 	public static function highlightAnnotationLine(AnnotationException $e)
639 639
 	{
@@ -675,7 +675,7 @@  discard block
 block discarded – undo
675 675
 
676 676
 
677 677
 	/**
678
-	 * @param \Reflector|\Nette\Reflection\ClassType|\Nette\Reflection\Method|\Nette\Reflection\Property $refl
678
+	 * @param \Reflector $refl
679 679
 	 * @param \Exception|\Throwable $e
680 680
 	 * @param int|NULL $startLine
681 681
 	 * @return int|NULL
@@ -713,7 +713,7 @@  discard block
 block discarded – undo
713 713
 
714 714
 
715 715
 	/**
716
-	 * @param \Reflector|\Nette\Reflection\ClassType|\Nette\Reflection\Method $refl
716
+	 * @param \Reflector $refl
717 717
 	 * @param int $symbolPos
718 718
 	 * @return int
719 719
 	 */
@@ -733,7 +733,7 @@  discard block
 block discarded – undo
733 733
 
734 734
 
735 735
 	/**
736
-	 * @param \Reflector|Nette\Reflection\ClassType|Nette\Reflection\Method $refl
736
+	 * @param \Reflector $refl
737 737
 	 * @param string $annotation
738 738
 	 * @return string
739 739
 	 */
@@ -764,7 +764,7 @@  discard block
 block discarded – undo
764 764
 
765 765
 
766 766
 	/**
767
-	 * @param \Nette\Reflection\ClassType|\Nette\Reflection\Method|\Reflector $refl
767
+	 * @param \Reflector $refl
768 768
 	 * @param int|null $atPos
769 769
 	 * @return string
770 770
 	 */
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/Connection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
 	/**
66 66
 	 * @internal
67
-	 * @param Doctrine\ORM\EntityManager $em
67
+	 * @param EntityManager $em
68 68
 	 * @return $this
69 69
 	 */
70 70
 	public function bindEntityManager(Doctrine\ORM\EntityManager $em)
Please login to merge, or discard this patch.