Completed
Pull Request — master (#66)
by no
04:52 queued 02:15
created
tests/phpunit/Differ/ListDifferTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -248,6 +248,9 @@
 block discarded – undo
248 248
 		);
249 249
 	}
250 250
 
251
+	/**
252
+	 * @param string $message
253
+	 */
251 254
 	private function doTestDiff( Differ $differ, $old, $new, $expected, $message ) {
252 255
 		$actual = $differ->doDiff( $old, $new );
253 256
 
Please login to merge, or discard this patch.