@@ -150,7 +150,7 @@ |
||
| 150 | 150 | } |
| 151 | 151 | |
| 152 | 152 | /** |
| 153 | - * @return mixed |
|
| 153 | + * @return StaticReferenceTranslation[] |
|
| 154 | 154 | */ |
| 155 | 155 | public function getTranslations() |
| 156 | 156 | { |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | * Proxy method for translateKeyInput() of the translator |
| 145 | 145 | * |
| 146 | 146 | * @param string $keyName |
| 147 | - * @return bool |
|
| 147 | + * @return string|false |
|
| 148 | 148 | */ |
| 149 | 149 | final public function translateKeyInput($keyName) |
| 150 | 150 | { |
@@ -161,7 +161,7 @@ discard block |
||
| 161 | 161 | * |
| 162 | 162 | * @param string $keyName |
| 163 | 163 | * @param mixed $value |
| 164 | - * @return bool |
|
| 164 | + * @return string|false |
|
| 165 | 165 | */ |
| 166 | 166 | final public function translateValueInput($keyName, $value) |
| 167 | 167 | { |
@@ -177,7 +177,7 @@ discard block |
||
| 177 | 177 | * Proxy method for translateKeyOutput() of the translator |
| 178 | 178 | * |
| 179 | 179 | * @param string $keyName |
| 180 | - * @return bool |
|
| 180 | + * @return string|false |
|
| 181 | 181 | */ |
| 182 | 182 | final public function translateKeyOutput($keyName) |
| 183 | 183 | { |
@@ -193,7 +193,7 @@ discard block |
||
| 193 | 193 | * |
| 194 | 194 | * @param string $keyName |
| 195 | 195 | * @param string $value |
| 196 | - * @return bool |
|
| 196 | + * @return string|false |
|
| 197 | 197 | */ |
| 198 | 198 | final public function translateValueOutput($keyName, $value) |
| 199 | 199 | { |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | */ |
| 41 | 41 | public function getExtendedType() |
| 42 | 42 | { |
| 43 | - return TinymceTypeExtension::class; |
|
| 43 | + return TinymceTypeExtension::class; |
|
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | /** |
@@ -347,7 +347,7 @@ |
||
| 347 | 347 | * This method returns a callback that needs to be executed after the batch is done; this is up to the caller. |
| 348 | 348 | * |
| 349 | 349 | * @param bool $isBatch |
| 350 | - * @return callable |
|
| 350 | + * @return \Closure |
|
| 351 | 351 | */ |
| 352 | 352 | public function setIsBatch($isBatch) |
| 353 | 353 | { |