Passed
Pull Request — master (#140)
by
unknown
14:05 queued 04:02
created
tests/DataValues/TimeValueCalculatorTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
 	}
211 211
 	
212 212
 	/**
213
-	 * @return array
213
+	 * @return string[]
214 214
 	 */
215 215
 	private function timestampWithoutSignProvider() {
216 216
 		return array(
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
 	}
266 266
 
267 267
 	/**
268
-	 * @param $timestamp
268
+	 * @param string $timestamp
269 269
 	 */
270 270
 	private function auxTestGetLowerTimestamp($timestamp) {
271 271
 		$timeValueCalculator = new TimeValueCalculator();
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
 	}
297 297
 
298 298
 	/**
299
-	 * @param $timestamp
299
+	 * @param string $timestamp
300 300
 	 */
301 301
 	private function auxTestGetHigherTimestamp($timestamp) {
302 302
 		$timeValueCalculator = new TimeValueCalculator();
Please login to merge, or discard this patch.