Completed
Push — master ( 5952d3...26da79 )
by Jáchym
09:05
created
src/Kdyby/Doctrine/Diagnostics/Panel.php 1 patch
Doc Comments   +2 added lines, -2 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
 	{
@@ -676,7 +676,7 @@  discard block
 block discarded – undo
676 676
 
677 677
 	/**
678 678
 	 * @param \Reflector|\Nette\Reflection\ClassType|\Nette\Reflection\Method|\Nette\Reflection\Property $refl
679
-	 * @param \Exception|\Throwable $e
679
+	 * @param AnnotationException $e
680 680
 	 * @param int|NULL $startLine
681 681
 	 * @return int|NULL
682 682
 	 */
Please login to merge, or discard this patch.