From 38b641ca6b7a5cbb07e5a4b0acbe62203671989f Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 23 Nov 2021 21:56:34 +0000 Subject: [PATCH] Coding standards --- src/Factory/Api/Twitter/Status.php | 2 +- src/Object/Api/Twitter/Attachment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Factory/Api/Twitter/Status.php b/src/Factory/Api/Twitter/Status.php index 3ba84d4f7..edfa8da83 100644 --- a/src/Factory/Api/Twitter/Status.php +++ b/src/Factory/Api/Twitter/Status.php @@ -83,7 +83,7 @@ class Status extends BaseFactory return $this->createFromArray($item); } - /** + /** * @param int $uriId Uri-ID of the item * @param int $uid Item user * diff --git a/src/Object/Api/Twitter/Attachment.php b/src/Object/Api/Twitter/Attachment.php index a06470af7..bd4e647a4 100644 --- a/src/Object/Api/Twitter/Attachment.php +++ b/src/Object/Api/Twitter/Attachment.php @@ -26,7 +26,7 @@ use Friendica\BaseDataTransferObject; /** * Class Attachment * - * + * */ class Attachment extends BaseDataTransferObject {