Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Feb 15, 2024
1 parent ec6f5ab commit a8ff6ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Core/src/Config/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ public function __construct(
) {
}

public function __toString(): string
{
return \sprintf('Proxy to `%s`', $this->interface);
}

/**
* @return class-string
*/
public function getInterface(): string
{
return $this->interface;
}

public function __toString(): string
{
return \sprintf('Proxy to `%s`', $this->interface);
}
}

0 comments on commit a8ff6ab

Please sign in to comment.