Completed
Push — master ( 5d8061...8cad24 )
by mw
07:21
created
tests/phpunit/PHPUnitCompat.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -12,6 +12,7 @@
 block discarded – undo
12 12
 
13 13
 	/**
14 14
 	 * @see PHPUnit_Framework_TestCase::setExpectedException
15
+	 * @param string $name
15 16
 	 */
16 17
 	public function setExpectedException( $name, $message = '', $code = null ) {
17 18
 		if ( is_callable( [ $this, 'expectException' ] ) ) {
Please login to merge, or discard this patch.