Completed
Pull Request — experimental/3.1 (#2154)
by Kentaro
448:33 queued 441:10
created
app/Plugin/ExamplePlugin/Controller/ExampleController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
      *
94 94
      * @param Application $app
95 95
      * @param Request $request
96
-     * @return array
96
+     * @return Response
97 97
      */
98 98
     public function examplePayment(Application $app, Request $request)
99 99
     {
Please login to merge, or discard this patch.
app/Acme/Controller/RoutingTestController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @Security("has_role('ROLE_ADMIN')")
17 17
      *
18 18
      * @param Application $app
19
-     * @return \Symfony\Component\HttpFoundation\Response
19
+     * @return string
20 20
      */
21 21
     public function testAdmin(Application $app)
22 22
     {
Please login to merge, or discard this patch.