| Total Complexity | 3 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class REF implements API |
||
| 15 | { |
||
| 16 | use ASS; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @return bool |
||
| 20 | */ |
||
| 21 | public function supported() : bool |
||
| 22 | { |
||
| 23 | return true; |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param Router $router |
||
| 28 | * @param string $contracts |
||
| 29 | * @param string $implementer |
||
| 30 | */ |
||
| 31 | public function analyzing(Router $router, string $contracts, string $implementer) : void |
||
| 35 | } |
||
| 36 | } |
||
| 38 |