| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 1 | Features | 1 |
| 1 | <?php |
||
| 10 | class MessageHydrator implements HydratorInterface |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Message hydrate |
||
| 15 | * |
||
| 16 | * @param array $data Data |
||
| 17 | * @param string $class Class Message |
||
| 18 | * |
||
| 19 | * @return Message |
||
| 20 | * @throws \ErrorException |
||
| 21 | */ |
||
| 22 | public function hydrate(array $data, string $class) : Message |
||
| 33 | } |
||
| 34 | } |