@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | // From 'charcoal-cms' |
6 | 6 | use Charcoal\Cms\AbstractSection; |
7 | -use Charcoal\Cms\Mixin\ContentSectionInterface; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Content section |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | // From 'charcoal-cms' |
6 | 6 | use Charcoal\Cms\AbstractSection; |
7 | -use Charcoal\Cms\Mixin\EmptySectionInterface; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Empty section |
@@ -74,7 +74,7 @@ |
||
74 | 74 | /** |
75 | 75 | * The tag's color. |
76 | 76 | * |
77 | - * @return mixed |
|
77 | + * @return string |
|
78 | 78 | */ |
79 | 79 | public function color() |
80 | 80 | { |