]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added a lot more type-hints where they will happen. Please note that I found
authorRoland Haeder <roland@mxchange.org>
Tue, 27 Jan 2015 18:10:48 +0000 (19:10 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 27 Jan 2015 18:12:15 +0000 (19:12 +0100)
commitd968247f754d66f76e5715b3d1e6933328270eaa
tree2fc33ae9fbd3503f6f838b6359349055d096cbbd
parent095ca9e7f63ac41ddc3494f942f631cd1ab5ba87
Added a lot more type-hints where they will happen. Please note that I found
a confusion in one method's signature as Profile and User are given at the same
parameter (see @WARNING).

Signed-off-by: Roland Haeder <roland@mxchange.org>
31 files changed:
classes/Confirm_address.php
classes/File_redirection.php
classes/File_thumbnail.php
classes/Notice.php
lib/docfile.php
lib/noticeform.php
plugins/ActivitySpam/ActivitySpamPlugin.php
plugins/ActivitySpam/classes/spam_score.php
plugins/Blog/classes/Blog_entry.php
plugins/Bookmark/BookmarkPlugin.php
plugins/Bookmark/classes/Bookmark.php
plugins/Event/classes/Happening.php
plugins/Event/classes/RSVP.php
plugins/GNUsocialPhoto/classes/Photo.php
plugins/GNUsocialVideo/classes/Video.php
plugins/Minify/MinifyPlugin.php
plugins/ModHelper/ModHelperPlugin.php
plugins/ModLog/ModLogPlugin.php
plugins/NoticeTitle/NoticeTitlePlugin.php
plugins/NoticeTitle/classes/Notice_title.php
plugins/Oembed/classes/File_oembed.php
plugins/Poll/classes/Poll.php
plugins/Poll/classes/Poll_response.php
plugins/QnA/classes/QnA_Answer.php
plugins/QnA/classes/QnA_Question.php
plugins/QnA/forms/qnanewquestion.php
plugins/Recaptcha/RecaptchaPlugin.php
plugins/RegisterThrottle/RegisterThrottlePlugin.php
plugins/SubMirror/classes/SubMirror.php
plugins/UserFlag/UserFlagPlugin.php
plugins/UserLimit/UserLimitPlugin.php