Skip to content

Commit c843c48

Browse files
committed
Fix cs #6
1 parent 0431180 commit c843c48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BasePathDetector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
class BasePathDetector
99
{
1010
/**
11-
* @var array<mixed> The server data array contains multiple data types
1211
* @var array<mixed> The server data
1312
*/
1413
private $server;
@@ -21,7 +20,6 @@ class BasePathDetector
2120
/**
2221
* The constructor.
2322
*
24-
* @param array<mixed> $server The SERVER data to use and contain multiple data types
2523
* @param array<mixed> $server The SERVER data to use
2624
* @param string|null $phpSapi The PHP_SAPI value
2725
*/

0 commit comments

Comments
 (0)