1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-09-08 20:41:52 +02:00
24 changed files with 331 additions and 472 deletions

View File

@@ -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)
{