@@ -78,7 +78,7 @@ |
||
| 78 | 78 | * @param string[] $servers Caching proxy server hostnames or IP |
| 79 | 79 | * addresses, including port if not port 80. |
| 80 | 80 | * E.g. ['127.0.0.1:6081'] |
| 81 | - * @param string|string[] $baseUris Default application hostnames, optionally |
|
| 81 | + * @param string $baseUris Default application hostnames, optionally |
|
| 82 | 82 | * including base URL, for purge and refresh |
| 83 | 83 | * requests (optional). At least one is required if |
| 84 | 84 | * you purge and refresh paths instead of |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace FOS\HttpCache\Test\Proxy; |
| 13 | 13 | |
| 14 | 14 | use Symfony\Component\Process\Exception\ProcessFailedException; |
| 15 | -use Symfony\Component\Process\Process; |
|
| 16 | 15 | |
| 17 | 16 | class LiteSpeedProxy extends AbstractProxy |
| 18 | 17 | { |