| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | abstract class AbstractMeteoconsTwigExtension extends AbstractTwigExtension { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Display a Meteocons icon. |
||
| 27 | * |
||
| 28 | * @param string $name The name. |
||
| 29 | * @param string|null $style The style. |
||
| 30 | * @return string Returns the Meteocons icon. |
||
| 31 | */ |
||
| 32 | protected function meteoconsIcon(string $name, ?string $style): string { |
||
| 43 |