Skip to content

Commit 5e46696

Browse files
committed
Remove obsolete phpdoc parameter documentation
1 parent 5a5fff7 commit 5e46696

34 files changed

Lines changed: 1 addition & 75 deletions

File tree

wcfsetup/install/files/lib/acp/form/PaidSubscriptionAddForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ public function save()
336336
/**
337337
* Saves i18n values.
338338
*
339-
* @param PaidSubscription $subscription
340339
* @return void
341340
*/
342341
public function saveI18nValue(PaidSubscription $subscription, string $columnName)

wcfsetup/install/files/lib/data/article/ViewableArticleList.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public function enableContentLoading(bool $enable = true)
131131
/**
132132
* Enables/disables the loading of embedded objects in the article contents.
133133
*
134-
* @param bool $enable
135134
* @since 5.4
136135
*/
137136
public function enableEmbeddedObjectLoading(bool $enable = true): void

wcfsetup/install/files/lib/data/article/content/ViewableArticleContentList.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public function readObjects()
114114
/**
115115
* Enables/disables the loading of embedded objects in the article contents.
116116
*
117-
* @param bool $enable
118117
* @since 5.4
119118
*/
120119
public function enableEmbeddedObjectLoading(bool $enable = true): void

wcfsetup/install/files/lib/data/comment/CommentAction.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,6 @@ private function getGuestDialog(): ?string
10191019
/**
10201020
* Renders a comment.
10211021
*
1022-
* @param Comment $comment
1023-
* @param CommentResponse $response
10241022
* @return string|string[]
10251023
* @deprecated 6.1 see https://docs.woltlab.com/6.1/migration/wsc60/php/#comment-backend
10261024
*/

wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ class StructuredCommentList extends CommentList
7676

7777
/**
7878
* Creates a new structured comment list.
79-
*
80-
* @param ICommentManager $commentManager
8179
*/
8280
public function __construct(ICommentManager $commentManager, int $objectTypeID, int $objectID)
8381
{

wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponseList.class.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ class StructuredCommentResponseList extends CommentResponseList
5454

5555
/**
5656
* Creates a new structured comment response list.
57-
*
58-
* @param ICommentManager $commentManager
59-
* @param Comment $comment
6057
*/
6158
public function __construct(ICommentManager $commentManager, Comment $comment)
6259
{

wcfsetup/install/files/lib/system/background/job/EmailDeliveryBackgroundJob.class.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ class EmailDeliveryBackgroundJob extends AbstractBackgroundJob
6363
/**
6464
* Creates the job using the given the email and the destination mailbox.
6565
*
66-
* @param Email $email
67-
* @param Mailbox $envelopeFrom
68-
* @param Mailbox $envelopeTo
6966
* @see \wcf\system\email\transport\IEmailTransport
7067
*/
7168
public function __construct(Email $email, Mailbox $envelopeFrom, Mailbox $envelopeTo)

wcfsetup/install/files/lib/system/background/job/NotificationEmailDeliveryBackgroundJob.class.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class NotificationEmailDeliveryBackgroundJob extends AbstractBackgroundJob
4040
* the value is used as a safety check within the constructor to make sure all the checks run against the expected
4141
* user.
4242
*
43-
* @param EmailDeliveryBackgroundJob $job
44-
* @param User $recipient
45-
* @param UserNotification $notification
4643
*/
4744
public function __construct(EmailDeliveryBackgroundJob $job, UserNotification $notification, User $recipient)
4845
{

wcfsetup/install/files/lib/system/category/CategoryPermissionHandler.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ class CategoryPermissionHandler extends SingletonFactory
3030
* Returns the acl options for the given category and for the given user.
3131
* If no user is given, the active user is used.
3232
*
33-
* @param Category $category
34-
* @param User $user
3533
* @return array<string, int>
3634
*/
3735
public function getPermissions(Category $category, ?User $user = null)

wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ public function fetchSingleObject(string $className)
240240
*
241241
* @template T of DatabaseObject
242242
* @param class-string<T> $className
243-
* @param ?string $keyProperty
244243
* @return T[]
245244
*/
246245
public function fetchObjects(string $className, ?string $keyProperty = null)

0 commit comments

Comments
 (0)