| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 27 | final class QueryHandlerProviderPass extends HandlerProviderPass |
||
| 28 | { |
||
| 29 | public const DEFAULT_SERVICE_ID = QueryHandlerProvider::class; |
||
| 30 | public const DEFAULT_HANDLER_TAG = 'query_dispatcher.handler'; |
||
| 31 | public const DEFAULT_MESSAGE_PROPERTY = 'query'; |
||
| 32 | public const DEFAULT_PROVIDER_CLASS = QueryHandlerProvider::class; |
||
| 33 | |||
| 34 | public function __construct( |
||
| 43 |