diff --git a/src/BasePathDetector.php b/src/BasePathDetector.php index 04ce6b7..7cc2ed6 100644 --- a/src/BasePathDetector.php +++ b/src/BasePathDetector.php @@ -8,7 +8,6 @@ class BasePathDetector { /** - * @var array The server data array contains multiple data types * @var array The server data */ private $server; @@ -21,7 +20,6 @@ class BasePathDetector /** * The constructor. * - * @param array $server The SERVER data to use and contain multiple data types * @param array $server The SERVER data to use * @param string|null $phpSapi The PHP_SAPI value */