Completed
Pull Request — master (#330)
by
unknown
07:51
created
src/Kdyby/Doctrine/Diagnostics/Panel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -631,7 +631,7 @@
 block discarded – undo
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
 	{
Please login to merge, or discard this patch.
src/Kdyby/Doctrine/DI/OrmExtension.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -433,6 +433,9 @@  discard block
 block discarded – undo
433 433
 
434 434
 
435 435
 
436
+	/**
437
+	 * @param boolean $isDefault
438
+	 */
436 439
 	protected function processSecondLevelCache($name, array $config, $isDefault)
437 440
 	{
438 441
 		if (!$config['enabled']) {
@@ -756,7 +759,7 @@  discard block
 block discarded – undo
756 759
 
757 760
 
758 761
 	/**
759
-	 * @param Nette\DI\ServiceDefinition $def
762
+	 * @param Nette\DI\Definitions\Definition $def
760 763
 	 * @return string[]
761 764
 	 */
762 765
 	protected function getServiceBoundManagers(Nette\DI\ServiceDefinition $def)
Please login to merge, or discard this patch.