@@ -134,7 +134,7 @@ |
||
134 | 134 | /** |
135 | 135 | * Gets the value of type. |
136 | 136 | * |
137 | - * @return integer |
|
137 | + * @return string |
|
138 | 138 | */ |
139 | 139 | public function getType() |
140 | 140 | { |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace SWP\TemplatesSystem\Tests\Gimme\Model; |
16 | 16 | |
17 | 17 | use SWP\TemplatesSystem\Gimme\Model\WidgetInterface; |
18 | -use Doctrine\Common\Collections\ArrayCollection; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * Widget. |