Completed
Pull Request — master (#162)
by
unknown
08:41
created
src/Translator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 	 * Translates the given string.
137 137
 	 *
138 138
 	 * @param string|\Kdyby\Translation\Phrase|mixed $message The message id
139
-	 * @param int|array|NULL $count The number to use to find the indice of the message
139
+	 * @param integer|null $count The number to use to find the indice of the message
140 140
 	 * @param string|array|NULL $parameters An array of parameters for the message
141 141
 	 * @param string|NULL $domain The domain for the message
142 142
 	 * @param string|NULL $locale The locale
Please login to merge, or discard this patch.
src/Diagnostics/Panel.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -338,6 +338,8 @@
 block discarded – undo
338 338
 	/**
339 339
 	 * Returns link to editor.
340 340
 	 *
341
+	 * @param integer $line
342
+	 * @param string $text
341 343
 	 * @return \Nette\Utils\Html|string
342 344
 	 */
343 345
 	private static function editorLink($file, $line, $text = NULL)
Please login to merge, or discard this patch.