]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Image.php
Change "thumbnail" for default Friendica banner image in Api\Mastodon\Instance
[friendica.git] / src / Object / Image.php
index db17e0e253d0d842c832d5e9d4fce8ebc52c8e78..00f8f3c5bbe89553a3c7932168b9de85fcacd1c2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -378,10 +378,10 @@ class Image
                        $orientation = $this->image->getImageOrientation();
                        switch ($orientation) {
                                case Imagick::ORIENTATION_BOTTOMRIGHT:
-                                       $this->rotate( 180);
+                                       $this->rotate(180);
                                        break;
                                case Imagick::ORIENTATION_RIGHTTOP:
-                                       $this->rotate( -90);
+                                       $this->rotate(-90);
                                        break;
                                case Imagick::ORIENTATION_LEFTBOTTOM:
                                        $this->rotate(90);