@@ -25,7 +25,6 @@ discard block |
||
25 | 25 | protected $contents; |
26 | 26 | |
27 | 27 | /** |
28 | - * @param string $name |
|
29 | 28 | */ |
30 | 29 | public function __construct($tagName, $attributes = []) |
31 | 30 | { |
@@ -59,7 +58,7 @@ discard block |
||
59 | 58 | |
60 | 59 | /** |
61 | 60 | * @param String $contents |
62 | - * @return void |
|
61 | + * @return Tag |
|
63 | 62 | */ |
64 | 63 | public function add($contents) |
65 | 64 | { |