vendor/gos/websocket-client/src/Wamp/ClientFactoryInterface.php line 5

Open in your IDE?
  1. <?php
  2. namespace Gos\Component\WebSocketClient\Wamp;
  3. trigger_deprecation('gos/websocket-client''1.2''The package is deprecated, use "ratchet/pawl" instead.');
  4. /**
  5.  * @deprecated the package is deprecated, use "ratchet/pawl" instead
  6.  */
  7. interface ClientFactoryInterface
  8. {
  9.     public function createConnection(): ClientInterface;
  10. }