Skip to content

Commit

Permalink
Fix cs #6
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Dec 9, 2020
1 parent 0431180 commit c843c48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BasePathDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
class BasePathDetector
{
/**
* @var array<mixed> The server data array contains multiple data types
* @var array<mixed> The server data
*/
private $server;
Expand All @@ -21,7 +20,6 @@ class BasePathDetector
/**
* The constructor.
*
* @param array<mixed> $server The SERVER data to use and contain multiple data types
* @param array<mixed> $server The SERVER data to use
* @param string|null $phpSapi The PHP_SAPI value
*/
Expand Down

0 comments on commit c843c48

Please sign in to comment.