Fixed documentation
authorMarcel Werk <burntime@woltlab.com>
Sun, 18 Dec 2016 13:12:24 +0000 (14:12 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 18 Dec 2016 15:13:31 +0000 (16:13 +0100)
wcfsetup/install/files/lib/data/attachment/Attachment.class.php

index 2b302e1b82e6c427647cc808b146e664df70ec50..3ba3529920cb463e4440260f5bb261e3e24e9ca5 100644 (file)
@@ -170,8 +170,6 @@ class Attachment extends DatabaseObject implements IRouteController, IThumbnailF
        
        /**
         * Marks this attachment as embedded.
-        * 
-        * @return      boolean
         */
        public function markAsEmbedded() {
                $this->embedded = true;