Passed
Push — php70 ( e501b7...c1737a )
by Jeroen De
06:24 queued 03:40
created
tests/phpunit/Differ/CallbackListDifferTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -175,6 +175,9 @@
 block discarded – undo
175 175
 		$this->doTestDiff( new CallbackListDiffer( $callback ), $old, $new, $expected, $message );
176 176
 	}
177 177
 
178
+	/**
179
+	 * @param string $message
180
+	 */
178 181
 	private function doTestDiff( Differ $differ, $old, $new, $expected, $message ) {
179 182
 		$actual = $differ->doDiff( $old, $new );
180 183
 
Please login to merge, or discard this patch.
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.