Skip to content

Commit

Permalink
Fix typo in phpdoc Relay::create method
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Tamazlicaru committed May 1, 2024
1 parent c6696bd commit 0aa3e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Relay.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class Relay implements RelayInterface
* Example:
*
* Relay::create("pipes");
* Relay::create("tpc://localhost:6001");
* Relay::create("tcp://localhost:6001");
*
*
* @param non-empty-string $connection
Expand Down

0 comments on commit 0aa3e18

Please sign in to comment.