@@ -30,7 +30,7 @@ |
||
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 | */ |
@@ -36,7 +36,7 @@ |
||
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 |