Completed
Push — master ( f7f7bc...f09e2c )
by Yo!
05:25 queued 02:57
created
src/HttpServer/ServerRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Constructor.
32 32
      *
33
-     * @param Symfony\Component\HttpFoundation\Request $request
33
+     * @param Request $request
34 34
      * @param string                                   $documentRoot Path to the document root
35 35
      * @param string                                   $serverRoot   Path to the server root
36 36
      */
Please login to merge, or discard this patch.
src/PackageManager/PackageNameVersion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * Constructor.
38 38
      *
39
-     * @param string $packagName Package's name.
39
+     * @param string $packageName Package's name.
40 40
      *                           e.g: "myvendor/foo v1.0"
41 41
      *
42 42
      * @throws RuntimeException If the parsed package's name is empty
Please login to merge, or discard this patch.