@@ -14,6 +14,9 @@ |
||
14 | 14 | |
15 | 15 | # Get tag |
16 | 16 | |
17 | + /** |
|
18 | + * @param string $contents |
|
19 | + */ |
|
17 | 20 | protected function getTag(string $name, array $attributes = [], $contents = null) { |
18 | 21 | |
19 | 22 | $tag = new Tag($name, $attributes, $contents); |