]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseApi.php
Adhere feedback
[friendica.git] / src / Module / BaseApi.php
index 82dda9de9fc46f8afa887600da8742ea2245bb22..29ca755e05f949522189a5ee91111de259748dcd 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
  *
@@ -90,12 +90,12 @@ class BaseApi extends BaseModule
                                case Router::POST:
                                case Router::PUT:
                                        self::checkAllowedScope(self::SCOPE_WRITE);
-       
+
                                        if (!self::getCurrentUserID()) {
                                                throw new HTTPException\ForbiddenException($this->t('Permission denied.'));
                                        }
                                        break;
-                       }       
+                       }
                }
 
                return parent::run($httpException, $request);