[PLUGIN][MediaFeed] Iterate Documentation
This commit is contained in:
parent
d04b68a3ce
commit
5115145901
|
@ -18,6 +18,15 @@ declare(strict_types=1);
|
||||||
// You should have received a copy of the GNU Affero General Public License
|
// 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/>.
|
// 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;
|
namespace Plugin\MediaFeed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user