Completed
Push — next ( a5d913...b77d7e )
by Jonathan
02:45
created
src/Request/Psr7RequestAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Create a new adapter for a superglobal $_SERVER-style array.
52 52
      *
53
-     * @param Psr\Http\Message\ServerRequestInterface $request An array in a format like PHP's $_SERVER var.
53
+     * @param ServerRequestInterface $request An array in a format like PHP's $_SERVER var.
54 54
      */
55 55
     public function __construct(ServerRequestInterface $request)
56 56
     {
Please login to merge, or discard this patch.