Completed
Push — master ( dc473b...805453 )
by Joschi
03:52
created
src/Server/Tests/Adr/TestAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * Run the action
53 53
      *
54
-     * @return ResponseInterface Response
54
+     * @return \Apparat\Server\Domain\Contract\ResponderInterface Response
55 55
      */
56 56
     public function __invoke()
57 57
     {
Please login to merge, or discard this patch.
src/Server/Tests/ADR/TestAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     /**
52 52
      * Run the action
53 53
      *
54
-     * @return ResponseInterface Response
54
+     * @return \Apparat\Server\Domain\Contract\ResponderInterface Response
55 55
      */
56 56
     public function __invoke()
57 57
     {
Please login to merge, or discard this patch.
src/Server/Ports/Route/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@
 block discarded – undo
272 272
     /**
273 273
      * Set and validate the route action
274 274
      *
275
-     * @param string|array $actions Route actions
275
+     * @param callable $actions Route actions
276 276
      */
277 277
     protected function setAndValidateActionList($actions)
278 278
     {
Please login to merge, or discard this patch.