Drop php 7.4

This commit is contained in:
2021-01-23 02:09:37 +03:00
parent 33e96e6bdc
commit df89322fe0
3 changed files with 5 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ abstract class Connection
LoggerInterface $logger = null,
string $clientId = null,
string $hostname = null,
string $userAgent = null
string $userAgent = null,
) {
$this->address = $address;