@@ -113,7 +113,7 @@ |
||
113 | 113 | * It will be used to generate content name and url alias if current field is designated |
114 | 114 | * to be used in the content name/urlAlias pattern. |
115 | 115 | * |
116 | - * @param mixed $value |
|
116 | + * @param SPIValue $value |
|
117 | 117 | * |
118 | 118 | * @return string |
119 | 119 | */ |
@@ -187,7 +187,7 @@ |
||
187 | 187 | /** |
188 | 188 | * Returns if the given $value is considered empty by the field type. |
189 | 189 | * |
190 | - * @param mixed $value |
|
190 | + * @param SPIValue $value |
|
191 | 191 | * |
192 | 192 | * @return bool |
193 | 193 | */ |
@@ -70,7 +70,7 @@ |
||
70 | 70 | /** |
71 | 71 | * Returns a list of filters to add to the existing list. |
72 | 72 | * |
73 | - * @return array An array of filters |
|
73 | + * @return Twig_SimpleFilter[] An array of filters |
|
74 | 74 | */ |
75 | 75 | public function getFilters() |
76 | 76 | { |