Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Temporal Connection Configuration with SSL Support and Flexibility #83

Open
wants to merge 10 commits into
base: 3.x
Choose a base branch
from
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class Connection
class InsecureConnection

{
/**
* @param non-empty-string $address
*/
butschster marked this conversation as resolved.
Show resolved Hide resolved
public function __construct(
public readonly string $address,
) {
Expand Down
Loading