aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Share.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Share.php')
-rw-r--r--app/Models/Share.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Models/Share.php b/app/Models/Share.php
index 9c8f2084e..2df9dd4d9 100644
--- a/app/Models/Share.php
+++ b/app/Models/Share.php
@@ -106,9 +106,7 @@ class FreshRSS_Share {
* decentralized ones.
* @param string $help_url is an optional url to give help on this option.
* @param 'GET'|'POST' $method defines the sharing method (GET or POST)
- * @param string|null $field
* @param 'button'|null $HTMLtag
- * @param bool $isDeprecated
*/
private function __construct(string $type, string $url_transform, array $transforms, string $form_type,
string $help_url, string $method, ?string $field, ?string $HTMLtag, bool $isDeprecated = false) {