Passed
Pull Request — master (#140)
by
unknown
15:17 queued 04:33
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 [
@@ -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();
@@ -302,7 +302,7 @@  discard block
 block discarded – undo
302 302
 	}
303 303
 
304 304
 	/**
305
-	 * @param $timestamp
305
+	 * @param string $timestamp
306 306
 	 */
307 307
 	private function auxTestGetHigherTimestamp( $timestamp ) {
308 308
 		$timeValueCalculator = new TimeValueCalculator();
Please login to merge, or discard this patch.