Completed
Pull Request — master (#50)
by
unknown
18s
created
tests/output/docblock comment in method/source.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 	* @rest\path Int id The ID of the User
22 22
 	* @rest\response 200 User
23 23
 		 */
24
-		$app->get('/v1/users/{id:[0-9]+}', function ($request, $response, $args) {
24
+		$app->get('/v1/users/{id:[0-9]+}', function($request, $response, $args) {
25 25
 			// ...
26 26
 		});
27 27
 	}
Please login to merge, or discard this patch.