mxmbsocket/src/Socket/MessageComponentInterface.php
Mohamad Faeez e88f792e6d
Some checks are pending
CI / PHPUnit (highest, 5.4) (push) Waiting to run
CI / PHPUnit (highest, 5.5) (push) Waiting to run
CI / PHPUnit (highest, 5.6) (push) Waiting to run
CI / PHPUnit (highest, 7.0) (push) Waiting to run
CI / PHPUnit (highest, 7.1) (push) Waiting to run
CI / PHPUnit (highest, 7.2) (push) Waiting to run
CI / PHPUnit (highest, 7.3) (push) Waiting to run
CI / PHPUnit (highest, 7.4) (push) Waiting to run
CI / PHPUnit (lowest, 5.4) (push) Waiting to run
Updates
2025-04-09 15:15:16 +08:00

6 lines
123 B
PHP

<?php
namespace mfmdevsystem\socket;
interface MessageComponentInterface extends ComponentInterface, MessageInterface {
}