Skip to content

Commit

Permalink
Update src/Connection/Connection.php
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksei Gagarin <[email protected]>
  • Loading branch information
butschster and roxblnfk committed Mar 26, 2024
1 parent e395aae commit 8f0044d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Connection/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

class Connection
{
/**
* @param non-empty-string $address
*/
public function __construct(
public readonly string $address,
) {
Expand Down

0 comments on commit 8f0044d

Please sign in to comment.