Completed
Pull Request — master (#334)
by
unknown
01:14
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/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.