]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/Image.php
old boot.php functions replaced in various places
[friendica.git] / view / theme / frio / php / Image.php
index 2c232ee4b2891af327da4b45d54b786cbd1e8c20..e3bae20048072389e4b7df8a793dc472b0b1396b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -31,10 +31,9 @@ class Image
         * Give all available options for the background image
         *
         * @param array $arr Array with the present user settings
-        *
         * @return array Array with the immage options
         */
-       public static function get_options($arr)
+       public static function get_options(array $arr): array
        {
                $bg_image_options = [
                        'stretch' => ['frio_bg_image_option', DI::l10n()->t('Top Banner'), 'stretch', DI::l10n()->t('Resize image to the width of the screen and show background color below on long pages.'), ($arr['bg_image_option'] == 'stretch')],