Completed
Push — master ( 7c2d20...581a07 )
by Martijn
02:33
created
tests/bootstrap.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
 class SwaggerGen_TestCase extends PHPUnit\Framework\TestCase
16 16
 {
17 17
 
18
+	/**
19
+	 * @param string $exception
20
+	 */
18 21
 	public function expectException($exception, $message = '')
19 22
 	{
20 23
 		// while setExpectedException accepts message to assert on, expectException does not
Please login to merge, or discard this patch.