| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class MessageBrokerConfig extends SprykerMessageBrokerConfig |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return array<string> |
||
| 17 | */ |
||
| 18 | public function getDefaultWorkerChannels(): array |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Defines attributes which should not be logged. |
||
| 25 | * |
||
| 26 | * @api |
||
| 27 | * |
||
| 28 | * @return array<string> |
||
| 29 | */ |
||
| 30 | public function getProtectedMessageAttributes(): array |
||
| 37 |