@@ -260,7 +260,7 @@ |
||
| 260 | 260 | * @param string $value |
| 261 | 261 | * The value to sanitize |
| 262 | 262 | * |
| 263 | - * @return string|mixed |
|
| 263 | + * @return string |
|
| 264 | 264 | * The value sanitized. |
| 265 | 265 | */ |
| 266 | 266 | protected function escape($value) |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use drupol\htmltag\Attribute\AttributeFactory; |
| 6 | 6 | use drupol\htmltag\Attributes\AttributesFactory; |
| 7 | -use drupol\htmltag\Tag\CommentFactory; |
|
| 8 | 7 | use drupol\htmltag\Tag\TagFactory; |
| 9 | 8 | |
| 10 | 9 | /** |