]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Type-hint is array here.
authorRoland Haeder <roland@mxchange.org>
Wed, 13 Jan 2016 16:11:58 +0000 (17:11 +0100)
committerRoland Haeder <roland@mxchange.org>
Wed, 13 Jan 2016 16:11:58 +0000 (17:11 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
classes/Notice.php

index 5cc7443f67056d2c6470b4ce3f8acaa7c6df4b03..53832def80a8cb3f88587dc70488958eb2896d7a 100644 (file)
@@ -1238,7 +1238,7 @@ class Notice extends Managed_DataObject
         return $this->_attachments[$this->id];
     }
 
-       function _setAttachments($attachments)
+       function _setAttachments(array $attachments)
        {
            $this->_attachments[$this->id] = $attachments;
        }