]> git.mxchange.org Git - friendica.git/commit
Changes:
authorRoland Häder <roland@mxchange.org>
Fri, 12 Aug 2022 11:35:27 +0000 (13:35 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 12 Aug 2022 11:36:34 +0000 (13:36 +0200)
commit074bae33c9a8e9b3d3504af3bcbe803739ea7074
tree3217e193c608a5d16be21fa4b67521b00254a7b8
parent33c7abd376346651fbf5ebefd73b13db14557924
Changes:
- added some missing type-hints
- added some documentation
- added some empty lines to `@return` statements (code-style convention)
12 files changed:
src/Factory/Api/Mastodon/Application.php
src/Factory/Api/Mastodon/Emoji.php
src/Factory/Api/Mastodon/Field.php
src/Factory/Api/Mastodon/Notification.php
src/Factory/Api/Mastodon/Poll.php
src/Factory/Api/Mastodon/Relationship.php
src/Factory/Api/Mastodon/Status.php
src/Factory/Api/Mastodon/Tag.php
src/Factory/Api/Twitter/Attachment.php
src/Factory/Api/Twitter/Hashtag.php
src/Factory/Api/Twitter/Media.php
src/Factory/Api/Twitter/User.php