@@ -247,7 +247,7 @@ discard block |
||
| 247 | 247 | /** |
| 248 | 248 | * Fetches the Android pinicon theme color. |
| 249 | 249 | * |
| 250 | - * @return bool|string |
|
| 250 | + * @return string|false |
|
| 251 | 251 | */ |
| 252 | 252 | public function fetchAndroidPiniconThemeColor() |
| 253 | 253 | { |
@@ -263,7 +263,7 @@ discard block |
||
| 263 | 263 | /** |
| 264 | 264 | * Fetches the Windows pinicon background color. |
| 265 | 265 | * |
| 266 | - * @return bool|string |
|
| 266 | + * @return string|false |
|
| 267 | 267 | */ |
| 268 | 268 | public function fetchWindowsPiniconBackgroundColor() |
| 269 | 269 | { |
@@ -283,7 +283,7 @@ discard block |
||
| 283 | 283 | * |
| 284 | 284 | * @todo check this is working 100% |
| 285 | 285 | * |
| 286 | - * @return bool |
|
| 286 | + * @return boolean|null |
|
| 287 | 287 | */ |
| 288 | 288 | public function generateAndroidManifest() |
| 289 | 289 | { |