Completed
Branch Issue/21 (251375)
by Tomas Norre
19:30
created
Classes/ViewHelpers/Format/SpeakingDateViewHelper.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,9 +39,8 @@
 block discarded – undo
39 39
 	 *
40 40
 	 * @param string $timestamp
41 41
 	 * @param string $defaultFormat
42
-	 * @param string $today
43
-	 * @param string $tomorrow
44
-	 * @param string $yesterday
42
+	 * @param string $tomorrowFormat
43
+	 * @param string $yesterdayFormat
45 44
 	 * @return string
46 45
 	 */
47 46
 	public function render($timestamp, $defaultFormat='Y.m.d H:i', $todayFormat='H:i', $tomorrowFormat='\T\o\m\m\o\r\o\w, H:i', $yesterdayFormat='\Y\e\s\t\e\r\d\a\y, H:i') {
Please login to merge, or discard this patch.