Completed
Push — master ( 27f11f...9e269b )
by Andrew
01:57
created
code/SEO_Icons_SiteConfig_DataExtension.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.