Completed
Push — master ( 416280...d00344 )
by Filip
02:30
created
src/Kdyby/Translation/Diagnostics/Panel.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
 
243 243
 
244 244
 	/**
245
-	 * @param \Exception|\Throwable $e
245
+	 * @param \Exception $e
246 246
 	 */
247 247
 	public function choiceError($e, $domain)
248 248
 	{
@@ -359,6 +359,7 @@  discard block
 block discarded – undo
359 359
 	/**
360 360
 	 * Returns link to editor.
361 361
 	 * @author David Grudl
362
+	 * @param string $text
362 363
 	 * @return Nette\Utils\Html|string
363 364
 	 */
364 365
 	private static function editorLink($file, $line, $text = NULL)
Please login to merge, or discard this patch.