@@ -176,7 +176,6 @@ |
||
| 176 | 176 | |
| 177 | 177 | /** |
| 178 | 178 | * Get the comment of the element. |
| 179 | - |
|
| 180 | 179 | * |
| 181 | 180 | * @return string the comment |
| 182 | 181 | */ |
@@ -67,14 +67,14 @@ |
||
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | - * Creates a data URI (RFC 2397). |
|
| 71 | - * Based on the Twig implementaion from HTMLExtension |
|
| 72 | - * |
|
| 73 | - * Length validation is not performed on purpose, validation should |
|
| 74 | - * be done before calling this filter. |
|
| 75 | - * |
|
| 76 | - * @return string The generated data URI |
|
| 77 | - */ |
|
| 70 | + * Creates a data URI (RFC 2397). |
|
| 71 | + * Based on the Twig implementaion from HTMLExtension |
|
| 72 | + * |
|
| 73 | + * Length validation is not performed on purpose, validation should |
|
| 74 | + * be done before calling this filter. |
|
| 75 | + * |
|
| 76 | + * @return string The generated data URI |
|
| 77 | + */ |
|
| 78 | 78 | private function dataUri(string $data, string $mime): string |
| 79 | 79 | { |
| 80 | 80 | $repr = 'data:'; |