mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16587] Fix phpdoc errors reported by Doctum
PHPBB3-16587
This commit is contained in:
@@ -87,8 +87,8 @@ abstract class attachments_base extends base
|
||||
/**
|
||||
* Get attachments related to a given post
|
||||
*
|
||||
* @param $post_id int Post id
|
||||
* @return mixed Attachments related to $post_id
|
||||
* @param int $post_id Post id
|
||||
* @return mixed Attachments related to $post_id
|
||||
*/
|
||||
public function get_attachments($post_id)
|
||||
{
|
||||
|
Reference in New Issue
Block a user