Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
40 | protected function processDomain(string $title, ?string $text): ?string |
||
41 | { |
||
42 | $ref = new RefGoogleBook(); |
||
43 | |||
44 | return $ref->process($text); |
||
1 ignored issue
–
show
|
|||
45 | } |
||
55 |