reactphp/stomp

View on GitHub
src/Client/Command/NullCommand.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace React\Stomp\Client\Command;

class NullCommand implements CommandInterface
{
}