Skip to content

Commit 1b1a934

Browse files
committed
Remove obsolete phpdoc statement
1 parent f0aa608 commit 1b1a934

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wcfsetup/install/files/lib/system/form/builder/container/wysiwyg/WysiwygFormContainer.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ public function addSettingsNodes(array $settingsNodes)
194194
* @param null|string $objectType name of attachment object type or `null` to unset previous attachment data
195195
* @param int $parentObjectID id of the parent of the object the attachments belong to or `0` if no such parent exists
196196
* @param ?int $objectID id of the object the attachments belong to
197-
* @return WysiwygFormContainer this form container
198197
* @throws \BadMethodCallException if the attachment form field has already been initialized
199198
*/
200199
public function attachmentData(?string $objectType = null, int $parentObjectID = 0, ?int $objectID = null): static

0 commit comments

Comments
 (0)