Completed
Push — master ( f26bc0...123a08 )
by mw
13s
created
src/DataValues/ValueFormatters/TimeValueFormatter.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -70,7 +70,6 @@  discard block
 block discarded – undo
70 70
 	 *
71 71
 	 * @since 2.4
72 72
 	 *
73
-	 * @param DITime $dataItem
74 73
 	 * @param boolean $mindefault determining whether values below the
75 74
 	 * precision of our input should be completed with minimal or maximal
76 75
 	 * conceivable values
@@ -111,7 +110,6 @@  discard block
 block discarded – undo
111 110
 	 *
112 111
 	 * @since 2.4
113 112
 	 *
114
-	 * @param DITime $dataItem
115 113
 	 *
116 114
 	 * @return string
117 115
 	 */
@@ -167,7 +165,7 @@  discard block
 block discarded – undo
167 165
 	 *
168 166
 	 * @since 2.4
169 167
 	 *
170
-	 * @param DITime $dataitem
168
+	 * @param DITime $dataItem
171 169
 	 *
172 170
 	 * @return string
173 171
 	 */
@@ -350,6 +348,9 @@  discard block
 block discarded – undo
350 348
 		return $this->getCaptionFromDataItem( $dataItem );
351 349
 	}
352 350
 
351
+	/**
352
+	 * @param DITime $dataItem
353
+	 */
353 354
 	private function hintCalendarModel( $dataItem ) {
354 355
 
355 356
 		if ( $this->dataValue->isEnabledFeature( SMW_DV_TIMEV_CM ) && $dataItem->getCalendarModel() !== DITime::CM_GREGORIAN ) {
Please login to merge, or discard this patch.
src/Localizer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
 	/**
57 57
 	 * @since 2.1
58 58
 	 *
59
-	 * @param DIWikiPage|Title|null $title
59
+	 * @param \SMWDIWikiPage $title
60 60
 	 *
61 61
 	 * @return Language
62 62
 	 */
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 	/**
157 157
 	 * @since 2.4
158 158
 	 *
159
-	 * @param Language|string $languageCode
159
+	 * @param Language|string $language
160 160
 	 *
161 161
 	 * @return ExtraneousLanguage
162 162
 	 */
Please login to merge, or discard this patch.