[PLUGIN][MediaFeed] Iterate Documentation

This commit is contained in:
Phablulo Joel 2021-12-22 09:22:10 -03:00 committed by Diogo Peralta Cordeiro
parent d04b68a3ce
commit 5115145901
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,15 @@ declare(strict_types=1);
// You should have received a copy of the GNU Affero General Public License
// along with GNU social. If not, see <http://www.gnu.org/licenses/>.
// }}}
/**
* Media Feed Plugin for GNU social
*
* @package GNUsocial
* @category Plugin
* @author Phablulo <phablulo@gmail.com>
* @copyright 2018-2019, 2021 Free Software Foundation, Inc http://www.fsf.org
* @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later
*/
namespace Plugin\MediaFeed;