Completed
Push — 21x ( 0e3ed4...f4f4da )
by adam
17:20 queued 21s
created
tests/phpunit/Differ/ListDifferTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -224,6 +224,9 @@
 block discarded – undo
224 224
 		$this->doTestDiff( new ListDiffer( new NativeArrayComparer() ), $old, $new, $expected, $message );
225 225
 	}
226 226
 
227
+	/**
228
+	 * @param string $message
229
+	 */
227 230
 	private function doTestDiff( Differ $differ, $old, $new, $expected, $message ) {
228 231
 		$actual = $differ->doDiff( $old, $new );
229 232
 
Please login to merge, or discard this patch.