Completed
Branch develop (d1a02c)
by jake
02:27
created
src/AcceptHandler.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      * @param array $server DESCRIPTION
112 112
      * @param array $types  DESCRIPTION
113 113
      *
114
-     * @return mixed
114
+     * @return AcceptFactory
115 115
      *
116 116
      * @access protected
117 117
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 
22 22
 use Psr\Http\Message\ResponseInterface as Response;
23 23
 use Psr\Http\Message\ServerRequestInterface as Request;
24
-
25 24
 use Aura\Accept\AcceptFactory;
26 25
 
27 26
 /**
Please login to merge, or discard this patch.