| 1 | <?php |
||
| 21 | final class AmqpConnectionFactoryDelayStrategyAwareStub implements AmqpConnectionFactory, DelayStrategyAware |
||
| 22 | { |
||
| 23 | use DelayStrategyAwareTrait; |
||
| 24 | |||
| 25 | public static $config; |
||
| 26 | public static $context; |
||
| 27 | |||
| 28 | public function __construct($config) |
||
| 32 | |||
| 33 | public function createContext(): PsrContext |
||
| 37 | } |
||
| 38 |