Replace `integer` with `int` in PHP documentation
authorMatthias Schmidt <gravatronics@live.com>
Tue, 19 Jan 2021 07:20:23 +0000 (08:20 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 19 Jan 2021 07:20:23 +0000 (08:20 +0100)
601 files changed:
wcfsetup/install.php
wcfsetup/install/files/lib/acp/action/InstallPackageAction.class.php
wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php
wcfsetup/install/files/lib/acp/action/UserExportGdprAction.class.php
wcfsetup/install/files/lib/acp/action/UserQuickSearchAction.class.php
wcfsetup/install/files/lib/acp/action/WorkerProxyAction.class.php
wcfsetup/install/files/lib/acp/form/AbstractBulkProcessingForm.class.php
wcfsetup/install/files/lib/acp/form/AbstractCategoryAddForm.class.php
wcfsetup/install/files/lib/acp/form/AbstractCategoryEditForm.class.php
wcfsetup/install/files/lib/acp/form/AbstractCustomOptionForm.class.php
wcfsetup/install/files/lib/acp/form/AdAddForm.class.php
wcfsetup/install/files/lib/acp/form/AdEditForm.class.php
wcfsetup/install/files/lib/acp/form/ApplicationEditForm.class.php
wcfsetup/install/files/lib/acp/form/ArticleAddForm.class.php
wcfsetup/install/files/lib/acp/form/ArticleEditForm.class.php
wcfsetup/install/files/lib/acp/form/BBCodeEditForm.class.php
wcfsetup/install/files/lib/acp/form/BBCodeMediaProviderAddForm.class.php
wcfsetup/install/files/lib/acp/form/BBCodeMediaProviderEditForm.class.php
wcfsetup/install/files/lib/acp/form/BoxAddForm.class.php
wcfsetup/install/files/lib/acp/form/BoxEditForm.class.php
wcfsetup/install/files/lib/acp/form/CaptchaQuestionAddForm.class.php
wcfsetup/install/files/lib/acp/form/CaptchaQuestionEditForm.class.php
wcfsetup/install/files/lib/acp/form/ContactRecipientAddForm.class.php
wcfsetup/install/files/lib/acp/form/ContactRecipientEditForm.class.php
wcfsetup/install/files/lib/acp/form/CronjobAddForm.class.php
wcfsetup/install/files/lib/acp/form/CronjobEditForm.class.php
wcfsetup/install/files/lib/acp/form/DataImportForm.class.php
wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryAddForm.class.php
wcfsetup/install/files/lib/acp/form/LabelAddForm.class.php
wcfsetup/install/files/lib/acp/form/LabelEditForm.class.php
wcfsetup/install/files/lib/acp/form/LabelGroupAddForm.class.php
wcfsetup/install/files/lib/acp/form/LabelGroupEditForm.class.php
wcfsetup/install/files/lib/acp/form/LanguageAddForm.class.php
wcfsetup/install/files/lib/acp/form/LanguageEditForm.class.php
wcfsetup/install/files/lib/acp/form/LanguageExportForm.class.php
wcfsetup/install/files/lib/acp/form/LanguageImportForm.class.php
wcfsetup/install/files/lib/acp/form/LanguageMultilingualismForm.class.php
wcfsetup/install/files/lib/acp/form/MenuAddForm.class.php
wcfsetup/install/files/lib/acp/form/MenuEditForm.class.php
wcfsetup/install/files/lib/acp/form/MenuItemAddForm.class.php
wcfsetup/install/files/lib/acp/form/MenuItemEditForm.class.php
wcfsetup/install/files/lib/acp/form/NoticeAddForm.class.php
wcfsetup/install/files/lib/acp/form/NoticeEditForm.class.php
wcfsetup/install/files/lib/acp/form/OptionForm.class.php
wcfsetup/install/files/lib/acp/form/PackageUpdateServerEditForm.class.php
wcfsetup/install/files/lib/acp/form/PageAddForm.class.php
wcfsetup/install/files/lib/acp/form/PageEditForm.class.php
wcfsetup/install/files/lib/acp/form/PaidSubscriptionAddForm.class.php
wcfsetup/install/files/lib/acp/form/PaidSubscriptionEditForm.class.php
wcfsetup/install/files/lib/acp/form/PaidSubscriptionUserAddForm.class.php
wcfsetup/install/files/lib/acp/form/PaidSubscriptionUserEditForm.class.php
wcfsetup/install/files/lib/acp/form/SitemapEditForm.class.php
wcfsetup/install/files/lib/acp/form/SmileyAddForm.class.php
wcfsetup/install/files/lib/acp/form/SmileyEditForm.class.php
wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php
wcfsetup/install/files/lib/acp/form/StyleEditForm.class.php
wcfsetup/install/files/lib/acp/form/StyleExportForm.class.php
wcfsetup/install/files/lib/acp/form/StyleGlobalValuesForm.class.php
wcfsetup/install/files/lib/acp/form/TagEditForm.class.php
wcfsetup/install/files/lib/acp/form/TemplateAddForm.class.php
wcfsetup/install/files/lib/acp/form/TemplateEditForm.class.php
wcfsetup/install/files/lib/acp/form/TemplateGroupAddForm.class.php
wcfsetup/install/files/lib/acp/form/TemplateGroupEditForm.class.php
wcfsetup/install/files/lib/acp/form/TrophyAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserActivityPointOptionForm.class.php
wcfsetup/install/files/lib/acp/form/UserAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserAssignToGroupForm.class.php
wcfsetup/install/files/lib/acp/form/UserContentRevertChangesForm.class.php
wcfsetup/install/files/lib/acp/form/UserEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserEmailAddressExportForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupAssignmentAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupAssignmentEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupOptionForm.class.php
wcfsetup/install/files/lib/acp/form/UserMailForm.class.php
wcfsetup/install/files/lib/acp/form/UserMergeForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionCategoryAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionCategoryEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionListForm.class.php
wcfsetup/install/files/lib/acp/form/UserRankAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserRankEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserSearchForm.class.php
wcfsetup/install/files/lib/acp/form/UserTrophyAddForm.class.php
wcfsetup/install/files/lib/acp/page/ACPSessionLogPage.class.php
wcfsetup/install/files/lib/acp/page/AbstractCategoryListPage.class.php
wcfsetup/install/files/lib/acp/page/ArticleListPage.class.php
wcfsetup/install/files/lib/acp/page/BoxListPage.class.php
wcfsetup/install/files/lib/acp/page/CacheListPage.class.php
wcfsetup/install/files/lib/acp/page/CronjobLogListPage.class.php
wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipEntryListPage.class.php
wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipListPage.class.php
wcfsetup/install/files/lib/acp/page/DevtoolsProjectSyncPage.class.php
wcfsetup/install/files/lib/acp/page/LabelListPage.class.php
wcfsetup/install/files/lib/acp/page/LanguageItemListPage.class.php
wcfsetup/install/files/lib/acp/page/MediaListPage.class.php
wcfsetup/install/files/lib/acp/page/MenuItemListPage.class.php
wcfsetup/install/files/lib/acp/page/PackageInstallationConfirmPage.class.php
wcfsetup/install/files/lib/acp/page/PackageListPage.class.php
wcfsetup/install/files/lib/acp/page/PackagePage.class.php
wcfsetup/install/files/lib/acp/page/PageBoxOrderPage.class.php
wcfsetup/install/files/lib/acp/page/PageListPage.class.php
wcfsetup/install/files/lib/acp/page/PaidSubscriptionTransactionLogListPage.class.php
wcfsetup/install/files/lib/acp/page/PaidSubscriptionTransactionLogPage.class.php
wcfsetup/install/files/lib/acp/page/PaidSubscriptionUserListPage.class.php
wcfsetup/install/files/lib/acp/page/SmileyListPage.class.php
wcfsetup/install/files/lib/acp/page/TemplateDiffPage.class.php
wcfsetup/install/files/lib/acp/page/TemplateListPage.class.php
wcfsetup/install/files/lib/acp/page/UserGroupListPage.class.php
wcfsetup/install/files/lib/acp/page/UserListPage.class.php
wcfsetup/install/files/lib/acp/page/UserTrophyListPage.class.php
wcfsetup/install/files/lib/acp/page/VersionTrackerListPage.class.php
wcfsetup/install/files/lib/action/AJAXProxyAction.class.php
wcfsetup/install/files/lib/action/BackgroundQueuePerformAction.class.php
wcfsetup/install/files/lib/action/GravatarDownloadAction.class.php
wcfsetup/install/files/lib/action/MessageQuoteAction.class.php
wcfsetup/install/files/lib/action/NotificationConfirmAction.class.php
wcfsetup/install/files/lib/action/NotificationDisableAction.class.php
wcfsetup/install/files/lib/action/PollAction.class.php
wcfsetup/install/files/lib/data/AbstractDatabaseObjectAction.class.php
wcfsetup/install/files/lib/data/DatabaseObject.class.php
wcfsetup/install/files/lib/data/DatabaseObjectList.class.php
wcfsetup/install/files/lib/data/I18nDatabaseObjectList.class.php
wcfsetup/install/files/lib/data/IDatabaseObjectAction.class.php
wcfsetup/install/files/lib/data/IDeleteAction.class.php
wcfsetup/install/files/lib/data/IEditableObject.class.php
wcfsetup/install/files/lib/data/IFeedEntry.class.php
wcfsetup/install/files/lib/data/IFile.class.php
wcfsetup/install/files/lib/data/IIDObject.class.php
wcfsetup/install/files/lib/data/IMessage.class.php
wcfsetup/install/files/lib/data/IMessageQuickReplyAction.class.php
wcfsetup/install/files/lib/data/IObjectTreeNode.class.php
wcfsetup/install/files/lib/data/IPollContainer.class.php
wcfsetup/install/files/lib/data/ITraversableObject.class.php
wcfsetup/install/files/lib/data/IUserContent.class.php
wcfsetup/install/files/lib/data/TMultiCategoryObject.class.php
wcfsetup/install/files/lib/data/TObjectTreeNode.class.php
wcfsetup/install/files/lib/data/acl/option/ACLOption.class.php
wcfsetup/install/files/lib/data/acl/option/category/ACLOptionCategory.class.php
wcfsetup/install/files/lib/data/acp/menu/item/ACPMenuItem.class.php
wcfsetup/install/files/lib/data/acp/search/provider/ACPSearchProvider.class.php
wcfsetup/install/files/lib/data/acp/session/ACPSession.class.php
wcfsetup/install/files/lib/data/acp/session/access/log/ACPSessionAccessLog.class.php
wcfsetup/install/files/lib/data/acp/session/log/ACPSessionLog.class.php
wcfsetup/install/files/lib/data/acp/template/ACPTemplate.class.php
wcfsetup/install/files/lib/data/ad/Ad.class.php
wcfsetup/install/files/lib/data/ad/AdEditor.class.php
wcfsetup/install/files/lib/data/application/Application.class.php
wcfsetup/install/files/lib/data/article/Article.class.php
wcfsetup/install/files/lib/data/article/ArticleAction.class.php
wcfsetup/install/files/lib/data/article/CategoryArticleList.class.php
wcfsetup/install/files/lib/data/article/FeedArticleList.class.php
wcfsetup/install/files/lib/data/article/ViewableArticle.class.php
wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php
wcfsetup/install/files/lib/data/article/category/ArticleCategoryCache.class.php
wcfsetup/install/files/lib/data/article/category/ArticleCategoryNode.class.php
wcfsetup/install/files/lib/data/article/content/ArticleContent.class.php
wcfsetup/install/files/lib/data/article/content/ViewableArticleContent.class.php
wcfsetup/install/files/lib/data/attachment/AdministrativeAttachmentList.class.php
wcfsetup/install/files/lib/data/attachment/Attachment.class.php
wcfsetup/install/files/lib/data/attachment/GroupedAttachmentList.class.php
wcfsetup/install/files/lib/data/bbcode/BBCode.class.php
wcfsetup/install/files/lib/data/bbcode/attribute/BBCodeAttribute.class.php
wcfsetup/install/files/lib/data/bbcode/media/provider/BBCodeMediaProvider.class.php
wcfsetup/install/files/lib/data/box/Box.class.php
wcfsetup/install/files/lib/data/box/BoxEditor.class.php
wcfsetup/install/files/lib/data/box/content/BoxContent.class.php
wcfsetup/install/files/lib/data/captcha/question/CaptchaQuestion.class.php
wcfsetup/install/files/lib/data/category/AbstractDecoratedCategory.class.php
wcfsetup/install/files/lib/data/category/Category.class.php
wcfsetup/install/files/lib/data/category/CategoryEditor.class.php
wcfsetup/install/files/lib/data/category/CategoryNodeTree.class.php
wcfsetup/install/files/lib/data/clipboard/action/ClipboardAction.class.php
wcfsetup/install/files/lib/data/clipboard/item/ClipboardItemAction.class.php
wcfsetup/install/files/lib/data/comment/Comment.class.php
wcfsetup/install/files/lib/data/comment/CommentAction.class.php
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php
wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php
wcfsetup/install/files/lib/data/comment/ViewableComment.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponse.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.class.php
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponseList.class.php
wcfsetup/install/files/lib/data/comment/response/ViewableCommentResponse.class.php
wcfsetup/install/files/lib/data/condition/Condition.class.php
wcfsetup/install/files/lib/data/contact/recipient/ContactRecipient.class.php
wcfsetup/install/files/lib/data/core/object/CoreObject.class.php
wcfsetup/install/files/lib/data/cronjob/Cronjob.class.php
wcfsetup/install/files/lib/data/cronjob/log/CronjobLog.class.php
wcfsetup/install/files/lib/data/custom/option/CustomOption.class.php
wcfsetup/install/files/lib/data/devtools/missing/language/item/DevtoolsMissingLanguageItem.class.php
wcfsetup/install/files/lib/data/devtools/project/DevtoolsProject.class.php
wcfsetup/install/files/lib/data/edit/history/entry/EditHistoryEntry.class.php
wcfsetup/install/files/lib/data/event/listener/EventListener.class.php
wcfsetup/install/files/lib/data/label/Label.class.php
wcfsetup/install/files/lib/data/label/LabelEditor.class.php
wcfsetup/install/files/lib/data/label/group/LabelGroup.class.php
wcfsetup/install/files/lib/data/label/group/ViewableLabelGroup.class.php
wcfsetup/install/files/lib/data/language/Language.class.php
wcfsetup/install/files/lib/data/language/LanguageEditor.class.php
wcfsetup/install/files/lib/data/language/category/LanguageCategory.class.php
wcfsetup/install/files/lib/data/language/item/LanguageItem.class.php
wcfsetup/install/files/lib/data/like/Like.class.php
wcfsetup/install/files/lib/data/like/LikeAction.class.php
wcfsetup/install/files/lib/data/like/ViewableLikeList.class.php
wcfsetup/install/files/lib/data/like/object/ILikeObject.class.php
wcfsetup/install/files/lib/data/like/object/LikeObject.class.php
wcfsetup/install/files/lib/data/media/Media.class.php
wcfsetup/install/files/lib/data/media/MediaAction.class.php
wcfsetup/install/files/lib/data/media/ViewableMedia.class.php
wcfsetup/install/files/lib/data/menu/Menu.class.php
wcfsetup/install/files/lib/data/menu/MenuCache.class.php
wcfsetup/install/files/lib/data/menu/item/MenuItem.class.php
wcfsetup/install/files/lib/data/menu/item/MenuItemNode.class.php
wcfsetup/install/files/lib/data/menu/item/MenuItemNodeTree.class.php
wcfsetup/install/files/lib/data/moderation/queue/ModerationQueue.class.php
wcfsetup/install/files/lib/data/moderation/queue/ViewableModerationQueue.class.php
wcfsetup/install/files/lib/data/modification/log/ModificationLog.class.php
wcfsetup/install/files/lib/data/notice/Notice.class.php
wcfsetup/install/files/lib/data/notice/NoticeAction.class.php
wcfsetup/install/files/lib/data/notice/NoticeEditor.class.php
wcfsetup/install/files/lib/data/object/type/IObjectTypeProvider.class.php
wcfsetup/install/files/lib/data/object/type/ObjectType.class.php
wcfsetup/install/files/lib/data/object/type/ObjectTypeCache.class.php
wcfsetup/install/files/lib/data/object/type/definition/ObjectTypeDefinition.class.php
wcfsetup/install/files/lib/data/option/Option.class.php
wcfsetup/install/files/lib/data/option/category/OptionCategory.class.php
wcfsetup/install/files/lib/data/package/Package.class.php
wcfsetup/install/files/lib/data/package/PackageCache.class.php
wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPlugin.class.php
wcfsetup/install/files/lib/data/package/installation/queue/PackageInstallationQueue.class.php
wcfsetup/install/files/lib/data/package/installation/queue/PackageInstallationQueueAction.class.php
wcfsetup/install/files/lib/data/package/update/PackageUpdate.class.php
wcfsetup/install/files/lib/data/package/update/PackageUpdateAction.class.php
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServer.class.php
wcfsetup/install/files/lib/data/package/update/version/PackageUpdateVersion.class.php
wcfsetup/install/files/lib/data/page/Page.class.php
wcfsetup/install/files/lib/data/page/PageCache.class.php
wcfsetup/install/files/lib/data/page/PageEditor.class.php
wcfsetup/install/files/lib/data/page/PageLanguage.class.php
wcfsetup/install/files/lib/data/page/PageNode.class.php
wcfsetup/install/files/lib/data/page/PageNodeTree.class.php
wcfsetup/install/files/lib/data/page/content/PageContent.class.php
wcfsetup/install/files/lib/data/paid/subscription/PaidSubscription.class.php
wcfsetup/install/files/lib/data/paid/subscription/PaidSubscriptionEditor.class.php
wcfsetup/install/files/lib/data/paid/subscription/transaction/log/PaidSubscriptionTransactionLog.class.php
wcfsetup/install/files/lib/data/paid/subscription/user/PaidSubscriptionUser.class.php
wcfsetup/install/files/lib/data/poll/Poll.class.php
wcfsetup/install/files/lib/data/poll/option/PollOption.class.php
wcfsetup/install/files/lib/data/reaction/type/ReactionType.class.php
wcfsetup/install/files/lib/data/reaction/type/ReactionTypeCache.class.php
wcfsetup/install/files/lib/data/search/ISearchResultObject.class.php
wcfsetup/install/files/lib/data/search/Search.class.php
wcfsetup/install/files/lib/data/search/keyword/SearchKeyword.class.php
wcfsetup/install/files/lib/data/session/Session.class.php
wcfsetup/install/files/lib/data/smiley/Smiley.class.php
wcfsetup/install/files/lib/data/smiley/SmileyCache.class.php
wcfsetup/install/files/lib/data/smiley/category/SmileyCategory.class.php
wcfsetup/install/files/lib/data/spider/Spider.class.php
wcfsetup/install/files/lib/data/stat/daily/StatDaily.class.php
wcfsetup/install/files/lib/data/style/Style.class.php
wcfsetup/install/files/lib/data/style/StyleEditor.class.php
wcfsetup/install/files/lib/data/style/variable/StyleVariable.class.php
wcfsetup/install/files/lib/data/tag/Tag.class.php
wcfsetup/install/files/lib/data/tag/TagAction.class.php
wcfsetup/install/files/lib/data/tag/TagCloudTag.class.php
wcfsetup/install/files/lib/data/template/Template.class.php
wcfsetup/install/files/lib/data/template/TemplateEditor.class.php
wcfsetup/install/files/lib/data/template/group/TemplateGroup.class.php
wcfsetup/install/files/lib/data/template/listener/TemplateListener.class.php
wcfsetup/install/files/lib/data/trophy/Trophy.class.php
wcfsetup/install/files/lib/data/trophy/TrophyCache.class.php
wcfsetup/install/files/lib/data/trophy/TrophyEditor.class.php
wcfsetup/install/files/lib/data/trophy/category/TrophyCategoryCache.class.php
wcfsetup/install/files/lib/data/user/User.class.php
wcfsetup/install/files/lib/data/user/UserAction.class.php
wcfsetup/install/files/lib/data/user/UserEditor.class.php
wcfsetup/install/files/lib/data/user/UserProfile.class.php
wcfsetup/install/files/lib/data/user/activity/event/UserActivityEvent.class.php
wcfsetup/install/files/lib/data/user/activity/event/ViewableUserActivityEventList.class.php
wcfsetup/install/files/lib/data/user/authentication/failure/UserAuthenticationFailure.class.php
wcfsetup/install/files/lib/data/user/avatar/DefaultAvatar.class.php
wcfsetup/install/files/lib/data/user/avatar/Gravatar.class.php
wcfsetup/install/files/lib/data/user/avatar/IUserAvatar.class.php
wcfsetup/install/files/lib/data/user/avatar/UserAvatar.class.php
wcfsetup/install/files/lib/data/user/cover/photo/UserCoverPhoto.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollow.class.php
wcfsetup/install/files/lib/data/user/group/UserGroup.class.php
wcfsetup/install/files/lib/data/user/group/UserGroupEditor.class.php
wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignment.class.php
wcfsetup/install/files/lib/data/user/group/option/UserGroupOption.class.php
wcfsetup/install/files/lib/data/user/group/option/category/UserGroupOptionCategory.class.php
wcfsetup/install/files/lib/data/user/ignore/UserIgnore.class.php
wcfsetup/install/files/lib/data/user/menu/item/UserMenuItem.class.php
wcfsetup/install/files/lib/data/user/notification/UserNotification.class.php
wcfsetup/install/files/lib/data/user/notification/event/UserNotificationEvent.class.php
wcfsetup/install/files/lib/data/user/object/watch/UserObjectWatch.class.php
wcfsetup/install/files/lib/data/user/online/UserOnline.class.php
wcfsetup/install/files/lib/data/user/online/UsersOnlineList.class.php
wcfsetup/install/files/lib/data/user/option/UserOption.class.php
wcfsetup/install/files/lib/data/user/option/category/UserOptionCategory.class.php
wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItem.class.php
wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItemEditor.class.php
wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitor.class.php
wcfsetup/install/files/lib/data/user/rank/UserRank.class.php
wcfsetup/install/files/lib/data/user/trophy/UserTrophy.class.php
wcfsetup/install/files/lib/data/user/trophy/UserTrophyList.class.php
wcfsetup/install/files/lib/form/AbstractModerationForm.class.php
wcfsetup/install/files/lib/form/AccountManagementForm.class.php
wcfsetup/install/files/lib/form/ContactForm.class.php
wcfsetup/install/files/lib/form/EmailActivationForm.class.php
wcfsetup/install/files/lib/form/MessageForm.class.php
wcfsetup/install/files/lib/form/NewPasswordForm.class.php
wcfsetup/install/files/lib/form/RegisterForm.class.php
wcfsetup/install/files/lib/form/SearchForm.class.php
wcfsetup/install/files/lib/form/SettingsForm.class.php
wcfsetup/install/files/lib/form/UserSearchForm.class.php
wcfsetup/install/files/lib/page/AbstractArticlePage.class.php
wcfsetup/install/files/lib/page/AbstractFeedPage.class.php
wcfsetup/install/files/lib/page/ArticleFeedPage.class.php
wcfsetup/install/files/lib/page/ArticleListPage.class.php
wcfsetup/install/files/lib/page/ArticlePage.class.php
wcfsetup/install/files/lib/page/AttachmentPage.class.php
wcfsetup/install/files/lib/page/CategoryArticleListPage.class.php
wcfsetup/install/files/lib/page/CmsPage.class.php
wcfsetup/install/files/lib/page/EditHistoryPage.class.php
wcfsetup/install/files/lib/page/ITrackablePage.class.php
wcfsetup/install/files/lib/page/MediaPage.class.php
wcfsetup/install/files/lib/page/MembersListPage.class.php
wcfsetup/install/files/lib/page/ModerationListPage.class.php
wcfsetup/install/files/lib/page/MultipleLinkPage.class.php
wcfsetup/install/files/lib/page/SearchResultPage.class.php
wcfsetup/install/files/lib/page/TaggedPage.class.php
wcfsetup/install/files/lib/page/UserPage.class.php
wcfsetup/install/files/lib/system/MetaTagHandler.class.php
wcfsetup/install/files/lib/system/Regex.class.php
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/WCFSetup.class.php
wcfsetup/install/files/lib/system/acl/ACLHandler.class.php
wcfsetup/install/files/lib/system/acl/simple/SimpleAclHandler.class.php
wcfsetup/install/files/lib/system/acl/simple/SimpleAclResolver.class.php
wcfsetup/install/files/lib/system/application/AbstractApplication.class.php
wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php
wcfsetup/install/files/lib/system/application/IApplication.class.php
wcfsetup/install/files/lib/system/attachment/AttachmentHandler.class.php
wcfsetup/install/files/lib/system/attachment/IAttachmentObjectType.class.php
wcfsetup/install/files/lib/system/bbcode/AttachmentBBCode.class.php
wcfsetup/install/files/lib/system/benchmark/Benchmark.class.php
wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php
wcfsetup/install/files/lib/system/box/BoxHandler.class.php
wcfsetup/install/files/lib/system/box/TodaysBirthdaysBoxController.class.php
wcfsetup/install/files/lib/system/box/UserListBoxController.class.php
wcfsetup/install/files/lib/system/breadcrumb/Breadcrumbs.class.php
wcfsetup/install/files/lib/system/bulk/processing/user/AbstractUserGroupsUserBulkProcessingAction.class.php
wcfsetup/install/files/lib/system/bulk/processing/user/SendMailUserBulkProcessingAction.class.php
wcfsetup/install/files/lib/system/cache/builder/AbstractCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/AbstractSortedUserCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/ICacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/TagCloudCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/runtime/AbstractRuntimeCache.class.php
wcfsetup/install/files/lib/system/cache/runtime/IRuntimeCache.class.php
wcfsetup/install/files/lib/system/cache/source/DiskCacheSource.class.php
wcfsetup/install/files/lib/system/cache/source/ICacheSource.class.php
wcfsetup/install/files/lib/system/cache/source/MemcachedCacheSource.class.php
wcfsetup/install/files/lib/system/cache/source/RedisCacheSource.class.php
wcfsetup/install/files/lib/system/captcha/CaptchaHandler.class.php
wcfsetup/install/files/lib/system/category/AbstractCategoryType.class.php
wcfsetup/install/files/lib/system/category/CategoryHandler.class.php
wcfsetup/install/files/lib/system/category/CategoryPermissionHandler.class.php
wcfsetup/install/files/lib/system/category/ICategoryType.class.php
wcfsetup/install/files/lib/system/cli/command/ImportCLICommand.class.php
wcfsetup/install/files/lib/system/clipboard/ClipboardEditorItem.class.php
wcfsetup/install/files/lib/system/clipboard/ClipboardHandler.class.php
wcfsetup/install/files/lib/system/clipboard/action/ArticleClipboardAction.class.php
wcfsetup/install/files/lib/system/clipboard/action/MediaClipboardAction.class.php
wcfsetup/install/files/lib/system/clipboard/action/TagClipboardAction.class.php
wcfsetup/install/files/lib/system/clipboard/action/UserClipboardAction.class.php
wcfsetup/install/files/lib/system/clipboard/action/UserContentClipboardAction.class.php
wcfsetup/install/files/lib/system/comment/CommentHandler.class.php
wcfsetup/install/files/lib/system/comment/manager/AbstractCommentManager.class.php
wcfsetup/install/files/lib/system/comment/manager/ICommentManager.class.php
wcfsetup/install/files/lib/system/condition/AbstractCheckboxCondition.class.php
wcfsetup/install/files/lib/system/condition/AbstractIntegerCondition.class.php
wcfsetup/install/files/lib/system/condition/ConditionHandler.class.php
wcfsetup/install/files/lib/system/condition/UserAvatarCondition.class.php
wcfsetup/install/files/lib/system/condition/UserBirthdayCondition.class.php
wcfsetup/install/files/lib/system/condition/UserCoverPhotoCondition.class.php
wcfsetup/install/files/lib/system/condition/UserGroupCondition.class.php
wcfsetup/install/files/lib/system/condition/UserLanguageCondition.class.php
wcfsetup/install/files/lib/system/condition/UserMobileBrowserCondition.class.php
wcfsetup/install/files/lib/system/condition/UserMultifactorCondition.class.php
wcfsetup/install/files/lib/system/condition/UserSignatureCondition.class.php
wcfsetup/install/files/lib/system/condition/UserStateCondition.class.php
wcfsetup/install/files/lib/system/condition/UserTrophyCondition.class.php
wcfsetup/install/files/lib/system/cronjob/CronjobScheduler.class.php
wcfsetup/install/files/lib/system/database/Database.class.php
wcfsetup/install/files/lib/system/database/DatabaseException.class.php
wcfsetup/install/files/lib/system/database/Redis.class.php
wcfsetup/install/files/lib/system/database/statement/PreparedStatement.class.php
wcfsetup/install/files/lib/system/edit/EditHistoryManager.class.php
wcfsetup/install/files/lib/system/email/mime/MultipartAlternativeMimePart.class.php
wcfsetup/install/files/lib/system/email/transport/SmtpEmailTransport.class.php
wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php
wcfsetup/install/files/lib/system/exception/AJAXException.class.php
wcfsetup/install/files/lib/system/exception/SystemException.class.php
wcfsetup/install/files/lib/system/exporter/AbstractExporter.class.php
wcfsetup/install/files/lib/system/exporter/IExporter.class.php
wcfsetup/install/files/lib/system/feed/enclosure/FeedEnclosure.class.php
wcfsetup/install/files/lib/system/form/builder/TFormParentNode.class.php
wcfsetup/install/files/lib/system/form/builder/button/wysiwyg/WysiwygPreviewFormButton.class.php
wcfsetup/install/files/lib/system/form/builder/container/wysiwyg/WysiwygFormContainer.class.php
wcfsetup/install/files/lib/system/form/builder/field/IMinimumLengthFormField.class.php
wcfsetup/install/files/lib/system/form/builder/field/RatingFormField.class.php
wcfsetup/install/files/lib/system/html/AbstractHtmlProcessor.class.php
wcfsetup/install/files/lib/system/html/input/HtmlInputProcessor.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeImg.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTextParser.class.php
wcfsetup/install/files/lib/system/html/output/HtmlOutputProcessor.class.php
wcfsetup/install/files/lib/system/html/simple/HtmlSimpleParser.class.php
wcfsetup/install/files/lib/system/html/toc/HtmlTocItem.class.php
wcfsetup/install/files/lib/system/image/adapter/GDImageAdapter.class.php
wcfsetup/install/files/lib/system/image/adapter/IImageAdapter.class.php
wcfsetup/install/files/lib/system/image/adapter/IMemoryAwareImageAdapter.class.php
wcfsetup/install/files/lib/system/image/adapter/ImagickImageAdapter.class.php
wcfsetup/install/files/lib/system/importer/AbstractACLImporter.class.php
wcfsetup/install/files/lib/system/importer/AbstractAttachmentImporter.class.php
wcfsetup/install/files/lib/system/importer/AbstractCategoryImporter.class.php
wcfsetup/install/files/lib/system/importer/AbstractCommentImporter.class.php
wcfsetup/install/files/lib/system/importer/AbstractImporter.class.php
wcfsetup/install/files/lib/system/importer/AbstractLikeImporter.class.php
wcfsetup/install/files/lib/system/importer/AbstractPollImporter.class.php
wcfsetup/install/files/lib/system/importer/AbstractWatchedObjectImporter.class.php
wcfsetup/install/files/lib/system/importer/ArticleImporter.class.php
wcfsetup/install/files/lib/system/importer/ImportHandler.class.php
wcfsetup/install/files/lib/system/importer/TrophyImporter.class.php
wcfsetup/install/files/lib/system/importer/UserImporter.class.php
wcfsetup/install/files/lib/system/importer/UserOptionImporter.class.php
wcfsetup/install/files/lib/system/io/FTP.class.php
wcfsetup/install/files/lib/system/io/File.class.php
wcfsetup/install/files/lib/system/io/GZipFile.class.php
wcfsetup/install/files/lib/system/io/IArchive.class.php
wcfsetup/install/files/lib/system/io/RemoteFile.class.php
wcfsetup/install/files/lib/system/io/Tar.class.php
wcfsetup/install/files/lib/system/io/TarWriter.class.php
wcfsetup/install/files/lib/system/io/Zip.class.php
wcfsetup/install/files/lib/system/io/ZipWriter.class.php
wcfsetup/install/files/lib/system/label/LabelHandler.class.php
wcfsetup/install/files/lib/system/label/object/AbstractLabelObjectHandler.class.php
wcfsetup/install/files/lib/system/label/object/ArticleLabelObjectHandler.class.php
wcfsetup/install/files/lib/system/label/object/ILabelObjectHandler.class.php
wcfsetup/install/files/lib/system/label/object/type/AbstractLabelObjectTypeHandler.class.php
wcfsetup/install/files/lib/system/label/object/type/ILabelObjectTypeHandler.class.php
wcfsetup/install/files/lib/system/label/object/type/LabelObjectType.class.php
wcfsetup/install/files/lib/system/label/object/type/LabelObjectTypeContainer.class.php
wcfsetup/install/files/lib/system/language/I18nHandler.class.php
wcfsetup/install/files/lib/system/language/I18nPlural.class.php
wcfsetup/install/files/lib/system/language/I18nValue.class.php
wcfsetup/install/files/lib/system/language/LanguageFactory.class.php
wcfsetup/install/files/lib/system/like/LikeHandler.class.php
wcfsetup/install/files/lib/system/log/modification/AbstractModificationLogHandler.class.php
wcfsetup/install/files/lib/system/log/modification/ModificationLogHandler.class.php
wcfsetup/install/files/lib/system/mail/Mail.class.php
wcfsetup/install/files/lib/system/menu/TreeMenu.class.php
wcfsetup/install/files/lib/system/menu/user/profile/UserProfileMenu.class.php
wcfsetup/install/files/lib/system/menu/user/profile/content/CommentUserProfileMenuContent.class.php
wcfsetup/install/files/lib/system/menu/user/profile/content/IUserProfileMenuContent.class.php
wcfsetup/install/files/lib/system/message/QuickReplyManager.class.php
wcfsetup/install/files/lib/system/message/censorship/Censorship.class.php
wcfsetup/install/files/lib/system/message/embedded/object/IMessageEmbeddedObjectHandler.class.php
wcfsetup/install/files/lib/system/message/embedded/object/ISimpleMessageEmbeddedObjectHandler.class.php
wcfsetup/install/files/lib/system/message/embedded/object/MessageEmbeddedObjectManager.class.php
wcfsetup/install/files/lib/system/message/quote/MessageQuoteManager.class.php
wcfsetup/install/files/lib/system/message/quote/QuotedMessage.class.php
wcfsetup/install/files/lib/system/moderation/queue/AbstractCommentCommentModerationQueueHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/AbstractCommentResponseModerationQueueHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/AbstractModerationQueueManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/IModerationQueueHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/IModerationQueueManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/ModerationQueueActivationManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/ModerationQueueManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/ModerationQueueReportManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/report/IModerationQueueReportHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/report/UserModerationQueueReportHandler.class.php
wcfsetup/install/files/lib/system/option/IOptionHandler.class.php
wcfsetup/install/files/lib/system/option/IOptionType.class.php
wcfsetup/install/files/lib/system/option/user/DateUserOptionOutput.class.php
wcfsetup/install/files/lib/system/package/PackageArchive.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationSQLParser.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationScheduler.class.php
wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php
wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractXMLPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserGroupOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.class.php
wcfsetup/install/files/lib/system/package/validation/PackageValidationException.class.php
wcfsetup/install/files/lib/system/package/validation/PackageValidationManager.class.php
wcfsetup/install/files/lib/system/page/PageLocationManager.class.php
wcfsetup/install/files/lib/system/page/handler/ILookupPageHandler.class.php
wcfsetup/install/files/lib/system/page/handler/IMenuPageHandler.class.php
wcfsetup/install/files/lib/system/page/handler/TDecoratedCategoryLookupPageHandler.class.php
wcfsetup/install/files/lib/system/page/handler/TDecoratedCategoryMenuPageHandler.class.php
wcfsetup/install/files/lib/system/page/handler/TUserLookupPageHandler.class.php
wcfsetup/install/files/lib/system/payment/method/IPaymentMethod.class.php
wcfsetup/install/files/lib/system/payment/type/IPaymentType.class.php
wcfsetup/install/files/lib/system/poll/PollManager.class.php
wcfsetup/install/files/lib/system/reaction/ReactionHandler.class.php
wcfsetup/install/files/lib/system/registry/RegistryHandler.class.php
wcfsetup/install/files/lib/system/request/ControllerMap.class.php
wcfsetup/install/files/lib/system/request/LinkHandler.class.php
wcfsetup/install/files/lib/system/request/Request.class.php
wcfsetup/install/files/lib/system/search/ArticleSearch.class.php
wcfsetup/install/files/lib/system/search/ISearchEngine.class.php
wcfsetup/install/files/lib/system/search/ISearchIndexManager.class.php
wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php
wcfsetup/install/files/lib/system/search/SearchEngine.class.php
wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php
wcfsetup/install/files/lib/system/search/SearchResultTextParser.class.php
wcfsetup/install/files/lib/system/search/acp/ACPSearchHandler.class.php
wcfsetup/install/files/lib/system/search/acp/ACPSearchResultList.class.php
wcfsetup/install/files/lib/system/search/acp/AbstractCategorizedACPSearchResultProvider.class.php
wcfsetup/install/files/lib/system/search/mysql/MysqlSearchEngine.class.php
wcfsetup/install/files/lib/system/session/SessionHandler.class.php
wcfsetup/install/files/lib/system/setup/Installer.class.php
wcfsetup/install/files/lib/system/stat/AbstractStatDailyHandler.class.php
wcfsetup/install/files/lib/system/stat/IStatDailyHandler.class.php
wcfsetup/install/files/lib/system/style/StyleHandler.class.php
wcfsetup/install/files/lib/system/tagging/TagCloud.class.php
wcfsetup/install/files/lib/system/tagging/TagEngine.class.php
wcfsetup/install/files/lib/system/tagging/TypedTagCloud.class.php
wcfsetup/install/files/lib/system/template/ACPTemplateEngine.class.php
wcfsetup/install/files/lib/system/template/EmailTemplateEngine.class.php
wcfsetup/install/files/lib/system/template/TemplateEngine.class.php
wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php
wcfsetup/install/files/lib/system/template/plugin/EmbeddedObjectBlockTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/LinkBlockTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/PageBlockTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php
wcfsetup/install/files/lib/system/trophy/condition/TrophyConditionHandler.class.php
wcfsetup/install/files/lib/system/upload/AvatarUploadFileSaveStrategy.class.php
wcfsetup/install/files/lib/system/upload/DefaultUploadFileValidationStrategy.class.php
wcfsetup/install/files/lib/system/upload/TrophyImageUploadFileValidationStrategy.class.php
wcfsetup/install/files/lib/system/upload/UploadFile.class.php
wcfsetup/install/files/lib/system/upload/UserCoverPhotoUploadFileSaveStrategy.class.php
wcfsetup/install/files/lib/system/user/GroupedUserList.class.php
wcfsetup/install/files/lib/system/user/UserBirthdayCache.class.php
wcfsetup/install/files/lib/system/user/activity/event/UserActivityEventHandler.class.php
wcfsetup/install/files/lib/system/user/activity/point/UserActivityPointHandler.class.php
wcfsetup/install/files/lib/system/user/collapsible/content/UserCollapsibleContentHandler.class.php
wcfsetup/install/files/lib/system/user/group/assignment/UserGroupAssignmentHandler.class.php
wcfsetup/install/files/lib/system/user/notification/TestableUserNotificationEventHandler.class.php
wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/IUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseLikeUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/object/IStackableUserNotificationObject.class.php
wcfsetup/install/files/lib/system/user/notification/object/IUserNotificationObject.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/ICommentUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/notification/object/type/IUserNotificationObjectType.class.php
wcfsetup/install/files/lib/system/user/object/watch/IUserObjectWatch.class.php
wcfsetup/install/files/lib/system/user/object/watch/UserObjectWatchHandler.class.php
wcfsetup/install/files/lib/system/user/signature/SignatureCache.class.php
wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php
wcfsetup/install/files/lib/system/version/VersionTracker.class.php
wcfsetup/install/files/lib/system/version/VersionTrackerEntry.class.php
wcfsetup/install/files/lib/system/visitTracker/VisitTracker.class.php
wcfsetup/install/files/lib/system/worker/AbstractRebuildDataWorker.class.php
wcfsetup/install/files/lib/system/worker/AbstractWorker.class.php
wcfsetup/install/files/lib/system/worker/IWorker.class.php
wcfsetup/install/files/lib/system/worker/StatDailyRebuildDataWorker.class.php
wcfsetup/install/files/lib/util/CLIUtil.class.php
wcfsetup/install/files/lib/util/CronjobUtil.class.php
wcfsetup/install/files/lib/util/DateUtil.class.php
wcfsetup/install/files/lib/util/Diff.class.php
wcfsetup/install/files/lib/util/DirectoryUtil.class.php
wcfsetup/install/files/lib/util/ExifUtil.class.php
wcfsetup/install/files/lib/util/FileReader.class.php
wcfsetup/install/files/lib/util/FileUtil.class.php
wcfsetup/install/files/lib/util/HeaderUtil.class.php
wcfsetup/install/files/lib/util/ImageUtil.class.php
wcfsetup/install/files/lib/util/JSON.class.php
wcfsetup/install/files/lib/util/MathUtil.class.php
wcfsetup/install/files/lib/util/MessageUtil.class.php
wcfsetup/install/files/lib/util/PasswordUtil.class.php
wcfsetup/install/files/lib/util/StringStack.class.php
wcfsetup/install/files/lib/util/StringUtil.class.php
wcfsetup/install/files/lib/util/Url.class.php
wcfsetup/install/files/lib/util/UserRegistrationUtil.class.php
wcfsetup/install/files/lib/util/XMLWriter.class.php

index 335dc8f95284d7f1582316ecf8c2630f300e24dc..16b74fdf31d3d6ea4501944e7887b926db8eab80 100644 (file)
@@ -62,7 +62,7 @@ class SystemException extends \Exception implements IPrintableException {
         * Creates a new SystemException.
         *
         * @param       string          $message        error message
-        * @param       integer         $code           error code
+        * @param       int             $code           error code
         * @param       string          $description    description of the error
         * @param       \Exception      $previous       repacked Exception
         */
@@ -508,10 +508,10 @@ function handleException($e) {
 /**
  * Catches php errors and throws instead a system exception.
  *
- * @param      integer         $errorNo
+ * @param      int             $errorNo
  * @param      string          $message
  * @param      string          $filename
- * @param      integer         $lineNo
+ * @param      int             $lineNo
  * @throws     SystemException
  */
 function handleError($errorNo, $message, $filename, $lineNo) {
@@ -541,7 +541,7 @@ if (!function_exists('is_countable')) {
 class BasicFileUtil {
        /**
         * chmod mode
-        * @var integer
+        * @var int
         */
        protected static $mode = null;
        
@@ -813,7 +813,7 @@ class Tar {
        
        /**
         * chunk size for extracting
-        * @var integer
+        * @var int
         */
        const CHUNK_SIZE = 8192;
        
@@ -1226,7 +1226,7 @@ class GZipFile extends File {
        /**
         * Returns the filesize of the unzipped file.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getFileSize() {
                $byteBlock = 1<<14;
index 260b55fd4fa6a508410314a37d4b6a709201e856..2f8d81cd40bb3664e0f5d2a0a3c9a439f46efecd 100755 (executable)
@@ -40,7 +40,7 @@ class InstallPackageAction extends AbstractDialogAction {
        
        /**
         * current queue id
-        * @var integer
+        * @var int
         */
        public $queueID = 0;
        
@@ -207,7 +207,7 @@ class InstallPackageAction extends AbstractDialogAction {
        /**
         * Returns current action by queue id.
         * 
-        * @param       integer         $queueID
+        * @param       int             $queueID
         * @return      string
         */
        protected function getCurrentAction($queueID) {
index 11a6822f40025ff9bb1699c0808021e03b5e2096..d41afb9e7fc7676461e6d2d7de566ed6a9e4ed66 100644 (file)
@@ -22,7 +22,7 @@ use wcf\util\StringUtil;
 class UninstallPackageAction extends InstallPackageAction {
        /**
         * active package id
-        * @var integer
+        * @var int
         */
        protected $packageID = 0;
        
index 215e932a339baefff5f7a10a9c3416cd6dcfa80b..b986c917dda8b18d221102dc41fb17d552409c98 100644 (file)
@@ -117,7 +117,7 @@ class UserExportGdprAction extends AbstractAction {
        public $user;
        
        /**
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
index 2f38de8fc317a734eb94cbb8d6a434b65000d503..69c49df87845b2a2ef34d7ad2162994b298f0177 100644 (file)
@@ -32,13 +32,13 @@ class UserQuickSearchAction extends AbstractAction {
        
        /**
         * matches
-        * @var integer[]
+        * @var int[]
         */
        public $matches = [];
        
        /**
         * results per page
-        * @var integer
+        * @var int
         */
        public $itemsPerPage = 50;
        
@@ -62,7 +62,7 @@ class UserQuickSearchAction extends AbstractAction {
        
        /**
         * number of results
-        * @var integer
+        * @var int
         */
        public $maxResults = 2000;
        
index 0807a18e037addf059947476e0d529a8b3f14dea..08baff5ff67d7027d42bd5d197380fdc7bc2548d 100644 (file)
@@ -24,7 +24,7 @@ class WorkerProxyAction extends AJAXInvokeAction {
        
        /**
         * loop counter
-        * @var integer
+        * @var int
         */
        protected $loopCount = -1;
        
@@ -100,7 +100,7 @@ class WorkerProxyAction extends AJAXInvokeAction {
        /**
         * Sends a JSON-encoded response.
         * 
-        * @param       integer         $progress
+        * @param       int             $progress
         * @param       array           $parameters
         * @param       string          $proceedURL
         */
index 5fbddb85d1183baf2ee21e10f06d2870f7093bc7..27e196a531ce7188fa9acceef11767714c85d4e0 100644 (file)
@@ -25,7 +25,7 @@ abstract class AbstractBulkProcessingForm extends AbstractForm {
        
        /**
         * number of objects affected by bulk processing
-        * @var integer
+        * @var int
         */
        public $affectedObjectCount = 0;
        
index 7d85dde5216f99c40f3f69758b620c8d4583131a..386437e0cd9b9063d9176f5106a0166f2d0cf960 100644 (file)
@@ -27,7 +27,7 @@ use wcf\util\ArrayUtil;
 abstract class AbstractCategoryAddForm extends AbstractForm {
        /**
         * id of the category acl object type
-        * @var integer
+        * @var int
         */
        public $aclObjectTypeID = 0;
        
@@ -51,13 +51,13 @@ abstract class AbstractCategoryAddForm extends AbstractForm {
        
        /**
         * is `1` if HTML is used in the description
-        * @var integer
+        * @var int
         */
        public $descriptionUseHtml = 0;
        
        /**
         * indicates if the category is disabled
-        * @var integer
+        * @var int
         */
        public $isDisabled = 0;
        
@@ -87,7 +87,7 @@ abstract class AbstractCategoryAddForm extends AbstractForm {
        
        /**
         * id of the package the created package belongs to
-        * @var integer
+        * @var int
         */
        public $packageID = 0;
        
@@ -99,13 +99,13 @@ abstract class AbstractCategoryAddForm extends AbstractForm {
        
        /**
         * id of the parent category id
-        * @var integer
+        * @var int
         */
        public $parentCategoryID = 0;
        
        /**
         * category show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
index 65a80e262eb3d6c5b343441322b8e4ef266890e2..d76d2ad27edc73e0ef4d59520323350d317e816c 100644 (file)
@@ -31,7 +31,7 @@ class AbstractCategoryEditForm extends AbstractCategoryAddForm {
        
        /**
         * id of the edited category
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index 3095b68d587a585d34fa055ae1326e195987a29e..bfeb51333f76e1325007ef8a7c8d69b94704bd6e 100644 (file)
@@ -60,7 +60,7 @@ abstract class AbstractCustomOptionForm extends AbstractAcpForm {
        
        /**
         * show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
@@ -97,7 +97,7 @@ abstract class AbstractCustomOptionForm extends AbstractAcpForm {
        
        /**
         * object id
-        * @var integer
+        * @var int
         */
        public $optionID;
        
index 6bf891e2427958fa20fe5762ea529cf88254c499..916684428916b9a418de7ee0641adf51302d2456 100644 (file)
@@ -56,7 +56,7 @@ class AdAddForm extends AbstractForm {
        
        /**
         * 1 if the ad is disabled
-        * @var integer
+        * @var int
         */
        public $isDisabled = 0;
        
@@ -74,13 +74,13 @@ class AdAddForm extends AbstractForm {
        
        /**
         * id of the selected location's object type
-        * @var integer
+        * @var int
         */
        public $objectTypeID = 0;
        
        /**
         * order used to the show the ads
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
index ff00f36df31255d379a1bbd603e24d5fe237abb4..c2179ea36e024ae4e22bac73d126d69540d647bd 100644 (file)
@@ -23,7 +23,7 @@ class AdEditForm extends AdAddForm {
        
        /**
         * id of the edited ad
-        * @var integer
+        * @var int
         */
        public $adID = 0;
        
index bb16c0872685991e2f929e2530bcf1a2f7636ee4..6f571fd285c1ff2f3382e8a65ce6fb6800fd2426 100644 (file)
@@ -57,7 +57,7 @@ class ApplicationEditForm extends AbstractForm {
        
        /**
         * landing page id
-        * @var integer
+        * @var int
         */
        public $landingPageID = 0;
        
@@ -68,7 +68,7 @@ class ApplicationEditForm extends AbstractForm {
        
        /**
         * application package id
-        * @var integer
+        * @var int
         */
        public $packageID = 0;
        
index 6d3ef2b182478dd98ec564c73a02701b93d89281..94ab297ecdd0480e10af2f73049b44bd21896e79 100644 (file)
@@ -56,7 +56,7 @@ class ArticleAddForm extends AbstractForm {
        
        /**
         * category id
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
@@ -86,7 +86,7 @@ class ArticleAddForm extends AbstractForm {
        
        /**
         * publication status
-        * @var integer
+        * @var int
         */
        public $publicationStatus = Article::PUBLISHED;
        
@@ -151,13 +151,13 @@ class ArticleAddForm extends AbstractForm {
        
        /**
         * image ids
-        * @var integer[]
+        * @var int[]
         */
        public $imageID = [];
        
        /**
         * thumbnail image ids
-        * @var integer[]
+        * @var int[]
         */
        public $teaserImageID = [];
        
@@ -187,7 +187,7 @@ class ArticleAddForm extends AbstractForm {
        
        /**
         * list of label ids
-        * @var integer[]
+        * @var int[]
         */
        public $labelIDs = [];
        
index db5305cc61830fb88463f0e3ad3480625a5ba334..f066ed325335b561f6d7e4fa492655ffb43405eb 100644 (file)
@@ -34,7 +34,7 @@ class ArticleEditForm extends ArticleAddForm {
        
        /**
         * article id
-        * @var integer
+        * @var int
         */
        public $articleID = 0;
        
index 1ef468c13ba3c10d3b3cc1df339cd76d92dad225..f7d2612961d91656f8a640a3057dac6215fb62b4 100644 (file)
@@ -30,7 +30,7 @@ class BBCodeEditForm extends BBCodeAddForm {
        
        /**
         * bbcode id
-        * @var integer
+        * @var int
         */
        public $bbcodeID = 0;
        
index f269d8dea1b018ddb38c9b1bb876a959dcebf22c..04bf3aeefdea7ac3980a61c31358025a2622698d 100644 (file)
@@ -32,7 +32,7 @@ class BBCodeMediaProviderAddForm extends AbstractForm {
        
        /**
         * media provider package id
-        * @var integer
+        * @var int
         */
        public $packageID = PACKAGE_ID;
        
index d2ee7f43dd30a7623ba844b5d0f858a6a9bddd24..ec935df40c84dc916267ec46cbc8a4103fa1c456 100644 (file)
@@ -27,7 +27,7 @@ class BBCodeMediaProviderEditForm extends BBCodeMediaProviderAddForm {
        
        /**
         * id of the edited media provider
-        * @var integer
+        * @var int
         */
        public $providerID = 0;
        
index 800ecb2940315e8b8395dc5552112c5d0391daf8..f32363d2657087051122612d9e1b2f93f30e73d6 100644 (file)
@@ -67,7 +67,7 @@ class BoxAddForm extends AbstractForm {
        
        /**
         * show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
@@ -109,7 +109,7 @@ class BoxAddForm extends AbstractForm {
        
        /**
         * image ids
-        * @var integer[]
+        * @var int[]
         */
        public $imageID = [];
        
@@ -121,13 +121,13 @@ class BoxAddForm extends AbstractForm {
        
        /**
         * page ids
-        * @var integer[]
+        * @var int[]
         */
        public $pageIDs = [];
        
        /**
         * object type id of the selected box controller
-        * @var integer
+        * @var int
         */
        public $boxControllerID = 0;
        
index 5896c9497d0cd7630166de6fa7a465f7c5463f8b..07265d9f41d79baae6796a5645fc130388badf75 100644 (file)
@@ -29,7 +29,7 @@ class BoxEditForm extends BoxAddForm {
        
        /**
         * box id
-        * @var integer
+        * @var int
         */
        public $boxID = 0;
        
index 9dba861bd2c2a90e8eebe0214dfc0e301619f827..b9adfe5c55338dc3f5c987b29410d7e179791169 100644 (file)
@@ -32,7 +32,7 @@ class CaptchaQuestionAddForm extends AbstractForm {
        
        /**
         * 1 if the question is disabled
-        * @var integer
+        * @var int
         */
        public $isDisabled = 0;
        
index 25ef53f794f394cfc1e7176344b9604b81fb29b4..219815a1dde79d26c9c3acbc5a361502d670ea56 100644 (file)
@@ -29,7 +29,7 @@ class CaptchaQuestionEditForm extends CaptchaQuestionAddForm {
        
        /**
         * id of the edited captcha question
-        * @var integer
+        * @var int
         */
        public $captchaQuestionID = 0;
        
index 97735ac81f74fa6909f806c161a7d6317af2f8c7..34fa4283c441203d2d55d88f35f7e9dbb6ea01d9 100644 (file)
@@ -48,13 +48,13 @@ class ContactRecipientAddForm extends AbstractForm {
        
        /**
         * 1 if the recipient is disabled
-        * @var integer
+        * @var int
         */
        public $isDisabled = 0;
        
        /**
         * order used to the show the recipients
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
index ec6d8cda66d04ca0022cafbf98d4cf00c084932f..6dd564345e9118272762789f58bedec47e57fbab 100644 (file)
@@ -37,7 +37,7 @@ class ContactRecipientEditForm extends ContactRecipientAddForm {
        public $recipient;
        
        /**
-        * @var integer
+        * @var int
         */
        public $recipientID = 0;
        
index f1050903d0ccd009ea99bc7e918e98da57161781..6ea1ed288cce488bc0d3225a2ac85ff0d4831e2a 100755 (executable)
@@ -39,7 +39,7 @@ class CronjobAddForm extends AbstractForm {
        
        /**
         * cronjob package id
-        * @var integer
+        * @var int
         */
        public $packageID = PACKAGE_ID;
        
index b737e2d948debf2402d857dd10cbd21d75f4da2a..aa411c9c43a265d1ff1aa9238509bd14d4bb4eea 100755 (executable)
@@ -23,7 +23,7 @@ class CronjobEditForm extends CronjobAddForm {
        
        /**
         * cronjob id
-        * @var integer
+        * @var int
         */
        public $cronjobID = 0;
        
index a0f6170252cc0efaab08310d720c79f067298558..7072ce8d20ab9fb844ad0343e205220c6d1c4607 100644 (file)
@@ -115,7 +115,7 @@ class DataImportForm extends AbstractForm {
        
        /**
         * user merge mode
-        * @var integer
+        * @var int
         */
        public $userMergeMode = UserImporter::MERGE_MODE_EMAIL;
        
index 3d98c5083789e43972b11566bbd24affc9553451..0bab367abe5ea78bfa7127178626184e1161f45e 100644 (file)
@@ -56,7 +56,7 @@ class DevtoolsProjectPipEntryAddForm extends AbstractFormBuilderForm {
        
        /**
         * project id
-        * @var integer
+        * @var int
         */
        public $projectID = 0;
        
index 4ca80af12b2f90f5348a25e9105d9be8ae7b3649..54ed4ff02c1ab924e1e89ac25f38c1734a3d4314 100644 (file)
@@ -33,7 +33,7 @@ class LabelAddForm extends AbstractForm {
        
        /**
         * label group id
-        * @var integer
+        * @var int
         */
        public $groupID = 0;
        
@@ -82,7 +82,7 @@ class LabelAddForm extends AbstractForm {
        
        /**
         * show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
index 03620b038cbdd995743a3aa3bc546d75af6db202..e42a6ef28f473f496e4dc34d78b86f79b8b5e5da 100644 (file)
@@ -29,7 +29,7 @@ class LabelEditForm extends LabelAddForm {
        
        /**
         * label id
-        * @var integer
+        * @var int
         */
        public $labelID = 0;
        
index b2be3a9419e97a6c2974097436f5832c2b4a7327..afd086c50d59db373e2ba11b60cbef936709ba8c 100644 (file)
@@ -70,13 +70,13 @@ class LabelGroupAddForm extends AbstractForm {
        
        /**
         * object type id
-        * @var integer
+        * @var int
         */
        public $objectTypeID = 0;
        
        /**
         * show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
@@ -229,7 +229,7 @@ class LabelGroupAddForm extends AbstractForm {
        /**
         * Saves label group to object relations.
         * 
-        * @param       integer         $groupID
+        * @param       int             $groupID
         */
        protected function saveObjectTypeRelations($groupID) {
                WCF::getDB()->beginTransaction();
index 4e941ba6cb1be9f6d978b9cec7f9709f0c1815d1..69c4038812f56d8c066bd622f293878997aa1096 100644 (file)
@@ -29,7 +29,7 @@ class LabelGroupEditForm extends LabelGroupAddForm {
        
        /**
         * group id
-        * @var integer
+        * @var int
         */
        public $groupID = 0;
        
index 48963368915a370ce8f2b0fb3aa988f7d61a3adf..88450021f27ce4c3534783e176159d34d62a84b8 100644 (file)
@@ -66,7 +66,7 @@ class LanguageAddForm extends AbstractForm {
        
        /**
         * source language id
-        * @var integer
+        * @var int
         */
        public $sourceLanguageID = 0;
        
index fc8648257745878b40c37218a1439c17c2abcdd9..68d4dfa94338c92c725d936afb261349de682405 100644 (file)
@@ -18,7 +18,7 @@ use wcf\system\WCF;
 class LanguageEditForm extends LanguageAddForm {
        /**
         * language id
-        * @var integer
+        * @var int
         */
        public $languageID = 0;
        
index 288869a06ae5b9632e7ea10cae4d607ff7e8d097..1cce0220863ec583107c3bcdcea3696d0d9a9e27 100644 (file)
@@ -30,7 +30,7 @@ class LanguageExportForm extends AbstractForm {
        
        /**
         * language id
-        * @var integer
+        * @var int
         */
        public $languageID = 0;
        
@@ -60,7 +60,7 @@ class LanguageExportForm extends AbstractForm {
        
        /**
         * max package name length
-        * @var integer
+        * @var int
         */
        public $packageNameLength = 0;
        
index 3aa19a0116f66fbe71363395c308c24f1ff32fad..6144533d3e20335ae3321be90db0e7a24b12f9e0 100644 (file)
@@ -55,7 +55,7 @@ class LanguageImportForm extends AbstractForm {
        
        /**
         * source language id
-        * @var integer
+        * @var int
         */
        public $sourceLanguageID = 0;
        
index dac7a926c0c755159e1f5fa36617809a141c2f58..f76113e921c98bdf1f265bce233b2dfbf0f41ef1 100644 (file)
@@ -31,13 +31,13 @@ class LanguageMultilingualismForm extends AbstractForm {
        
        /**
         * indicates if multilingualism is enabled
-        * @var integer
+        * @var int
         */
        public $enable = 0;
        
        /**
         * ids of selected available languages
-        * @var integer[]
+        * @var int[]
         */
        public $languageIDs = [];
        
index f03c4bd9fd88b68bc4ff25505b264f4b3a9d8cdf..7148538a8266eb3ce135f535db03cc98644aaef4 100644 (file)
@@ -49,7 +49,7 @@ class MenuAddForm extends AbstractForm {
        
        /**
         * show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
@@ -73,7 +73,7 @@ class MenuAddForm extends AbstractForm {
        
        /**
         * page ids
-        * @var integer[]
+        * @var int[]
         */
        public $pageIDs = [];
        
index fac9be9b56e070eee0faa4924238e802904ac6b6..42b3f97e453ad072edf0dcf0d8aa9be9f8f6c6e2 100644 (file)
@@ -27,7 +27,7 @@ class MenuEditForm extends MenuAddForm {
        
        /**
         * menu id
-        * @var integer
+        * @var int
         */
        public $menuID = 0;
        
index b7ec2df95fb74ef07f7b8ea88e390a9a15561323..118aef192b217001fe4d9296b7eb1eea1c28d9d0 100644 (file)
@@ -38,7 +38,7 @@ class MenuItemAddForm extends AbstractForm {
        
        /**
         * menu id
-        * @var integer
+        * @var int
         */
        public $menuID = 0;
        
@@ -68,13 +68,13 @@ class MenuItemAddForm extends AbstractForm {
        
        /**
         * page id
-        * @var integer
+        * @var int
         */
        public $pageID = null;
        
        /**
         * page object id
-        * @var integer
+        * @var int
         */
        public $pageObjectID = null;
        
@@ -92,13 +92,13 @@ class MenuItemAddForm extends AbstractForm {
        
        /**
         * id of the parent menu item
-        * @var integer
+        * @var int
         */
        public $parentItemID = null;
        
        /**
         * show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
index db21e6894b1c99c63174371b53340fa3a0e734bd..736549fa70ec39e0c3b0abc436bf5493c958e29a 100644 (file)
@@ -22,7 +22,7 @@ use wcf\system\WCF;
 class MenuItemEditForm extends MenuItemAddForm {
        /**
         * menu item id
-        * @var integer
+        * @var int
         */
        public $itemID = 0;
        
index e1deea4f1def63508947becd4fe215a7aef68426..8b8af600883a189f2c5cef8e0917b73e0070a636 100644 (file)
@@ -60,13 +60,13 @@ class NoticeAddForm extends AbstractForm {
        
        /**
         * 1 if the notice is disabled
-        * @var integer
+        * @var int
         */
        public $isDisabled = 0;
        
        /**
         * 1 if the notice is dismissible
-        * @var integer
+        * @var int
         */
        public $isDismissible = 0;
        
@@ -83,13 +83,13 @@ class NoticeAddForm extends AbstractForm {
        
        /**
         * 1 if html is used in the notice text
-        * @var integer
+        * @var int
         */
        public $noticeUseHtml = 0;
        
        /**
         * order used to the show the notices
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
index 1d8aeac49f2ce92f2c8ff5f51ee3bea1cb733368..34d8ec9a9fbde377c1821d27ce6a083553feed98 100644 (file)
@@ -31,13 +31,13 @@ class NoticeEditForm extends NoticeAddForm {
        
        /**
         * id of the edited notice object
-        * @var integer
+        * @var int
         */
        public $noticeID = 0;
        
        /**
         * 1 if the notice will be displayed for all users again
-        * @var integer
+        * @var int
         */
        public $resetIsDismissed = 0;
        
index d77455d29dc0d674f8d0cd204d5a0d3c0e1851be..ca2223f3066050cdb336a3ad6e3a5e1422e915ac 100644 (file)
@@ -27,7 +27,7 @@ class OptionForm extends AbstractOptionListForm {
        
        /**
         * category id
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index 2af28a4159547b2be8c6cdddb743b59ae7d38fa2..0cfc23c1175892df6153e7df24c69e869941c27e 100755 (executable)
@@ -22,7 +22,7 @@ class PackageUpdateServerEditForm extends PackageUpdateServerAddForm {
        
        /**
         * update server id
-        * @var integer
+        * @var int
         */
        public $packageUpdateServerID = 0;
        
index 393d380594aaca4a00959b018423fcb1d75eb1af..7038cc86a2fb454ffd6d955e7525a6606a58627f 100644 (file)
@@ -64,7 +64,7 @@ class PageAddForm extends AbstractForm {
        
        /**
         * parent page id
-        * @var integer
+        * @var int
         */
        public $parentPageID = 0;
        
@@ -88,7 +88,7 @@ class PageAddForm extends AbstractForm {
        
        /**
         * application id of the page
-        * @var integer
+        * @var int
         */
        public $applicationPackageID = 1;
        
@@ -136,7 +136,7 @@ class PageAddForm extends AbstractForm {
        
        /**
         * list of box ids
-        * @var integer[]
+        * @var int[]
         */
        public $boxIDs = [];
        
@@ -177,7 +177,7 @@ class PageAddForm extends AbstractForm {
        
        /**
         * parent menu item id
-        * @var integer
+        * @var int
         */
        public $parentMenuItemID;
        
@@ -411,7 +411,7 @@ class PageAddForm extends AbstractForm {
        /**
         * Validates given custom url.
         * 
-        * @param       integer                 $languageID
+        * @param       int                 $languageID
         * @param       string                  $customURL
         *
         * @throws      UserInputException
@@ -696,7 +696,7 @@ class PageAddForm extends AbstractForm {
        /**
         * Returns the list of box ids that are enabled by default.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        protected function getDefaultBoxIDs() {
                $boxIDs = [];
index 5e586f7463817b243cbf6fc15ae248b7c3248bae..a1b41cafcb5b4a153e5467b4ccc24c0f682a987b 100644 (file)
@@ -34,7 +34,7 @@ class PageEditForm extends PageAddForm {
        
        /**
         * page id
-        * @var integer
+        * @var int
         */
        public $pageID = 0;
        
index 7a48e72286aad3db1a4eaeaf17728f3f4f1154c1..f2b1b88ba4a5791ab9f1a34d3c9f406ef4aadbd4 100644 (file)
@@ -63,7 +63,7 @@ class PaidSubscriptionAddForm extends AbstractForm {
        
        /**
         * subscription show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
@@ -87,7 +87,7 @@ class PaidSubscriptionAddForm extends AbstractForm {
        
        /**
         * subscription length
-        * @var integer
+        * @var int
         */
        public $subscriptionLength = 0;
        
@@ -105,13 +105,13 @@ class PaidSubscriptionAddForm extends AbstractForm {
        
        /**
         * list of group ids
-        * @var integer[]
+        * @var int[]
         */
        public $groupIDs = [];
        
        /**
         * list of excluded subscriptions
-        * @var integer[]
+        * @var int[]
         */
        public $excludedSubscriptionIDs = [];
        
index f317c9112463b57f10db14114646e4b1a31f516d..ed98c66caf0c6b65b5381e48332653bde5d8a671 100644 (file)
@@ -24,7 +24,7 @@ class PaidSubscriptionEditForm extends PaidSubscriptionAddForm {
        
        /**
         * id of the edited subscription
-        * @var integer
+        * @var int
         */
        public $subscriptionID = 0;
        
index ffa420331f2538e4560ea9cbab1406aa883f693d..b7babe1db4ea50768ec3145e2c016b33b4c8a9bd 100644 (file)
@@ -37,7 +37,7 @@ class PaidSubscriptionUserAddForm extends AbstractForm {
        
        /**
         * subscription id
-        * @var integer
+        * @var int
         */
        public $subscriptionID = 0;
        
index 23951537d55cc556a072f1c7bd55cbe5b1b79a49..6b3283d4ca2bd349a5df488cb5290e70d93bc1b8 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\DateUtil;
 class PaidSubscriptionUserEditForm extends PaidSubscriptionUserAddForm {
        /**
         * subscription user id
-        * @var integer
+        * @var int
         */
        public $subscriptionUserID = 0;
        
index e51e7d70317684d5582ba4810a56216d9be9a20e..f6afe68991e2dcf002f596e2282c2ae262107b96 100755 (executable)
@@ -75,13 +75,13 @@ class SitemapEditForm extends AbstractForm {
        
        /**
         * `1` iff the sitemap is disabled. Otherwise `0`.
-        * @var integer
+        * @var int
         */
        public $isDisabled = 0;
 
        /**
         * The time in seconds how long the sitemap should be cached. 
-        * @var integer
+        * @var int
         */
        public $rebuildTime = 172800; // two days
        
index b277cd7d5dd4fd8621e1eae7d967bc78ee7ed474..e1f52160196919945723e46a3febc9a3ff270820 100644 (file)
@@ -51,13 +51,13 @@ class SmileyAddForm extends AbstractForm {
        
        /**
         * show order value
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
        /**
         * categoryID value
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index 0a0acc91d967e2c3195225fe0e8779a2ac9abd25..6e8c5b2f2bd93969aa7b501b604c9eb737044c77 100644 (file)
@@ -28,7 +28,7 @@ class SmileyEditForm extends SmileyAddForm {
        
        /**
         * smiley id
-        * @var integer
+        * @var int
         */
        public $smileyID = 0;
        
index dea52fdaa4b81cf45eaf1c24c2c2ed2306c4a546..18336b88c8c754062b67d896e286781b826f4aed 100644 (file)
@@ -180,7 +180,7 @@ class StyleAddForm extends AbstractForm {
        
        /**
         * template group id
-        * @var integer
+        * @var int
         */
        public $templateGroupID = 0;
        
@@ -209,7 +209,7 @@ class StyleAddForm extends AbstractForm {
        
        /**
         * current scroll offsets before submitting the form
-        * @var integer[]
+        * @var int[]
         */
        public $scrollOffsets = [];
        
index 8f0ffe20ee9efe68ed2e86d07b4d6016107d6ec1..e2ce1ed833091a0e826e88ce4dbc52c034ecd966 100644 (file)
@@ -34,7 +34,7 @@ class StyleEditForm extends StyleAddForm {
        
        /**
         * style id
-        * @var integer
+        * @var int
         */
        public $styleID = 0;
        
index dd46bb32d4cd8d18111d7165d5378372031d0f38..b7bbda546d58d890f3059e7c12c36021c038162c 100644 (file)
@@ -57,7 +57,7 @@ class StyleExportForm extends AbstractForm {
        
        /**
         * style id
-        * @var integer
+        * @var int
         */
        public $styleID = 0;
        
index 507eaef40493b233a18622ab8df921b568a145e6..3d454f044f5816fee42e0fa2d7b54abccade0331 100644 (file)
@@ -31,7 +31,7 @@ class StyleGlobalValuesForm extends AbstractForm {
 
        /**
         * current scroll offset before submitting the form
-        * @var integer
+        * @var int
         */
        public $stylesScrollOffset = 0;
        
index d9a838588e888d0aeeb00c1249feefb8ebd6b21b..3ec3e0fe24ec4edd46110573ee7c8f1d1ae26131 100644 (file)
@@ -29,7 +29,7 @@ class TagEditForm extends TagAddForm {
        
        /**
         * tag id
-        * @var integer
+        * @var int
         */
        public $tagID = 0;
        
index 0d2e48905909a84a0c84115cdf73d7c72f1cf7a6..5ac5b429bef277199d3397062741546ce1b2d906 100644 (file)
@@ -40,7 +40,7 @@ class TemplateAddForm extends AbstractForm {
        
        /**
         * template group id
-        * @var integer
+        * @var int
         */
        public $templateGroupID = 0;
        
@@ -58,13 +58,13 @@ class TemplateAddForm extends AbstractForm {
        
        /**
         * template's package id
-        * @var integer
+        * @var int
         */
        public $packageID = 1;
        
        /**
         * id of copied template
-        * @var integer
+        * @var int
         */
        public $copy = 0;
        
index 7b389410eddaa4cfc19650826d5f696782ff4a45..57c8cee2e4ff49201c7c33f0314ec1779257f31f 100644 (file)
@@ -22,7 +22,7 @@ class TemplateEditForm extends TemplateAddForm {
        
        /**
         * template id
-        * @var integer
+        * @var int
         */
        public $templateID = 0;
        
index 031e1e20df3439e105b0536c320e831e81f2c7e9..319cf43dcbc58727184fb871bf750f27719e106e 100644 (file)
@@ -36,13 +36,13 @@ class TemplateGroupAddForm extends AbstractForm {
        
        /**
         * template group folder
-        * @var integer
+        * @var int
         */
        public $templateGroupFolderName = '';
        
        /**
         * parent template group id
-        * @var integer
+        * @var int
         */
        public $parentTemplateGroupID = 0;
        
index 375415360858c03da73aba9474c0bf60329da9a7..ee572c66f8f3d2385f9fec92c4af8295bf3960e2 100644 (file)
@@ -23,7 +23,7 @@ class TemplateGroupEditForm extends TemplateGroupAddForm {
        
        /**
         * template group id
-        * @var integer
+        * @var int
         */
        public $templateGroupID = 0;
        
index 8fb49e083327a4ea979e048ee8c0532460638286..ee32e1964da57064e2fa6e398bdc9b587d035dfb 100644 (file)
@@ -41,7 +41,7 @@ class TrophyAddForm extends AbstractAcpForm {
        
        /**
         * category id for the trophy.
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index e4ca781ddee18b2c97b83945556d8058ff259863..a4e8571abf650545722d1ef5826c7472105310fd 100644 (file)
@@ -29,7 +29,7 @@ class UserActivityPointOptionForm extends AbstractForm {
        
        /**
         * points to objectType
-        * @var integer[]
+        * @var int[]
         */
        public $points = [];
        
index 23f5984dbd20d958585b5d380eb8495f44189f1b..b3d2a3454ef02352914e1be4ec8d1e6a8baad286 100644 (file)
@@ -65,7 +65,7 @@ class UserAddForm extends UserOptionListForm {
        
        /**
         * user group ids
-        * @var integer[]
+        * @var int[]
         */
        public $groupIDs = [];
        
@@ -76,13 +76,13 @@ class UserAddForm extends UserOptionListForm {
        
        /**
         * language id
-        * @var integer
+        * @var int
         */
        public $languageID = 0;
        
        /**
         * visible languages
-        * @var integer[]
+        * @var int[]
         */
        public $visibleLanguages = [];
        
@@ -112,7 +112,7 @@ class UserAddForm extends UserOptionListForm {
        
        /**
         * date when the signature will be enabled again
-        * @var integer
+        * @var int
         */
        public $disableSignatureExpires = 0;
        
index 08c14d0d36a4f7d9dc026387d760b28a4310d8ac..c5b5da481c7013767b9ee2ef6548d3e9737e33b0 100755 (executable)
@@ -35,13 +35,13 @@ class UserAssignToGroupForm extends AbstractForm {
        
        /**
         * ids of the relevant users
-        * @var integer[]
+        * @var int[]
         */
        public $userIDs = [];
        
        /**
         * ids of the assigned user groups
-        * @var integer[]
+        * @var int[]
         */
        public $groupIDs = [];
        
@@ -59,7 +59,7 @@ class UserAssignToGroupForm extends AbstractForm {
        
        /**
         * id of the user clipboard item object type
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = null;
        
index e02e06f417eb3df4b62bd10ecf43d47efddb4dd7..0c0e5fab283567c38cea0355487f671a86acc08a 100644 (file)
@@ -34,7 +34,7 @@ class UserContentRevertChangesForm extends AbstractForm {
        
        /**
         * ids of the relevant users
-        * @var integer[]
+        * @var int[]
         */
        public $userIDs = [];
        
@@ -46,13 +46,13 @@ class UserContentRevertChangesForm extends AbstractForm {
        
        /**
         * timeframe to consider
-        * @var integer
+        * @var int
         */
        public $timeframe = 7;
        
        /**
         * id of the user clipboard item object type
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = null;
        
index f514dc789e3a1cfe8bbf95fe109ef134ca14ca7f..6da105026c9d179348f45d8fdf5accadc50e415b 100755 (executable)
@@ -42,7 +42,7 @@ class UserEditForm extends UserAddForm {
        
        /**
         * user id
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
@@ -66,7 +66,7 @@ class UserEditForm extends UserAddForm {
        
        /**
         * date when the ban expires
-        * @var integer
+        * @var int
         */
        public $banExpires = 0;
        
@@ -96,7 +96,7 @@ class UserEditForm extends UserAddForm {
        
        /**
         * date when the avatar will be enabled again
-        * @var integer
+        * @var int
         */
        public $disableAvatarExpires = 0;
        
@@ -120,7 +120,7 @@ class UserEditForm extends UserAddForm {
        
        /**
         * date when the cover photo will be enabled again
-        * @var integer
+        * @var int
         */
        public $disableCoverPhotoExpires = 0;
        
index d5e448a99c1a4f5c27f4bd85ad87fa422561df23..91582e447439579f3879e3ce4127a65d0993a2b3 100755 (executable)
@@ -36,7 +36,7 @@ class UserEmailAddressExportForm extends AbstractForm {
        
        /**
         * ids of the users whose email addresses are exported
-        * @var integer[]
+        * @var int[]
         */
        public $userIDs = [];
        
@@ -60,7 +60,7 @@ class UserEmailAddressExportForm extends AbstractForm {
        
        /**
         * clipboard item type id
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = null;
        
index df7eb775a13be8eb052a043dfbd6e20577eb1ed4..2ba8fa1a9cb0184a628bc36ea1c8f8d7af11ed5a 100755 (executable)
@@ -65,7 +65,7 @@ class UserGroupAddForm extends AbstractOptionListForm {
        
        /**
         * group priority
-        * @var integer
+        * @var int
         */
        protected $priority = 0;
        
@@ -77,7 +77,7 @@ class UserGroupAddForm extends AbstractOptionListForm {
        
        /**
         * shows the members of this group on the team page
-        * @var integer
+        * @var int
         */
        protected $showOnTeamPage = 0;
        
index fb3b0e304d6236e04d3f9e572f1ee5cf1f56c752..f075ac2cfd875290d7af269fcbfe2d86e49cfd1a 100644 (file)
@@ -33,13 +33,13 @@ class UserGroupAssignmentAddForm extends AbstractForm {
        
        /**
         * id of the selected user group
-        * @var integer
+        * @var int
         */
        public $groupID = 0;
        
        /**
         * true if the automatic assignment is disabled
-        * @var integer
+        * @var int
         */
        public $isDisabled = 0;
        
index bed96b5a1b0ce7f6a259028519e92cb79ab98117..4d85fe79be677b0aea36092f1dcb5496bf37f95c 100644 (file)
@@ -29,7 +29,7 @@ class UserGroupAssignmentEditForm extends UserGroupAssignmentAddForm {
        
        /**
         * id of the edited automatic user group assignment
-        * @var integer
+        * @var int
         */
        public $assignmentID = 0;
        
index 87de81f0d5858434e341135fd2a57d8cbf664e41..06bb4590426c478f8c688c91c6d6ec211b9c9d3b 100755 (executable)
@@ -30,7 +30,7 @@ class UserGroupEditForm extends UserGroupAddForm {
        
        /**
         * id of the edited user group
-        * @var integer
+        * @var int
         */
        public $groupID = 0;
        
index 09586ea774d45cda26577b6dbcfa4e2801e48391..26b4b4a7aa3eb2316521188687b625a216e00bd5 100644 (file)
@@ -74,7 +74,7 @@ class UserGroupOptionForm extends AbstractForm {
        
        /**
         * user group option id
-        * @var integer
+        * @var int
         */
        public $userGroupOptionID = 0;
        
index d258d8bc87d3fff4c65815f83ed437d28abd4f4b..f92cfe0c453a92202f551e6d37b3f0b159b72eff 100755 (executable)
@@ -41,7 +41,7 @@ class UserMailForm extends AbstractForm {
        
        /**
         * list of group ids
-        * @var integer[]
+        * @var int[]
         */
        public $groupIDs = [];
        
@@ -70,13 +70,13 @@ class UserMailForm extends AbstractForm {
        
        /**
         * single user id
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
        /**
         * list of user ids
-        * @var integer[]
+        * @var int[]
         */
        public $userIDs = [];
        
index fe35d02997fc48e8539f7e033c8585ec2f62eeb9..ca46452613a57ceaa15757bc051d6f22e168debb 100644 (file)
@@ -32,7 +32,7 @@ class UserMergeForm extends AbstractForm {
        
        /**
         * ids of the relevant users
-        * @var integer[]
+        * @var int[]
         */
        public $userIDs = [];
        
@@ -44,19 +44,19 @@ class UserMergeForm extends AbstractForm {
        
        /**
         * destination user id
-        * @var integer
+        * @var int
         */
        public $destinationUserID = 0;
        
        /**
         * ids of merge users (without destination user)
-        * @var integer[]
+        * @var int[]
         */
        public $mergedUserIDs = [];
        
        /**
         * id of the user clipboard item object type
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = null;
        
index b01e20792ddc66877398b7b646b51e234330837d..654abf8ec4c2b1a6db64364f7069a8563246432d 100644 (file)
@@ -97,13 +97,13 @@ class UserOptionAddForm extends AbstractForm {
        
        /**
         * edit permission bitmask
-        * @var integer
+        * @var int
         */
        public $editable = 3;
        
        /**
         * view permission bitmask
-        * @var integer
+        * @var int
         */
        public $visible = 15;
        
@@ -115,7 +115,7 @@ class UserOptionAddForm extends AbstractForm {
        
        /**
         * show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
index bd6f461b4cc0bd1191cae933e58333b0fc786f0f..b208555326169fcec46d3ad915e58298806c397c 100644 (file)
@@ -35,7 +35,7 @@ class UserOptionCategoryAddForm extends AbstractForm {
        
        /**
         * show order
-        * @var integer
+        * @var int
         */
        public $showOrder = 0;
        
index bbf517d6c91b83fe5ebe4da4fbbefc990c74ce16..451a102b73777758dbaa3be9afb420bc1daf630d 100644 (file)
@@ -23,7 +23,7 @@ class UserOptionCategoryEditForm extends UserOptionCategoryAddForm {
        
        /**
         * category id
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index 340b3fa018a2c2fa4093a12ac1797cf6c090e38b..b8f332f8a21c7864abe1bbe9077d97dadea2a5ba 100644 (file)
@@ -23,7 +23,7 @@ class UserOptionEditForm extends UserOptionAddForm {
        
        /**
         * user option id
-        * @var integer
+        * @var int
         */
        public $optionID = 0;
        
index 1bc5921f0b392570c3401e029322abd042b76e62..4930f06e53b1d3283791b09050a9a339e28c31a5 100644 (file)
@@ -35,7 +35,7 @@ abstract class UserOptionListForm extends AbstractOptionListForm {
        /**
         * Returns the default form language id.
         * 
-        * @return      integer         $languageID
+        * @return      int             $languageID
         */
        protected function getDefaultFormLanguageID() {
                return LanguageFactory::getInstance()->getDefaultLanguageID();
index 67e7a0d027797667b8fb88d5794df60772462e2c..afcf897c70cd1d035f4eb21b59d6642110272c9c 100644 (file)
@@ -41,7 +41,7 @@ class UserRankAddForm extends AbstractForm {
        
        /**
         * rank group id
-        * @var integer
+        * @var int
         */
        public $groupID = 0;
        
@@ -65,7 +65,7 @@ class UserRankAddForm extends AbstractForm {
        
        /**
         * required activity points to acquire the rank
-        * @var integer
+        * @var int
         */
        public $requiredPoints = 0;
        
@@ -76,19 +76,19 @@ class UserRankAddForm extends AbstractForm {
        
        /**
         * number of image repeats
-        * @var integer
+        * @var int
         */
        public $repeatImage = 1;
        
        /**
         * required gender setting (1=male; 2=female)
-        * @var integer
+        * @var int
         */
        public $requiredGender = 0;
        
        /**
         * hide generic user title
-        * @var integer
+        * @var int
         */
        public $hideTitle = 0;
        
index 182fe59223f5d6b079ab010ecbbc675c89901d19..2488b4b5ea08df7d211b29700d90b516962aa768 100644 (file)
@@ -24,7 +24,7 @@ class UserRankEditForm extends UserRankAddForm {
        
        /**
         * rank id
-        * @var integer
+        * @var int
         */
        public $rankID = 0;
        
index 0d53c3a36e8803a543f5a95192e5ecb07e1f52dc..08ae52b020f3b4d35bccc5e0e3f3ee71498ddd60 100755 (executable)
@@ -48,7 +48,7 @@ class UserSearchForm extends UserOptionListForm {
        
        /**
         * search id
-        * @var integer
+        * @var int
         */
        public $searchID = 0;
        
@@ -66,7 +66,7 @@ class UserSearchForm extends UserOptionListForm {
        
        /**
         * results per page
-        * @var integer
+        * @var int
         */
        public $itemsPerPage = 50;
        
@@ -78,14 +78,14 @@ class UserSearchForm extends UserOptionListForm {
        
        /**
         * number of results
-        * @var integer
+        * @var int
         */
        public $maxResults = 2000;
        
        /**
         * id of the group the users have to belong to
         * is used on the user group list to show all users of a user group
-        * @var integer
+        * @var int
         */
        public $groupID = 0;
        
index 123041e5244899523b78e1057fe760558c7a155c..1eddbd8a1fcd72345d2bc67544bb599c8325bd42 100644 (file)
@@ -46,7 +46,7 @@ class UserTrophyAddForm extends AbstractAcpForm {
        
        /**
         * List of user ids which earn the trophy. 
-        * @var integer[]
+        * @var int[]
         */
        public $userIDs = [];
        
@@ -69,7 +69,7 @@ class UserTrophyAddForm extends AbstractAcpForm {
        public $trophyUseHtml = 0;
        
        /**
-        * @var integer
+        * @var int
         */
        public $trophyID = 0;
        
index 65a3b8fe87eccc9c227bc69c25285e666db55924..9af99e6d67a44da2c7cf659f29e9289f6c781a44 100755 (executable)
@@ -44,7 +44,7 @@ class ACPSessionLogPage extends SortablePage {
        
        /**
         * session log id
-        * @var integer
+        * @var int
         */
        public $sessionLogID = 0;
        
index 11d87279bca85dd87a1fd53715b5012689ccf97d..201204e4b1e0ddfb96330e960d4acf6924b31d91 100644 (file)
@@ -33,13 +33,13 @@ abstract class AbstractCategoryListPage extends AbstractPage {
        
        /**
         * ids of collapsed categories
-        * @var integer[]
+        * @var int[]
         */
        public $collapsedCategoryIDs = null;
        
        /**
         * id of the collapsible category object type
-        * @var integer
+        * @var int
         */
        public $collapsibleObjectTypeID = 0;
        
index fe7c5be753d7c964cc97464055a215adc6268c60..472ede2fc991401c1fee7003c9577a569d179c0b 100644 (file)
@@ -65,7 +65,7 @@ class ArticleListPage extends SortablePage {
        
        /**
         * category id
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
@@ -89,13 +89,13 @@ class ArticleListPage extends SortablePage {
        
        /**
         * display 'Add Article' dialog on load
-        * @var integer
+        * @var int
         */
        public $showArticleAddDialog = 0;
        
        /**
         * publication status filter
-        * @var integer
+        * @var int
         */
        public $publicationStatus = -1;
        
index 3c939cf3ec511854f4e65473658f5f84fbcb76d4..5cb2d076acdd0b4393894c59053a6745d09005a4 100644 (file)
@@ -81,7 +81,7 @@ class BoxListPage extends SortablePage {
        
        /**
         * display 'Add Box' dialog on load
-        * @var integer
+        * @var int
         */
        public $showBoxAddDialog = 0;
        
index feab7c712097dc0a03ad5bac4f26acb7e2545d5c..fe08a087025c4a31ff3254e6f373a7c4e13e4d99 100755 (executable)
@@ -29,7 +29,7 @@ class CacheListPage extends AbstractPage {
        
        /**
         * indicates if cache was cleared
-        * @var integer
+        * @var int
         */
        public $cleared = 0;
        
index 05df8b3e3a9381e332694d1f9f6cf66018fd4e36..94993b56009cc845223ae6760c5d5b5a8dcfac59 100755 (executable)
@@ -53,12 +53,12 @@ class CronjobLogListPage extends SortablePage {
        public $objectListClassName = CronjobLogList::class;
        
        /**
-        * @var integer
+        * @var int
         */
        public $cronjobID = 0;
        
        /**
-        * @var integer
+        * @var int
         */
        public $success = -1;
        
index 4297e4105345b00e6d8732e7e45d7421cfe354c7..5ed7a60c3d5dc8b735a5079e16aa1620b6ae209e 100644 (file)
@@ -26,7 +26,7 @@ class DevtoolsProjectPipEntryListPage extends AbstractPage {
        
        /**
         * indicates the range of the listed items
-        * @var integer
+        * @var int
         */
        public $endIndex = 0;
        
@@ -55,13 +55,13 @@ class DevtoolsProjectPipEntryListPage extends AbstractPage {
        
        /**
         * number of items shown per page
-        * @var integer
+        * @var int
         */
        public $itemsPerPage = 100;
        
        /**
         * number of all items
-        * @var integer
+        * @var int
         */
        public $items = 0;
        
@@ -83,13 +83,13 @@ class DevtoolsProjectPipEntryListPage extends AbstractPage {
        
        /**
         * current page number
-        * @var integer
+        * @var int
         */
        public $pageNo = 0;
        
        /**
         * number of all pages
-        * @var integer
+        * @var int
         */
        public $pages = 0;
        
@@ -113,13 +113,13 @@ class DevtoolsProjectPipEntryListPage extends AbstractPage {
        
        /**
         * project id
-        * @var integer
+        * @var int
         */
        public $projectID = 0;
        
        /**
         * indicates the range of the listed items
-        * @var integer
+        * @var int
         */
        public $startIndex = 0;
        
index ccfa3afc8f3dc3adcff5d121a18abe6211311999..6179440c4d3bd60a500582b2595e51fea07331b8 100644 (file)
@@ -38,7 +38,7 @@ class DevtoolsProjectPipListPage extends AbstractPage {
        
        /**
         * project id
-        * @var integer
+        * @var int
         */
        public $projectID = 0;
        
index cfdb1ef33c7d16f9ddee6f5a9624123850d76f98..a6c2ae31db719c32deb0b28177ebf23dfaeb0304 100644 (file)
@@ -32,7 +32,7 @@ class DevtoolsProjectSyncPage extends AbstractPage {
        
        /**
         * project id
-        * @var integer
+        * @var int
         */
        public $objectID = 0;
        
index 7f23616d031f9303b349fe936fb64be9dd5c84b8..4acec067095e8c897c9b67220216260ec6481cdf 100644 (file)
@@ -61,7 +61,7 @@ class LabelListPage extends SortablePage {
        
        /**
         * if of the label group to which the displayed labels belong
-        * @var integer
+        * @var int
         */
        public $groupID = 0;
        
index 7797f19ed3be10e9995e4fd8329ce8969975fbea..d6f49cfb20931deca6f218613cbb926da594a228 100644 (file)
@@ -44,13 +44,13 @@ class LanguageItemListPage extends SortablePage {
        
        /**
         * language id
-        * @var integer
+        * @var int
         */
        public $languageID = 0;
        
        /**
         * language category id
-        * @var integer
+        * @var int
         */
        public $languageCategoryID = 0;
        
@@ -86,7 +86,7 @@ class LanguageItemListPage extends SortablePage {
        
        /**
         * is `1` if only custom language items (created via ACP) should be shown
-        * @var integer
+        * @var int
         * @since       5.2
         */
        public $isCustomLanguageItem = 0;
index 64446a5af22f1dd405ff1071cc932277361d3c4b..eca9c82908cfd3b7fdf7517713fb966e2350fc27 100644 (file)
@@ -27,7 +27,7 @@ class MediaListPage extends SortablePage {
        
        /**
         * id of the selected media category
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index ecf0db9c295868669d19ae21ad8da400058224c0..31eb02cd8f044ac481423bb8685c6d16ee73035b 100644 (file)
@@ -34,7 +34,7 @@ class MenuItemListPage extends AbstractPage {
        
        /**
         * menu id
-        * @var integer
+        * @var int
         */
        public $menuID = 0;
        
index a876361f9925d84b6d08b8a62d2ec23efdd52416..e8192d8c5fb5328ad1d966dbcc1dd189f088eba0 100644 (file)
@@ -36,7 +36,7 @@ class PackageInstallationConfirmPage extends AbstractPage {
        
        /**
         * queue id
-        * @var integer
+        * @var int
         */
        public $queueID = 0;
        
index b06da25f879aaa03bc0d0b979cf4f5c83daef5d6..b43e061d64c5d74e0e2729d879ae51a509862798 100644 (file)
@@ -43,7 +43,7 @@ class PackageListPage extends SortablePage {
        
        /**
         * package id for uninstallation
-        * @var integer
+        * @var int
         */
        public $packageID = 0;
        
index 56761d7d9f2daf7c9de33f791ba8e75380f924cf..bf3fe2e99f70c8089a2fd302d29cc86a93ed811d 100755 (executable)
@@ -21,7 +21,7 @@ class PackagePage extends AbstractPage {
        
        /**
         * list of compatible API versions
-        * @var integer[]
+        * @var int[]
         */
        public $compatibleVersions = [];
        
@@ -32,7 +32,7 @@ class PackagePage extends AbstractPage {
        
        /**
         * id of the package
-        * @var integer
+        * @var int
         */
        public $packageID = 0;
        
@@ -44,7 +44,7 @@ class PackagePage extends AbstractPage {
        
        /**
         * Plugin-Store fileID
-        * @var integer
+        * @var int
         */
        public $pluginStoreFileID = 0;
        
index 6b3974dd5fa737de67db8f2520291db13bf3e996..17b945f66a17ffb18a7af857d7e5ada2bd3af505 100644 (file)
@@ -42,7 +42,7 @@ class PageBoxOrderPage extends AbstractPage {
        
        /**
         * page id
-        * @var integer
+        * @var int
         */
        public $pageID = 0;
        
index f32e32127eaef8f1ca43843f432b6de34e2cbe5d..ba23585fb3a66af85297308e501f75eb5adaa285 100644 (file)
@@ -70,7 +70,7 @@ class PageListPage extends SortablePage {
        
        /**
         * application id of the page
-        * @var integer
+        * @var int
         */
        public $applicationPackageID = 0;
        
index ec0ed9eaf017aa707b7cf8bce03f46834db9d828..85103f0902c846c0c7e0899589f408a19cadd6c7 100644 (file)
@@ -66,7 +66,7 @@ class PaidSubscriptionTransactionLogListPage extends SortablePage {
        
        /**
         * subscription id
-        * @var integer
+        * @var int
         */
        public $subscriptionID = 0;
        
index 6548c933e028775f8bec7d15c1e65c10da4f54a9..3737dff65c2ca1e6657ed84c3c7b1797f4c67d97 100644 (file)
@@ -31,7 +31,7 @@ class PaidSubscriptionTransactionLogPage extends AbstractPage {
        
        /**
         * log entry id
-        * @var integer
+        * @var int
         */
        public $logID = 0;
        
index 207d48c78f5c0c16bc2e8a450f48557bb2e23dde..0cdc3abf247d5e31c417dc2b6e31c35568b7c0af 100644 (file)
@@ -55,7 +55,7 @@ class PaidSubscriptionUserListPage extends SortablePage {
        
        /**
         * subscription id
-        * @var integer
+        * @var int
         */
        public $subscriptionID = 0;
        
index 6376fa48a20b9adaa02807cf21210aca9e18ab5f..fa3f1a8dd1ad0d40751d7178ac909b0d2ba17173 100644 (file)
@@ -51,7 +51,7 @@ class SmileyListPage extends MultipleLinkPage {
        
        /**
         * category id
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index f34a62983a0a9c5f2c814901a3668c39928acf18..e46417d22a1a10bbf4a4b3672c5f102261643637 100644 (file)
@@ -25,7 +25,7 @@ class TemplateDiffPage extends AbstractPage {
        
        /**
         * template id
-        * @var integer
+        * @var int
         */
        public $templateID = 0;
        
@@ -37,7 +37,7 @@ class TemplateDiffPage extends AbstractPage {
        
        /**
         * template id of the template to compare with
-        * @var integer
+        * @var int
         */
        public $parentID = 0;
        
index 4759813a415c62c404ffb98a5c303d83947ef318..a0009de2e141fdcce1dc68e7598a5950a8af09cb 100644 (file)
@@ -52,7 +52,7 @@ class TemplateListPage extends SortablePage {
        
        /**
         * template group id
-        * @var integer
+        * @var int
         */
        public $templateGroupID = 0;
        
index 09b1aee6405ff0cc6929f8d434f5b3d025bfe9d7..ad81bd52e4d0f31e8199a27fab1588a3a32cd3d6 100755 (executable)
@@ -42,7 +42,7 @@ class UserGroupListPage extends SortablePage {
        
        /**
         * indicates if a group has just been deleted
-        * @var integer
+        * @var int
         */
        public $deletedGroups = 0;
        
index 4271a77dd0faf3bdcbe5a290d3b93bf8e3165f2b..fef02d9847644646e81f15e3939064499153c572 100755 (executable)
@@ -68,7 +68,7 @@ class UserListPage extends SortablePage {
        
        /**
         * list of marked user ids
-        * @var integer[]
+        * @var int[]
         */
        public $markedUsers = [];
        
@@ -91,13 +91,13 @@ class UserListPage extends SortablePage {
        
        /**
         * id of a user search
-        * @var integer
+        * @var int
         */
        public $searchID = 0;
        
        /**
         * list of user ids
-        * @var integer[]
+        * @var int[]
         */
        public $userIDs = [];
        
index f9056b18f2ab6e0ff63605be3b7213cf03ee4dd5..532dd75e1673a9c6064f98c9739e6c40ae68e5b0 100644 (file)
@@ -60,7 +60,7 @@ class UserTrophyListPage extends SortablePage {
        
        /**
         * The filter value for the trophy id.
-        * @var integer
+        * @var int
         */
        public $trophyID = 0;
        
index 6f6cb832d93cdbba8dbaec57f484fc278fa4d5cd..14a0289e4ab1cba3724f4aff9d9dda12390cdf4f 100644 (file)
@@ -26,7 +26,7 @@ use wcf\util\StringUtil;
 class VersionTrackerListPage extends AbstractPage {
        /**
         * object id
-        * @var integer
+        * @var int
         */
        public $objectID = 0;
        
@@ -48,7 +48,7 @@ class VersionTrackerListPage extends AbstractPage {
        
        /**
         * left / old version id
-        * @var integer
+        * @var int
         */
        public $oldID = 0;
        
@@ -60,7 +60,7 @@ class VersionTrackerListPage extends AbstractPage {
        
        /**
         * right / new version id
-        * @var integer
+        * @var int
         */
        public $newID = 0;
        
index 4ab7fd489863576eab0f991bba7a8cade40c4070..5fd7802ed3e0dde6e380db306d72c0e1cf4b3b41 100644 (file)
@@ -30,7 +30,7 @@ class AJAXProxyAction extends AJAXInvokeAction {
        
        /**
         * list of object ids
-        * @var integer[]
+        * @var int[]
         */
        protected $objectIDs = [];
        
index b711c5a2d1c3ca3483188821bb0e7d7be532b7bd..02daba211a5bedbe5c6f29c48b474a16e0f1965d 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\WCF;
 class BackgroundQueuePerformAction extends AbstractAction {
        /**
         * number of jobs that will be processed per invocation
-        * @var integer
+        * @var int
         */
        public static $jobsPerRun = 5;
        
index 8289d4a36d68748f1fa22f7382787aba2f947335..0eced8e08f6724c6db4a76038f642b6c2f0d8653 100644 (file)
@@ -20,7 +20,7 @@ use wcf\util\HTTPRequest;
 class GravatarDownloadAction extends AbstractAction {
        /**
         * user id
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
@@ -32,7 +32,7 @@ class GravatarDownloadAction extends AbstractAction {
        
        /**
         * avatar size
-        * @var integer
+        * @var int
         */
        public $size = UserAvatar::AVATAR_SIZE;
        
index 64ed74ad7cbb289175285c894eaab21ea37bbe96..0eb50063d9c2da77c249631ff2219e7d888d9c37 100644 (file)
@@ -20,7 +20,7 @@ class MessageQuoteAction extends AJAXProxyAction {
        /**
         * indicates if the WCF.Message.Quote.Manager object requesting data has any
         * quote handlers which require updated object ids of full quotes
-        * @var integer
+        * @var int
         */
        public $_getFullQuoteObjectIDs = false;
        
@@ -120,7 +120,7 @@ class MessageQuoteAction extends AJAXProxyAction {
        /**
         * Returns the count of stored quotes.
         * 
-        * @return      integer
+        * @return      int
         */
        protected function count() {
                return MessageQuoteManager::getInstance()->countQuotes();
@@ -149,7 +149,7 @@ class MessageQuoteAction extends AJAXProxyAction {
        /**
         * Removes a list of quotes from storage and returns the remaining count.
         * 
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         * @throws      UserInputException
         */
@@ -170,7 +170,7 @@ class MessageQuoteAction extends AJAXProxyAction {
        /**
         * Removes all quotes marked for removal and returns the remaining count.
         * 
-        * @return      integer
+        * @return      int
         */
        protected function removeMarkedQuotes() {
                MessageQuoteManager::getInstance()->removeMarkedQuotes();
index a9fe3ac7d5f13c15d43299f8c7152c0e2cdaf7c5..b571e4d570cbbb31f10565fb449eb3b13cff0973 100644 (file)
@@ -34,7 +34,7 @@ class NotificationConfirmAction extends AbstractAction {
        
        /**
         * user notification id
-        * @var integer
+        * @var int
         */
        public $notificationID = 0;
        
index 101e7f4be114cf99755b9f600719a46ff663b734..ba905208b3bf31d157d09bcef728dfd243b29b51 100644 (file)
@@ -17,13 +17,13 @@ use wcf\util\StringUtil;
 class NotificationDisableAction extends AbstractAction {
        /**
         * event id
-        * @var integer
+        * @var int
         */
        public $eventID = 0;
        
        /**
         * user id
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
index ac588e1646c4b19f7a1696232a6cf372444e2b19..417977062c0f2dabed8d0515eeb75d88028d9881 100644 (file)
@@ -26,7 +26,7 @@ class PollAction extends AJAXProxyAction {
        
        /**
         * list of option ids
-        * @var integer[]
+        * @var int[]
         */
        public $optionIDs = [];
        
@@ -38,7 +38,7 @@ class PollAction extends AJAXProxyAction {
        
        /**
         * poll id
-        * @var integer
+        * @var int
         */
        public $pollID = 0;
        
index 8c8b7525377e247b4814406fb2339c3f09f2e60a..90a4071bf4260afd35050a3e4181a2f69bd21d44 100644 (file)
@@ -33,7 +33,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
        
        /**
         * list of object ids
-        * @var integer[]
+        * @var int[]
         */
        protected $objectIDs = [];
        
@@ -490,14 +490,14 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
        
        /**
         * Reads a value and validates it. If you set $allowEmpty to true, no exception will
-        * be thrown if the variable evaluates to 0 (integer) or '' (string). Furthermore the
+        * be thrown if the variable evaluates to 0 (int) or '' (string). Furthermore the
         * variable will be always created with a sane value if it does not exist.
         * 
         * @param       string          $variableName
         * @param       boolean         $allowEmpty
         * @param       string          $arrayIndex
-        * @param       integer         $type
-        * @param       integer         $structure
+        * @param       int             $type
+        * @param       int             $structure
         * @throws      SystemException
         * @throws      UserInputException
         */
index 021e279770c7cfdaa53087f47fde7d1f08479796..fc1e6f7fc526a1ca86ab645f0b549b8893c744a3 100644 (file)
@@ -102,7 +102,7 @@ abstract class DatabaseObject implements IIDObject, IStorableObject {
        /**
         * Returns the id of the object.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getObjectID() {
                return $this->data[static::getDatabaseTableIndexName()];
index 3879c6f8836877cd8fceea0d3746274ec9cd1158..936d1e04f55fbacbee64994099e5cc80b6fdd59c 100644 (file)
@@ -40,19 +40,19 @@ abstract class DatabaseObjectList implements \Countable, ITraversableObject {
        
        /**
         * ids of result objects
-        * @var integer[]
+        * @var int[]
         */
        public $objectIDs = null;
        
        /**
         * sql offset
-        * @var integer
+        * @var int
         */
        public $sqlOffset = 0;
        
        /**
         * sql limit
-        * @var integer
+        * @var int
         */
        public $sqlLimit = 0;
        
@@ -94,13 +94,13 @@ abstract class DatabaseObjectList implements \Countable, ITraversableObject {
        
        /**
         * current iterator index
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
        /**
         * list of index to object relation
-        * @var integer[]
+        * @var int[]
         */
        protected $indexToObject = null;
        
@@ -138,7 +138,7 @@ abstract class DatabaseObjectList implements \Countable, ITraversableObject {
        /**
         * Counts the number of objects.
         * 
-        * @return      integer
+        * @return      int
         */
        public function countObjects() {
                $sql = "SELECT  COUNT(*)
@@ -219,7 +219,7 @@ abstract class DatabaseObjectList implements \Countable, ITraversableObject {
        /**
         * Returns the object ids of the list.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getObjectIDs() {
                return $this->objectIDs;
@@ -228,7 +228,7 @@ abstract class DatabaseObjectList implements \Countable, ITraversableObject {
        /**
         * Sets the object ids.
         * 
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public function setObjectIDs(array $objectIDs) {
                $this->objectIDs = array_merge($objectIDs);
index eb47c03b962529b2bf01665bb4c1fb6986582231..954809174276e9bf3f13d842e92ce9aa1365e4ac 100644 (file)
@@ -28,7 +28,7 @@ abstract class I18nDatabaseObjectList extends DatabaseObjectList {
        
        /**
         * @inheritDoc
-        * @param integer $languageID id of the language that should be used
+        * @param int $languageID id of the language that should be used
         * @throws \DomainException
         */
        public function __construct($languageID = null) {
index bcf5ada69c62e4b12d0c4a4fee2cf38e24f5edb6..2ff4e7f17879e0fbf65c7f742d4bd0e80e642229 100644 (file)
@@ -30,7 +30,7 @@ interface IDatabaseObjectAction {
        /**
         * Returns DatabaseObject-related object ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getObjectIDs();
        
index 940d661d196ab296e568efe8fe54259afcb15bfd..eb4690d65cb82861317181b3e57385b20d6219d3 100644 (file)
@@ -14,7 +14,7 @@ interface IDeleteAction {
        /**
         * Deletes the relevant objects and returns the number of deleted objects.
         * 
-        * @return      integer
+        * @return      int
         */
        public function delete();
        
index 85e80306c8f3981ef125adaefe7e7ffc935bcc9b..0de8a9581cd7d6ba90df2dae3665ea97abd10093 100644 (file)
@@ -42,7 +42,7 @@ interface IEditableObject extends IStorableObject {
         * objects.
         * 
         * @param       array   $objectIDs
-        * @return      integer
+        * @return      int
         */
        public static function deleteAll(array $objectIDs = []);
 }
index e1c9897e4369917d970ae1ef0fe8eb93e822b64a..e45ebcf4bfccb030c13abc8c4bbf8e559004afb5 100644 (file)
@@ -13,7 +13,7 @@ interface IFeedEntry extends IMessage {
        /**
         * Returns the number of comments.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getComments();
        
index 18eb9e7012271b691013593420675cd6d1694371..791e7177cac83c25cc3ac27269fd85dcf5fde31f 100644 (file)
@@ -11,9 +11,9 @@ namespace wcf\data;
  * @since      3.0
  * 
  * @property-read      string          $fileType       type of the physical attachment file
- * @property-read      integer         $isImage        is `1` if the file is an image, otherwise `0`
- * @property-read      integer         $width          width of the file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $height         height of the file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $isImage        is `1` if the file is an image, otherwise `0`
+ * @property-read      int             $width          width of the file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $height         height of the file if `$isImage` is `1`, otherwise `0`
  */
 interface IFile extends IStorableObject {
        /**
index 4ff7595da10f57581824af14441ee83a3744af4e..d249a9efbf1ef616f0e3e8044f686ec35dbb45cb 100644 (file)
@@ -14,7 +14,7 @@ interface IIDObject {
        /**
         * Returns the unique id of the object.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getObjectID();
 }
index 8174918875b6f7787461852df52dddff91715845..b930e18f890371cfb4ffdee3465bc2f452c46469 100644 (file)
@@ -13,7 +13,7 @@ interface IMessage extends IUserContent {
        /**
         * Returns a simplified message (only inline codes), truncated to 255 characters by default.
         * 
-        * @param       integer         $maxLength
+        * @param       int             $maxLength
         * @return      string
         */
        public function getExcerpt($maxLength = 255);
index c13e39134b82f51d7990250bf7a344d415d4ac99..a509ef946500d852b184c74df67687cf544f3f76 100644 (file)
@@ -30,7 +30,7 @@ interface IMessageQuickReplyAction {
         * Returns a message list object.
         * 
         * @param       DatabaseObject          $container
-        * @param       integer                 $lastMessageTime
+        * @param       int                     $lastMessageTime
         * @return      DatabaseObjectList
         */
        public function getMessageList(DatabaseObject $container, $lastMessageTime);
index b8e6e3dfaaa3d545f7230507dde0f0a21abb4002..453f00950e6adb9b07e9c0249774fbf17ef02958 100644 (file)
@@ -24,14 +24,14 @@ interface IObjectTreeNode extends \Countable, IIDObject, \RecursiveIterator {
         * 
         * The minimum depth is `1`.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getDepth();
        
        /**
         * Returns the number of open parent nodes.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getOpenParentNodes();
        
index a176cad398cbe075452ed5db384d7b0c8225e147..62af1f7b5e419351939f644e701b59306cb96b3c 100644 (file)
@@ -14,7 +14,7 @@ interface IPollContainer extends IIDObject, IPollObject {
        /**
         * Returns the id of the poll that belongs to this object or `null` if there is no such poll.
         *
-        * @return      null|integer
+        * @return      null|int
         */
        public function getPollID();
 }
index 1a49e0ead1dd295618da39923d39a69f4861f63c..9cddd88e6048866ae9b80a497dafb2bc866465d6 100644 (file)
@@ -13,7 +13,7 @@ interface ITraversableObject extends \SeekableIterator {
        /**
         * Sets internal iterator pointer based upon related object id.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         */
        public function seekTo($objectID);
        
@@ -21,7 +21,7 @@ interface ITraversableObject extends \SeekableIterator {
         * Searches a specific object by object id and setting internal iterator
         * pointer to found item. Returns `null` if object id is not found.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      DatabaseObject|null
         */
        public function search($objectID);
index ee2319a5e9bbd20b3e42252906dbda24880b38cd..9675c3b21119c4d03f5e68bf7218e1a45484365c 100644 (file)
@@ -13,14 +13,14 @@ interface IUserContent extends ITitledLinkObject {
        /**
         * Returns message creation timestamp.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getTime();
        
        /**
         * Returns author's user id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getUserID();
        
index 89299089f69bdb52586d73cee114e81d57dbdddc..94d66d35ae13afc4a9f29a9375940b8b88ef6b2b 100644 (file)
@@ -29,7 +29,7 @@ trait TMultiCategoryObject {
        
        /**
         * ids of the object's categories
-        * @var integer[]
+        * @var int[]
         */
        protected $categoryIDs = [];
        
@@ -42,7 +42,7 @@ trait TMultiCategoryObject {
        /**
         * Returns the list of category ids.
         *
-        * @return      integer[]
+        * @return      int[]
         */
        public function getCategoryIDs() {
                return $this->categoryIDs;
@@ -117,7 +117,7 @@ trait TMultiCategoryObject {
        /**
         * Sets a category id.
         *
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         */
        public function setCategoryID($categoryID) {
                $this->categoryIDs[] = $categoryID;
@@ -126,7 +126,7 @@ trait TMultiCategoryObject {
        /**
         * Sets a category ids.
         *
-        * @param       integer[]       $categoryIDs
+        * @param       int[]   $categoryIDs
         */
        public function setCategoryIDs(array $categoryIDs) {
                $this->categoryIDs = $categoryIDs;
index 6756babc443951db69af05f0d5e32548a0d9b170..e79d0f23395d5269855bae8f4d29ce3afe855817 100644 (file)
@@ -20,7 +20,7 @@ trait TObjectTreeNode {
        
        /**
         * current iterator key
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
@@ -49,7 +49,7 @@ trait TObjectTreeNode {
        /**
         * Returns the number of child nodes.
         * 
-        * @return      integer
+        * @return      int
         */
        public function count() {
                return count($this->children);
@@ -78,7 +78,7 @@ trait TObjectTreeNode {
         * 
         * The minimum depth is `1`.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getDepth() {
                $element = $this;
@@ -95,7 +95,7 @@ trait TObjectTreeNode {
        /**
         * Returns the number of open parent nodes.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getOpenParentNodes() {
                $element = $this;
@@ -130,7 +130,7 @@ trait TObjectTreeNode {
        /**
         * Return the key of the currently iterated child node.
         * 
-        * @return      integer
+        * @return      int
         */
        public function key() {
                return $this->index;
index afd6b4ca09d302ce404f7144d121f855351f318f..32494ae5dcb4a8c21c359b665edb322018b33744 100644 (file)
@@ -10,9 +10,9 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Acl\Option
  *
- * @property-read      integer         $optionID               unique id of the acl option
- * @property-read      integer         $packageID              id of the package which delivers the acl option
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.acl` object type
+ * @property-read      int             $optionID               unique id of the acl option
+ * @property-read      int             $packageID              id of the package which delivers the acl option
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.acl` object type
  * @property-read      string          $optionName             name and textual identifier of the acl option
  * @property-read      string          $categoryName           name of the acl option category the option belongs to
  */
@@ -20,7 +20,7 @@ class ACLOption extends DatabaseObject {
        /**
         * Returns a list of options by object type id.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      ACLOptionList
         */
        public static function getOptions($objectTypeID) {
index 441f1cde186bdf8422069b42f2ef6939c677b5ed..982ed63b2000dbf0f6f8a1fc01074536e6a582a0 100644 (file)
@@ -10,9 +10,9 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Acl\Option\Category
  *
- * @property-read      integer         $categoryID             unique id of the acl option category
- * @property-read      integer         $packageID              id of the package which delivers the acl option category
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.acl` object type
+ * @property-read      int             $categoryID             unique id of the acl option category
+ * @property-read      int             $packageID              id of the package which delivers the acl option category
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.acl` object type
  * @property-read      string          $categoryName           name and textual identifier of the acl option category
  */
 class ACLOptionCategory extends DatabaseObject {}
index 2dba4bb1d0b6237aaf7160002e52516953ff3664..e8db518923af566aab8c36ebc9068fee2a30ec36 100644 (file)
@@ -14,13 +14,13 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Acp\Menu\Item
  *
- * @property-read      integer         $menuItemID             unique id of the ACP menu item
- * @property-read      integer         $packageID              id of the package which delivers the ACP menu item
+ * @property-read      int             $menuItemID             unique id of the ACP menu item
+ * @property-read      int             $packageID              id of the package which delivers the ACP menu item
  * @property-read      string          $menuItem               textual identifier of the ACP menu item
  * @property-read      string          $parentMenuItem         textual identifier of the ACP menu item's parent menu item or empty if it has no parent menu item
  * @property-read      string          $menuItemController     class name of the ACP menu item's controller used to generate menu item link
  * @property-read      string          $menuItemLink           additional part of the ACP menu item link if `$menuItemController` is set, external link or name of language item which contains the external link
- * @property-read      integer         $showOrder              position of the ACP menu item in relation to its siblings
+ * @property-read      int             $showOrder              position of the ACP menu item in relation to its siblings
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to see the ACP menu item
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the ACP menu item to be shown
  * @property-read      string          $icon                   FontAwesome CSS class name for ACP menu items on the first or third level
index 0509d087cf6283bba4e7e9f04e56d21665494b22..6f9e65656f226efa2d1aff28a6b24ffb46387531 100644 (file)
@@ -10,11 +10,11 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Acp\Search\Provider
  *
- * @property-read      integer         $providerID             unique id of the ACP search provider
- * @property-read      integer         $packageID              id of the package which delivers the ACP search provider
+ * @property-read      int             $providerID             unique id of the ACP search provider
+ * @property-read      int             $packageID              id of the package which delivers the ACP search provider
  * @property-read      string          $providerName           textual identifier of the ACP search provider
  * @property-read      string          $className              class name of the `wcf\system\search\acp\IACPSearchResultProvider` implementation executing the search
- * @property-read      integer         $showOrder              position of the grouped results of the ACP search provider within the result list
+ * @property-read      int             $showOrder              position of the grouped results of the ACP search provider within the result list
  */
 class ACPSearchProvider extends DatabaseObject {
        /**
index 28ce3e7458b07f73a492ac822d16fb0e2c65f822..985e223735ae7a57beb44cc35eb7f35acb56d3a6 100644 (file)
@@ -12,10 +12,10 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Acp\Session
  *
  * @property-read      string          $sessionID              unique textual identifier of the acp session
- * @property-read      integer|null    $userID                 id of the user the acp session belongs to or `null` if the acp session belongs to a guest
+ * @property-read      int|null        $userID                 id of the user the acp session belongs to or `null` if the acp session belongs to a guest
  * @property-read      string          $ipAddress              id of the user whom the acp session belongs to
  * @property-read      string          $userAgent              user agent of the user whom the acp session belongs to
- * @property-read      integer         $lastActivityTime       timestamp at which the latest activity occurred
+ * @property-read      int             $lastActivityTime       timestamp at which the latest activity occurred
  * @property-read      string          $requestURI             uri of the latest request
  * @property-read      string          $requestMethod          used request method of the latest request (`GET`, `POST`)
  * @property-read      string          $sessionVariables       serialized array with variables stored on a session-basis
@@ -39,7 +39,7 @@ class ACPSession extends DatabaseObject {
         * Returns the existing session object for given user id or null if there
         * is no such session.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      ACPSession
         */
        public static function getSessionByUserID($userID) {
index 65a7241f07f22a9aba1c8e133711572b6c615e94..45b5e96b07169e6b345ba37eb1c5aa87cc9f9c36 100644 (file)
@@ -11,10 +11,10 @@ use wcf\util\UserUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Acp\Session\Access\Log
  *
- * @property-read      integer         $sessionAccessLogID     unique id of the acp session access log entry
- * @property-read      integer         $sessionLogID           id of the acp session log entry the access log entry belongs to
+ * @property-read      int             $sessionAccessLogID     unique id of the acp session access log entry
+ * @property-read      int             $sessionLogID           id of the acp session log entry the access log entry belongs to
  * @property-read      string          $ipAddress              ip address of the user who has caused the acp session access log entry
- * @property-read      integer         $time                   timestamp at which the acp session access log entry has been created
+ * @property-read      int             $time                   timestamp at which the acp session access log entry has been created
  * @property-read      string          $requestURI             uri of the logged request
  * @property-read      string          $requestMethod          used request method (`GET`, `POST`)
  * @property-read      string          $className              name of the PHP controller class
index d47fb97ba4e715cbe80e62d9adebc7fe0fc2bc8f..2a8111702e4cc088e78ecfe2bd0a0e548204e29a 100644 (file)
@@ -12,14 +12,14 @@ use wcf\util\UserUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Acp\Session\Log
  *
- * @property-read      integer         $sessionLogID           unique id of the acp session log entry
+ * @property-read      int             $sessionLogID           unique id of the acp session log entry
  * @property-read      string          $sessionID              id of the acp session the acp session log entry belongs to
- * @property-read      integer|null    $userID                 id of the user who has caused the acp session log entry or `null`
+ * @property-read      int|null        $userID                 id of the user who has caused the acp session log entry or `null`
  * @property-read      string          $ipAddress              ip address of the user who has caused the acp session access log entry
  * @property-read      string          $hostname               name of the internet host corresponding to the user's IP address
  * @property-read      string          $userAgent              user agent of the user who has caused the acp session access log entry
- * @property-read      integer         $time                   timestamp at which the acp session log entry has been created
- * @property-read      integer         $lastActivityTime       timestamp at which the associated session has been active for the last time
+ * @property-read      int             $time                   timestamp at which the acp session log entry has been created
+ * @property-read      int             $lastActivityTime       timestamp at which the associated session has been active for the last time
  * @property-read      string|null     $active                 has the corresponding acp session id as the value if the session is still active, otherwise `null`
  */
 class ACPSessionLog extends DatabaseObject {
index 4fd9365161e04239a390e2530fa5ac20cc286a28..d75c68be8e1d25b02467605c6266b6be2a4411a6 100644 (file)
@@ -11,8 +11,8 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Acp\Template
  *
- * @property-read      integer         $templateID     unique id of the acp template
- * @property-read      integer|null    $packageID      id of the package which delivers the acp template
+ * @property-read      int             $templateID     unique id of the acp template
+ * @property-read      int|null        $packageID      id of the package which delivers the acp template
  * @property-read      string          $templateName   name of the template
  * @property-read      string          $application    abbreviation of the application to which the template belongs
  */
index 4e1a9c3c092d2f73a1f5707b1ab30a5fd813705d..0af66340e5d683c11beae0f34d9b7770c78923eb 100644 (file)
@@ -17,12 +17,12 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Ad
  *
- * @property-read      integer         $adID           unique id of the ad
- * @property-read      integer         $objectTypeID   id of the `com.woltlab.wcf.adLocation` object type
+ * @property-read      int             $adID           unique id of the ad
+ * @property-read      int             $objectTypeID   id of the `com.woltlab.wcf.adLocation` object type
  * @property-read      string          $adName         name of the ad shown in ACP
  * @property-read      string          $ad             ad text
- * @property-read      integer         $isDisabled     is `1` if the ad is disabled and thus not shown, otherwise `0`
- * @property-read      integer         $showOrder      position of the ad in relation to the other ads at the same location
+ * @property-read      int             $isDisabled     is `1` if the ad is disabled and thus not shown, otherwise `0`
+ * @property-read      int             $showOrder      position of the ad in relation to the other ads at the same location
  */
 class Ad extends DatabaseObject implements IRouteController {
        /**
index 49b786693562cd5114f9aa1a18201ec95c2f6607..f694721df38d962b5d0f9bb857524d9fa23983b7 100644 (file)
@@ -28,7 +28,7 @@ class AdEditor extends DatabaseObjectEditor implements IEditableCachedObject {
        /**
         * Sets the show order of the ad.
         * 
-        * @param       integer         $showOrder
+        * @param       int             $showOrder
         */
        public function setShowOrder($showOrder = 0) {
                $sql = "SELECT  MAX(showOrder)
index 3b492c848b7e1757fea7dd8d76808c02694e42f5..b3024e3c7f77181251e772146d405c728c143619 100644 (file)
@@ -17,12 +17,12 @@ use wcf\util\FileUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Application
  *
- * @property-read      integer         $packageID      id of the package which delivers the application
+ * @property-read      int             $packageID      id of the package which delivers the application
  * @property-read      string          $domainName     domain used to access the application (may not contain path components, see `$domainPath`)
  * @property-read      string          $domainPath     path used to access the application
  * @property-read      string          $cookieDomain   domain used to set cookies (corresponds to `domain` cookie property; may not contain path components)
- * @property-read      integer         $isTainted      is `1` if the application is being uninstalled and thus should not be loaded during uninstallation, otherwise `0`
- * @property-read       integer         $landingPageID  id of the page that is used as initial page when app is accessed without a controller name
+ * @property-read      int             $isTainted      is `1` if the application is being uninstalled and thus should not be loaded during uninstallation, otherwise `0`
+ * @property-read       int         $landingPageID  id of the page that is used as initial page when app is accessed without a controller name
  */
 class Application extends DatabaseObject {
        /**
index fa470be48a17f40f8c7d110c30a1fab383589d70..4c79501aa7b166ed406b1c1ece353ad3e81a00db 100644 (file)
@@ -20,20 +20,20 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Article
  * @since      3.0
  *
- * @property-read      integer         $articleID              unique id of the article
- * @property-read      integer|null    $userID                 id of the user the article belongs to or `null` if the user does not exist anymore
+ * @property-read      int             $articleID              unique id of the article
+ * @property-read      int|null        $userID                 id of the user the article belongs to or `null` if the user does not exist anymore
  * @property-read      string          $username               name of the user the article belongs to
- * @property-read      integer         $time                   timestamp at which the comment has been written
- * @property-read      integer         $categoryID             id of the category the article belongs to
- * @property-read      integer         $isMultilingual         is `1` if the article is available in multiple languages, otherwise `0`
- * @property-read      integer         $publicationStatus      publication status of the article (see `Article::UNPUBLISHED`, `Article::PUBLISHED` and `Article::DELAYED_PUBLICATION`)
- * @property-read      integer         $publicationDate        timestamp at which the article will be automatically published or `0` if it has already been published
- * @property-read      integer         $enableComments         is `1` if comments are enabled for the article, otherwise `0`
- * @property-read      integer         $comments               number of comments on the article
- * @property-read      integer         $views                  number of times the article has been viewed
- * @property-read      integer         $cumulativeLikes        cumulative result of likes (counting `+1`) and dislikes (counting `-1`) for the article
- * @property-read      integer         $isDeleted              is 1 if the article is in trash bin, otherwise 0
- * @property-read      integer         $hasLabels              is `1` if labels are assigned to the article
+ * @property-read      int             $time                   timestamp at which the comment has been written
+ * @property-read      int             $categoryID             id of the category the article belongs to
+ * @property-read      int             $isMultilingual         is `1` if the article is available in multiple languages, otherwise `0`
+ * @property-read      int             $publicationStatus      publication status of the article (see `Article::UNPUBLISHED`, `Article::PUBLISHED` and `Article::DELAYED_PUBLICATION`)
+ * @property-read      int             $publicationDate        timestamp at which the article will be automatically published or `0` if it has already been published
+ * @property-read      int             $enableComments         is `1` if comments are enabled for the article, otherwise `0`
+ * @property-read      int             $comments               number of comments on the article
+ * @property-read      int             $views                  number of times the article has been viewed
+ * @property-read      int             $cumulativeLikes        cumulative result of likes (counting `+1`) and dislikes (counting `-1`) for the article
+ * @property-read      int             $isDeleted              is 1 if the article is in trash bin, otherwise 0
+ * @property-read      int             $hasLabels              is `1` if labels are assigned to the article
  */
 class Article extends DatabaseObject implements ILinkableObject, IUserContent {
        /**
index dde84022955bc9216f4712ec6c6d377f55b35d0f..888625956e316ead636937e7669b928d48f37fd1 100644 (file)
@@ -814,7 +814,7 @@ class ArticleAction extends AbstractDatabaseObjectAction {
        /**
         * Unmarks articles.
         * 
-        * @param       integer[]       $articleIDs
+        * @param       int[]   $articleIDs
         */
        protected function unmarkItems(array $articleIDs = []) {
                if (empty($articleIDs)) {
index 803136be5e4afa712bf996827dfd4fb426f70ce2..bdd4195a7e25fced3e671a7699fb9026cc26b9a6 100644 (file)
@@ -17,7 +17,7 @@ class CategoryArticleList extends AccessibleArticleList {
        /**
         * Creates a new CategoryArticleList object.
         *
-        * @param       integer|integer[]       $categoryID
+        * @param       int|int[]       $categoryID
         * @param       boolean                 $includeChildCategories
         * @throws      \InvalidArgumentException
         */
index 6f0833838416f0d797603dfc31b60f3b8e6778aa..ae5043a874ee04e51c25c3558ea80f60e457389d 100644 (file)
@@ -23,7 +23,7 @@ class FeedArticleList extends CategoryArticleList {
        /**
         * Creates a new FeedArticleList object.
         *
-        * @param       integer         $categoryID
+        * @param       int         $categoryID
         */
        public function __construct($categoryID = 0) {
                if ($categoryID) {
index 1984151c1ca9fab8464dedd3c1c8ab49452bb1da..32fbe838396b3d943a1220c1725b595cc7fdbdd4 100644 (file)
@@ -26,7 +26,7 @@ use wcf\system\WCF;
  * @method             Article                                 getDecoratedObject()
  * @method             ArticleContent|ViewableArticleContent   getArticleContent()
  * @mixin              Article
- * @property-read      integer|null                            $visitTime      last time the active user has visited the time or `null` if object has not been fetched via `ViewableArticleList` or if the active user is a guest
+ * @property-read      int|null                                $visitTime      last time the active user has visited the time or `null` if object has not been fetched via `ViewableArticleList` or if the active user is a guest
  */
 class ViewableArticle extends DatabaseObjectDecorator {
        /**
@@ -42,26 +42,26 @@ class ViewableArticle extends DatabaseObjectDecorator {
        
        /**
         * effective visit time
-        * @var integer
+        * @var int
         */
        protected $effectiveVisitTime;
        
        /**
         * number of unread articles
-        * @var integer
+        * @var int
         */
        protected static $unreadArticles;
        
        /**
         * number of unread articles in watched categories
-        * @var integer
+        * @var int
         * @since       5.2
         */
        protected static $unreadWatchedArticles;
        
        /**
         * number of unread articles ordered by categories
-        * @var integer
+        * @var int
         * @since       5.2
         */
        protected static $unreadArticlesByCategory;
@@ -75,7 +75,7 @@ class ViewableArticle extends DatabaseObjectDecorator {
        /**
         * Returns a specific article decorated as viewable article or `null` if it does not exist.
         *
-        * @param       integer         $articleID
+        * @param       int             $articleID
         * @param       boolean         $enableContentLoading   Enables/disables the loading of article content objects
         * @return      ViewableArticle
         */
@@ -150,7 +150,7 @@ class ViewableArticle extends DatabaseObjectDecorator {
        /**
         * Returns the effective visit time.
         *
-        * @return      integer
+        * @return      int
         */
        public function getVisitTime() {
                if ($this->effectiveVisitTime === null) {
@@ -215,7 +215,7 @@ class ViewableArticle extends DatabaseObjectDecorator {
        /**
         * Returns the number of unread articles.
         *
-        * @return      integer
+        * @return      int
         */
        public static function getUnreadArticles() {
                if (self::$unreadArticles === null) {
@@ -262,8 +262,8 @@ class ViewableArticle extends DatabaseObjectDecorator {
        /**
         * Returns the number of unread articles for a specific category.
         *
-        * @param       integer         $articleCategoryID
-        * @return      integer
+        * @param       int         $articleCategoryID
+        * @return      int
         * @since       5.2
         */
        public static function getUnreadArticlesForCategory($articleCategoryID) {
@@ -316,8 +316,8 @@ class ViewableArticle extends DatabaseObjectDecorator {
        /**
         * Returns the unread article count for a specific category. 
         * 
-        * @param       integer         $articleCategoryID
-        * @return      integer
+        * @param       int         $articleCategoryID
+        * @return      int
         * @since       5.2
         */
        private static function fetchUnreadArticlesForCategory($articleCategoryID) {
@@ -362,7 +362,7 @@ class ViewableArticle extends DatabaseObjectDecorator {
        /**
         * Returns the number of unread articles in watched categories.
         *
-        * @return      integer
+        * @return      int
         * @since       5.2
         */
        public static function getWatchedUnreadArticles() {
index 9fa9b3ba975258cd3ca15b09d01ca78b935c06a3..4107c7d6a1ce0adf37d9e3e2f9651079a41f7593 100644 (file)
@@ -48,7 +48,7 @@ class ArticleCategory extends AbstractDecoratedCategory implements IAccessibleOb
        
        /**
         * subscribed categories
-        * @var integer[]
+        * @var int[]
         */
        protected static $subscribedCategories;
        
@@ -112,7 +112,7 @@ class ArticleCategory extends AbstractDecoratedCategory implements IAccessibleOb
         * Returns a list with ids of accessible categories.
         * 
         * @param       string[]        $permissions
-        * @return      integer[]
+        * @return      int[]
         */
        public static function getAccessibleCategoryIDs(array $permissions = ['canReadArticle']) {
                $categoryIDs = [];
@@ -181,7 +181,7 @@ class ArticleCategory extends AbstractDecoratedCategory implements IAccessibleOb
        /**
         * Returns the list of subscribed categories.
         *
-        * @return      integer[]
+        * @return      int[]
         * @since       5.2
         */
        public static function getSubscribedCategoryIDs() {
index 772a86615e6f9edf8d187784cb801241f8bfa03c..d6a2d11988bdd272aaa8f4c141be663cfb97c715 100644 (file)
@@ -19,7 +19,7 @@ use wcf\system\WCF;
 class ArticleCategoryCache extends SingletonFactory {
        /**
         * number of total articles
-        * @var integer[]
+        * @var int[]
         */
        protected $articles;
        
@@ -56,10 +56,10 @@ class ArticleCategoryCache extends SingletonFactory {
        /**
         * Counts the articles contained in this category and its children.
         *
-        * @param       integer[]       $categoryToParent
-        * @param       integer[]       $articles
-        * @param       integer         $categoryID
-        * @return      integer
+        * @param       int[]       $categoryToParent
+        * @param       int[]       $articles
+        * @param       int         $categoryID
+        * @return      int
         */
        protected function countArticles(array &$categoryToParent, array &$articles, $categoryID) {
                $count = (isset($articles[$categoryID])) ? $articles[$categoryID] : 0;
@@ -78,8 +78,8 @@ class ArticleCategoryCache extends SingletonFactory {
        /**
         * Returns the number of articles in the category with the given id.
         * 
-        * @param       integer         $categoryID
-        * @return      integer
+        * @param       int             $categoryID
+        * @return      int
         */
        public function getArticles($categoryID) {
                if ($this->articles === null) {
index 41003602c8f85ede79183f4b8d23a797fa640f81..588fd19004e9caa076c3b5a55e6edac6d34b80a1 100644 (file)
@@ -22,14 +22,14 @@ class ArticleCategoryNode extends CategoryNode {
        
        /**
         * number of articles in the category
-        * @var integer
+        * @var int
         */
        protected $articles;
        
        /**
         * Returns number of articles in the category.
         *
-        * @return      integer
+        * @return      int
         */
        public function getArticles() {
                if ($this->articles === null) {
index cd83d7b7e0e3a27318d9b958153eef822d698753..c3c3e89dced8e353690dead016a5c69e9040fa01 100644 (file)
@@ -21,15 +21,15 @@ use wcf\util\StringUtil;
  * @package    WoltLabSuite\Core\Data\Article\Content
  * @since      3.0
  *
- * @property-read      integer         $articleContentID       unique id of the article content
- * @property-read      integer         $articleID              id of the article the article content belongs to
- * @property-read      integer         $languageID             id of the article content's language
+ * @property-read      int             $articleContentID       unique id of the article content
+ * @property-read      int             $articleID              id of the article the article content belongs to
+ * @property-read      int             $languageID             id of the article content's language
  * @property-read      string          $title                  title of the article in the associated language
  * @property-read      string          $content                actual content of the article in the associated language
  * @property-read      string          $teaser                 teaser of the article in the associated language or empty if no teaser exists
- * @property-read      integer|null    $imageID                id of the (image) media object used as article image for the associated language or `null` if no image is used
- * @property-read      integer|null    $teaserImageID          id of the (image) media object used as article teaser image for the associated language or `null` if no image is used                                      
- * @property-read      integer         $hasEmbeddedObjects     is `1` if there are embedded objects in the article content, otherwise `0`
+ * @property-read      int|null        $imageID                id of the (image) media object used as article image for the associated language or `null` if no image is used
+ * @property-read      int|null        $teaserImageID          id of the (image) media object used as article teaser image for the associated language or `null` if no image is used                                      
+ * @property-read      int             $hasEmbeddedObjects     is `1` if there are embedded objects in the article content, otherwise `0`
  * @property-read       string          $metaTitle              title of the article used in the title tag
  * @property-read       string          $metaDescription        meta description of the article
  */
@@ -174,8 +174,8 @@ class ArticleContent extends DatabaseObject implements ILinkableObject, IRouteCo
        /**
         * Returns a certain article content or `null` if it does not exist.
         * 
-        * @param       integer         $articleID
-        * @param       integer         $languageID
+        * @param       int         $articleID
+        * @param       int         $languageID
         * @return      ArticleContent|null
         */
        public static function getArticleContent($articleID, $languageID) {
index 8aaeb7b43840bda151c3317f461ca6d2eafabe45..c32ad49fdd7f5ff2d1208f6804be07e1f28554e7 100644 (file)
@@ -123,7 +123,7 @@ class ViewableArticleContent extends DatabaseObjectDecorator {
        /**
         * Returns a specific article content decorated as viewable article content.
         * 
-        * @param       integer         $articleContentID
+        * @param       int             $articleContentID
         * @return      ViewableArticleContent
         */
        public static function getArticleContent($articleContentID) {
index 9a62e71a27336757141cd4e1ceeb2a65d32ed122..d1e53e020300bc96fdaa0297768cc9744de8b362 100644 (file)
@@ -77,7 +77,7 @@ class AdministrativeAttachmentList extends AttachmentList {
        /**
         * Returns attachment statistics.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getStats() {
                $sql = "SELECT  COUNT(*) AS count,
index bc2f61ab06c87cc4bbe6b2d5a8949e984ba65867..ee515533410fc485396814ea244efdf509feb266 100644 (file)
@@ -18,30 +18,30 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Attachment
  *
- * @property-read      integer         $attachmentID           unique id of the attachment
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.attachment.objectType` object type
- * @property-read      integer|null    $objectID               id of the attachment container object the attachment belongs to
- * @property-read      integer|null    $userID                 id of the user who uploaded the attachment or `null` if the user does not exist anymore or if the attachment has been uploaded by a guest
+ * @property-read      int             $attachmentID           unique id of the attachment
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.attachment.objectType` object type
+ * @property-read      int|null        $objectID               id of the attachment container object the attachment belongs to
+ * @property-read      int|null        $userID                 id of the user who uploaded the attachment or `null` if the user does not exist anymore or if the attachment has been uploaded by a guest
  * @property-read      string          $tmpHash                temporary hash used to identify uploaded attachments but not associated with an object yet or empty if the attachment has been associated with an object
  * @property-read      string          $filename               name of the physical attachment file
- * @property-read      integer         $filesize               size of the physical attachment file
+ * @property-read      int             $filesize               size of the physical attachment file
  * @property-read      string          $fileType               type of the physical attachment file
  * @property-read      string          $fileHash               hash of the physical attachment file
- * @property-read      integer         $isImage                is `1` if the attachment is an image, otherwise `0`
- * @property-read      integer         $width                  width of the attachment if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $height                 height of the attachment if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $isImage                is `1` if the attachment is an image, otherwise `0`
+ * @property-read      int             $width                  width of the attachment if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $height                 height of the attachment if `$isImage` is `1`, otherwise `0`
  * @property-read      string          $tinyThumbnailType      type of the tiny thumbnail file for the attachment if `$isImage` is `1`, otherwise empty
- * @property-read      integer         $tinyThumbnailSize      size of the tiny thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $tinyThumbnailWidth     width of the tiny thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $tinyThumbnailHeight    height of the tiny thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $tinyThumbnailSize      size of the tiny thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $tinyThumbnailWidth     width of the tiny thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $tinyThumbnailHeight    height of the tiny thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
  * @property-read      string          $thumbnailType  type of the thumbnail file for the attachment if `$isImage` is `1`, otherwise empty
- * @property-read      integer         $thumbnailSize  size of the thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $thumbnailWidth width of the thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $thumbnailHeight        height of the thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $downloads              number of times the attachment has been downloaded
- * @property-read      integer         $lastDownloadTime       timestamp at which the attachment has been downloaded the last time
- * @property-read      integer         $uploadTime             timestamp at which the attachment has been uploaded
- * @property-read      integer         $showOrder              position of the attachment in relation to the other attachment to the same message
+ * @property-read      int             $thumbnailSize  size of the thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $thumbnailWidth width of the thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $thumbnailHeight        height of the thumbnail file for the attachment if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $downloads              number of times the attachment has been downloaded
+ * @property-read      int             $lastDownloadTime       timestamp at which the attachment has been downloaded the last time
+ * @property-read      int             $uploadTime             timestamp at which the attachment has been uploaded
+ * @property-read      int             $showOrder              position of the attachment in relation to the other attachment to the same message
  */
 class Attachment extends DatabaseObject implements ILinkableObject, IRouteController, IThumbnailFile {
        /**
index da9f9e54d900ea43ca483a8d9052dbd7808021c9..e88574df984dab8f1fa1c839c4334e1c43e86791 100644 (file)
@@ -80,7 +80,7 @@ class GroupedAttachmentList extends AttachmentList {
        /**
         * Returns the objects of the list.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      Attachment[]
         */
        public function getGroupedObjects($objectID) {
index 21366d516527dab71439bc9bf8d2acc20bbd8ff0..e068fc0b249c0ada0881945ce850533bed155da8 100644 (file)
@@ -14,18 +14,18 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Bbcode
  * 
- * @property-read      integer         $bbcodeID               unique id of the bbcode
+ * @property-read      int             $bbcodeID               unique id of the bbcode
  * @property-read      string          $bbcodeTag              tag of the bbcode
- * @property-read      integer         $packageID              id of the package which delivers the bbcode or `1` if it has been created in the acp
+ * @property-read      int             $packageID              id of the package which delivers the bbcode or `1` if it has been created in the acp
  * @property-read      string          $htmlOpen               html code of the opening tag (without the less-than sign and greater-than sign) or empty if no such html code exists
  * @property-read      string          $htmlClose              html code of the closing tag (without the less-than sign and greater-than sign) or empty if no such html code exists
  * @property-read      string          $className              name of the PHP class implementing `wcf\system\bbcode\IBBCode` or empty if no such class exists
- * @property-read      integer         $isBlockElement         is `1` if the bbcode represents a block element and thus can contain multiple lines, otherwise `0`
+ * @property-read      int             $isBlockElement         is `1` if the bbcode represents a block element and thus can contain multiple lines, otherwise `0`
  * @property-read      string          $wysiwygIcon            css class name used as icon for the bbcode in the editor toolbar
  * @property-read      string          $buttonLabel            name of the language item used as button label for the bbcode in the editor toolbar
- * @property-read      integer         $isSourceCode           is `1` if the bbcode's content is treated as source code, otherwise `0`
- * @property-read      integer         $showButton             is `1` if a button for the bbcode will be shown in the editor toolbar, otherwise `0`
- * @property-read      integer         $originIsSystem         is `1` if the bbcode has been delivered by a package, otherwise `0` (if the bbcode has been created by an admin in the acp)
+ * @property-read      int             $isSourceCode           is `1` if the bbcode's content is treated as source code, otherwise `0`
+ * @property-read      int             $showButton             is `1` if a button for the bbcode will be shown in the editor toolbar, otherwise `0`
+ * @property-read      int             $originIsSystem         is `1` if the bbcode has been delivered by a package, otherwise `0` (if the bbcode has been created by an admin in the acp)
  */
 class BBCode extends ProcessibleDatabaseObject implements IRouteController {
        /**
index 10f58b69b442cc7442b6ccf377b8afb1897c8cc3..d1fbfeb0da915111cc8ef756d63f56547edfa7f1 100644 (file)
@@ -11,13 +11,13 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Bbcode\Attribute
  *
- * @property-read      integer         $attributeID            unique id of the bbcode attribute
- * @property-read      integer         $bbcodeID               id of the bbcode the attribute belongs to
- * @property-read      integer         $attributeNo            number of bbcode attribute
+ * @property-read      int             $attributeID            unique id of the bbcode attribute
+ * @property-read      int             $bbcodeID               id of the bbcode the attribute belongs to
+ * @property-read      int             $attributeNo            number of bbcode attribute
  * @property-read      string          $attributeHtml          html code used to render the bbcode attribute or empty if no such html code exists
  * @property-read      string          $validationPattern      regular expression used to validate the bbcode attribute's value or empty if no such regular expression exists
- * @property-read      integer         $required               is `1` if the bbcode attribute is required of the bbcode, otherwise `0`
- * @property-read      integer         $useText                is `1` if the bbcode's content will be used as the bbcode attribute value
+ * @property-read      int             $required               is `1` if the bbcode attribute is required of the bbcode, otherwise `0`
+ * @property-read      int             $useText                is `1` if the bbcode's content will be used as the bbcode attribute value
  */
 class BBCodeAttribute extends DatabaseObject {
        /**
index 9d74756472372729d647c20a800a1ac378c607f7..e54a4604f1f40002cf7c8f6d4b8b58680a7a5640 100644 (file)
@@ -17,7 +17,7 @@ use wcf\util\Url;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Bbcode\Media\Provider
  *
- * @property-read      integer         $providerID     unique id of the bbcode media provider
+ * @property-read      int             $providerID     unique id of the bbcode media provider
  * @property-read      string          $title          title of the bbcode media provider (shown in acp)
  * @property-read      string          $regex          regular expression to recognize media elements/element urls
  * @property-read      string          $html           html code used to render media elements
index 93dbd153fd67e70c2e830457e95ce520af23ce48..981df16869018b2c775cfb32910cbf3899700474 100644 (file)
@@ -27,29 +27,29 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Box
  * @since      3.0
  * 
- * @property-read      integer         $boxID                  unique id of the box
- * @property-read      integer|null    $objectTypeID           id of the box controller object type
+ * @property-read      int             $boxID                  unique id of the box
+ * @property-read      int|null        $objectTypeID           id of the box controller object type
  * @property-read      string          $identifier             unique textual identifier of the box
  * @property-read      string          $name                   monolingual name of the box shown in the ACP
  * @property-read      string          $boxType                type of the box which determines the method of outputting its content (default box types are `text`, `html`, `tpl`, `system`)
  * @property-read      string          $position               name of the position on the page at which the box is shown 
- * @property-read      integer         $showOrder              position of the box in relation to its siblings
- * @property-read      integer         $visibleEverywhere      is `1` if the box is visible on every page, otherwise `0`
- * @property-read      integer         $isMultilingual         is `1` if the box content is available in multiple languages, otherwise `0`
- * @property-read      integer         $lastUpdateTime         timestamp at which the box has been updated the last time
+ * @property-read      int             $showOrder              position of the box in relation to its siblings
+ * @property-read      int             $visibleEverywhere      is `1` if the box is visible on every page, otherwise `0`
+ * @property-read      int             $isMultilingual         is `1` if the box content is available in multiple languages, otherwise `0`
+ * @property-read      int             $lastUpdateTime         timestamp at which the box has been updated the last time
  * @property-read      string          $cssClassName           css class name(s) of the box
- * @property-read      integer         $showHeader             is `1` if the box header will be shown, otherwise `0`
- * @property-read      integer         $originIsSystem         is `1` if the box has been delivered by a package, otherwise `0` (i.e. the box has been created in the ACP)
- * @property-read      integer         $packageID              id of the package which delivers the box or `1` if it has been created in the ACP
- * @property-read      integer|null    $menuID                 id of the menu whose menu items are shown in the contents if `$boxType = menu`, otherwise `null`
- * @property-read      integer|null    $linkPageID             id of the (internal) page the box image and box title are linking to or `null` if no internal page is linked
- * @property-read      integer         $linkPageObjectID       id of the object the (internal) page links refers to or `0` if no internal link is used or no specific object is linked 
+ * @property-read      int             $showHeader             is `1` if the box header will be shown, otherwise `0`
+ * @property-read      int             $originIsSystem         is `1` if the box has been delivered by a package, otherwise `0` (i.e. the box has been created in the ACP)
+ * @property-read      int             $packageID              id of the package which delivers the box or `1` if it has been created in the ACP
+ * @property-read      int|null        $menuID                 id of the menu whose menu items are shown in the contents if `$boxType = menu`, otherwise `null`
+ * @property-read      int|null        $linkPageID             id of the (internal) page the box image and box title are linking to or `null` if no internal page is linked
+ * @property-read      int             $linkPageObjectID       id of the object the (internal) page links refers to or `0` if no internal link is used or no specific object is linked 
  * @property-read      string          $externalURL            external link used to for the box image and box title or empty if no external link is set
  * @property-read      array           $additionalData         array with additional data of the box
- * @property-read      integer|null    $limit                  number of objects shown in the box for `AbstractDatabaseObjectListBoxController` controllers or `null` otherwise
+ * @property-read      int|null        $limit                  number of objects shown in the box for `AbstractDatabaseObjectListBoxController` controllers or `null` otherwise
  * @property-read      string|null     $sortField              sort field of the objects shown in the box for `AbstractDatabaseObjectListBoxController` controllers or `null` otherwise
  * @property-read      string|null     $sortOrder              sort order of the objects shown in the box for `AbstractDatabaseObjectListBoxController` controllers or `null` otherwise
- * @property-read      integer         $isDisabled             is `1` if the box is disabled and thus is not displayed, otherwise `0`
+ * @property-read      int             $isDisabled             is `1` if the box is disabled and thus is not displayed, otherwise `0`
  */
 class Box extends DatabaseObject {
        /**
@@ -84,7 +84,7 @@ class Box extends DatabaseObject {
        
        /**
         * box to page assignments
-        * @var integer[]
+        * @var int[]
         */
        protected $pageIDs;
        
@@ -113,7 +113,7 @@ class Box extends DatabaseObject {
        
        /**
         * virtual show order of this box
-        * @var integer
+        * @var int
         */
        public $virtualShowOrder = -1;
        
@@ -454,7 +454,7 @@ class Box extends DatabaseObject {
        /**
         * Returns the template name of this box.
         *
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @return      string
         */
        public function getTplName($languageID = null) {
@@ -472,7 +472,7 @@ class Box extends DatabaseObject {
        /**
         * Returns box to page assignments.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getPageIDs() {
                if ($this->pageIDs === null) {
@@ -515,7 +515,7 @@ class Box extends DatabaseObject {
        /**
         * Sets the virtual show order of this box.
         * 
-        * @param       integer         $virtualShowOrder
+        * @param       int         $virtualShowOrder
         */
        public function setVirtualShowOrder($virtualShowOrder) {
                $this->virtualShowOrder = $virtualShowOrder;
index 729ba1ce7294c896d196804fc48667cd4f0109c1..d98f73bdbf1fc7995062ef3fc4fcb6518649a332 100644 (file)
@@ -24,7 +24,7 @@ class BoxEditor extends DatabaseObjectEditor {
        /**
         * Creates the template file for "tpl"-type boxes.
         * 
-        * @param       integer         $languageID
+        * @param       int         $languageID
         * @param       string          $content
         */
        public function writeTemplate($languageID, $content) {
index eb46f3b1bb4bbb2c7b6d24209277c97a213c8070..716e01526743ccefcc2b64d700e6d1e7ddab8172 100644 (file)
@@ -15,13 +15,13 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Box\Content
  * @since      3.0
  *
- * @property-read      integer         $boxContentID           unique id of the box content
- * @property-read      integer         $boxID                  id of the box the box content belongs to
- * @property-read      integer         $languageID             id of the box content's language
+ * @property-read      int             $boxContentID           unique id of the box content
+ * @property-read      int             $boxID                  id of the box the box content belongs to
+ * @property-read      int             $languageID             id of the box content's language
  * @property-read      string          $title                  title of the page in the associated language
  * @property-read      string          $content                actual content of the box in the associated language
- * @property-read      integer|null    $imageID                id of the (image) media object used as box image for the associated language or `null` if no image is used
- * @property-read      integer         $hasEmbeddedObjects     is `1` if the box content contains embedded objects, otherwise `0`
+ * @property-read      int|null        $imageID                id of the (image) media object used as box image for the associated language or `null` if no image is used
+ * @property-read      int             $hasEmbeddedObjects     is `1` if the box content contains embedded objects, otherwise `0`
  */
 class BoxContent extends DatabaseObject {
        /**
@@ -43,8 +43,8 @@ class BoxContent extends DatabaseObject {
        /**
         * Returns a certain box content or `null` if it does not exist.
         *
-        * @param       integer         $boxID
-        * @param       integer         $languageID
+        * @param       int         $boxID
+        * @param       int         $languageID
         * @return      BoxContent|null
         */
        public static function getBoxContent($boxID, $languageID) {
index 279722cfbc647ce69a3151481d893bbf564bf8f3..8fb2c0b55ab91044029fe5e50bb737b530635dc9 100644 (file)
@@ -13,10 +13,10 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Captcha\Question
  * 
- * @property-read      integer         $questionID     unique id of the captcha question
+ * @property-read      int             $questionID     unique id of the captcha question
  * @property-read      string          $question       question of the captcha or name of language item which contains the question
  * @property-read      string          $answers        newline-separated list of answers or name of language item which contains the answers
- * @property-read      integer         $isDisabled     is `1` if the captcha question is disabled and thus not offered to answer, otherwise `0`
+ * @property-read      int             $isDisabled     is `1` if the captcha question is disabled and thus not offered to answer, otherwise `0`
  */
 class CaptchaQuestion extends DatabaseObject {
        /**
index 3789f5096ca985ec1a47c0d11482629a589f73ad..dc7f9c12c47a487d4b4cc59e70f0397eaaf0cd22 100644 (file)
@@ -120,7 +120,7 @@ abstract class AbstractDecoratedCategory extends DatabaseObjectDecorator {
         * Returns the decorated category with the given id or `null` if no such
         * category exists.
         * 
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         * @return      AbstractDecoratedCategory|null
         */
        public static function getCategory($categoryID) {
index 8d3fbef74f10063c16d093fe69b7b61cae6e1fae..913eee4c3f2795b1ef089d7bee48eb6cb4325784 100644 (file)
@@ -19,15 +19,15 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Category
  * 
- * @property-read      integer         $categoryID             unique id of the category
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.category` object type
- * @property-read      integer         $parentCategoryID       id of the category's parent category or `0` if it has no parent category
+ * @property-read      int             $categoryID             unique id of the category
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.category` object type
+ * @property-read      int             $parentCategoryID       id of the category's parent category or `0` if it has no parent category
  * @property-read      string          $title                  title of the category or name of language item which contains the title
  * @property-read      string          $description            description of the category or name of language item which contains the description
- * @property-read      integer         $descriptionUseHtml     is `1` if html is enabled in the description, otherwise `0`
- * @property-read      integer         $showOrder              position of the category in relation to its siblings
- * @property-read      integer         $time                   timestamp at which the comment has been created
- * @property-read      integer         $isDisabled             is `1` if the category is disabled and thus neither accessible nor selectable, otherwise `0`
+ * @property-read      int             $descriptionUseHtml     is `1` if html is enabled in the description, otherwise `0`
+ * @property-read      int             $showOrder              position of the category in relation to its siblings
+ * @property-read      int             $time                   timestamp at which the comment has been created
+ * @property-read      int             $isDisabled             is `1` if the category is disabled and thus neither accessible nor selectable, otherwise `0`
  * @property-read      array           $additionalData         array with additional data of the category
  */
 class Category extends ProcessibleDatabaseObject implements IPermissionObject, IRouteController {
index 4f40fe48ee4335b24c945cddce2a3b55e204815d..4597dde588194fcf89169d1ef7c343c7464e9bf8 100644 (file)
@@ -27,9 +27,9 @@ class CategoryEditor extends DatabaseObjectEditor implements IEditableCachedObje
         * Prepares the update of the show order of this category and return the
         * correct new show order.
         * 
-        * @param       integer         $parentCategoryID
-        * @param       integer         $showOrder
-        * @return      integer
+        * @param       int             $parentCategoryID
+        * @param       int             $showOrder
+        * @return      int
         */
        public function updateShowOrder($parentCategoryID, $showOrder) {
                // correct invalid values
@@ -149,10 +149,10 @@ class CategoryEditor extends DatabaseObjectEditor implements IEditableCachedObje
        /**
         * Returns the show order for a new category.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $parentCategoryID
-        * @param       integer         $showOrder
-        * @return      integer
+        * @param       int             $objectTypeID
+        * @param       int             $parentCategoryID
+        * @param       int             $showOrder
+        * @return      int
         */
        protected static function getShowOrder($objectTypeID, $parentCategoryID, $showOrder) {
                // correct invalid values
index d96a9d723959a006953da0cb7ae943410facf12b..c6d46cb336971acfeacf710795739eabeb00025c 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\exception\SystemException;
 class CategoryNodeTree implements \IteratorAggregate {
        /**
         * list of ids of categories which will not be included in the node tree
-        * @var integer[]
+        * @var int[]
         */
        protected $excludedCategoryIDs = [];
        
@@ -26,7 +26,7 @@ class CategoryNodeTree implements \IteratorAggregate {
        
        /**
         * maximum depth considered when building the node tree
-        * @var integer
+        * @var int
         */
        protected $maxDepth = -1;
        
@@ -38,7 +38,7 @@ class CategoryNodeTree implements \IteratorAggregate {
        
        /**
         * id of the parent category
-        * @var integer
+        * @var int
         */
        protected $parentCategoryID = 0;
        
@@ -58,9 +58,9 @@ class CategoryNodeTree implements \IteratorAggregate {
         * Creates a new instance of CategoryNodeTree.
         * 
         * @param       string                  $objectType
-        * @param       integer                 $parentCategoryID
+        * @param       int                     $parentCategoryID
         * @param       boolean                 $includeDisabledCategories
-        * @param       integer[]               $excludedCategoryIDs
+        * @param       int[]           $excludedCategoryIDs
         * @throws      SystemException
         */
        public function __construct($objectType, $parentCategoryID = 0, $includeDisabledCategories = false, array $excludedCategoryIDs = []) {
@@ -79,7 +79,7 @@ class CategoryNodeTree implements \IteratorAggregate {
         * Sets the maximum depth considered when building the node tree, defaults
         * to -1 which equals infinite.
         * 
-        * @param       integer         $maxDepth
+        * @param       int             $maxDepth
         */
        public function setMaxDepth($maxDepth) {
                $this->maxDepth = $maxDepth;
@@ -97,7 +97,7 @@ class CategoryNodeTree implements \IteratorAggregate {
         * Builds a certain level of the tree.
         * 
         * @param       CategoryNode    $parentNode
-        * @param       integer         $depth
+        * @param       int             $depth
         */
        protected function buildTreeLevel(CategoryNode $parentNode, $depth = 0) {
                if ($this->maxDepth != -1 && $depth < 0) {
@@ -119,7 +119,7 @@ class CategoryNodeTree implements \IteratorAggregate {
        /**
         * Returns the category with the given id.
         * 
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         * @return      Category
         */
        protected function getCategory($categoryID) {
@@ -150,7 +150,7 @@ class CategoryNodeTree implements \IteratorAggregate {
        /**
         * Returns the category node for the category with the given id.
         * 
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         * @return      CategoryNode
         */
        protected function getNode($categoryID) {
index 36719eefacf2654dc4d944c8b8bc975c5bdcf40e..c12056d9128c2608a11b84cf1d413003771c39b4 100644 (file)
@@ -10,10 +10,10 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Clipboard\Action
  *
- * @property-read      integer         $actionID               unique id of the clipboard action
- * @property-read      integer         $packageID              id of the package which delivers the clipboard action
+ * @property-read      int             $actionID               unique id of the clipboard action
+ * @property-read      int             $packageID              id of the package which delivers the clipboard action
  * @property-read      string          $actionName             name and textual identifier of the clipboard action 
  * @property-read      string          $actionClassName        PHP class name implementing `wcf\system\clipboard\action\IClipboardAction`
- * @property-read      integer         $showOrder              position of the clipboard action in relation to the other clipboard actions
+ * @property-read      int             $showOrder              position of the clipboard action in relation to the other clipboard actions
  */
 class ClipboardAction extends DatabaseObject {}
index e31a676b1a52c347e50f0e340ad56d60752e171c..a13dbbd9f82d879fa6c97314a3a7c12bc846a287 100644 (file)
@@ -19,7 +19,7 @@ use wcf\system\WCF;
 class ClipboardItemAction extends AbstractDatabaseObjectAction {
        /**
         * object type id
-        * @var integer
+        * @var int
         */
        public $objectTypeID = 0;
        
index 3a2ec1c248f528fa47458c344f22efd993c623b2..bbe570ec82759f8f9c9183e21edef4af71eaaa7e 100644 (file)
@@ -16,19 +16,19 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Comment
  *
- * @property-read      integer         $commentID              unique id of the comment
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.comment.commentableContent` object type
- * @property-read      integer         $objectID               id of the commented object of the object type represented by `$objectTypeID`
- * @property-read      integer         $time                   timestamp at which the comment has been written
- * @property-read      integer|null    $userID                 id of the user who wrote the comment or `null` if the user does not exist anymore or if the comment has been written by a guest
+ * @property-read      int             $commentID              unique id of the comment
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.comment.commentableContent` object type
+ * @property-read      int             $objectID               id of the commented object of the object type represented by `$objectTypeID`
+ * @property-read      int             $time                   timestamp at which the comment has been written
+ * @property-read      int|null        $userID                 id of the user who wrote the comment or `null` if the user does not exist anymore or if the comment has been written by a guest
  * @property-read      string          $username               name of the user or guest who wrote the comment
  * @property-read      string          $message                comment message
- * @property-read      integer         $responses              number of responses on the comment
+ * @property-read      int             $responses              number of responses on the comment
  * @property-read      string          $responseIDs            serialized array with the ids of the five latest comment responses
- * @property-read      integer         $unfilteredResponses    number of all responses on the comment, including disabled ones
+ * @property-read      int             $unfilteredResponses    number of all responses on the comment, including disabled ones
  * @property-read      string          $unfilteredResponseIDs  serialized array with the ids of the five latest comment responses, including disabled ones
- * @property-read       integer         $enableHtml             is 1 if HTML will rendered in the comment, otherwise 0
- * @property-read      integer         $isDisabled             is 1 if the comment is disabled, otherwise 0
+ * @property-read       int         $enableHtml             is 1 if HTML will rendered in the comment, otherwise 0
+ * @property-read      int             $isDisabled             is 1 if the comment is disabled, otherwise 0
  */
 class Comment extends DatabaseObject implements IMessage {
        use TUserContent;
@@ -36,7 +36,7 @@ class Comment extends DatabaseObject implements IMessage {
        /**
         * Returns a list of response ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getResponseIDs() {
                if ($this->responseIDs === null || $this->responseIDs == '') {
@@ -54,7 +54,7 @@ class Comment extends DatabaseObject implements IMessage {
        /**
         * Returns a list of unfiltered response ids, including those that are still disabled.
         *
-        * @return      integer[]
+        * @return      int[]
         */
        public function getUnfilteredResponseIDs() {
                if ($this->unfilteredResponseIDs === null || $this->unfilteredResponseIDs == '') {
index 94de5f49e44ff2fc38719164fa83674b81609b52..4b8a04f6ba5bc441e34a5d916ad046cbf323de40 100644 (file)
@@ -734,7 +734,7 @@ class CommentAction extends AbstractDatabaseObjectAction implements IMessageInli
        /**
         * Enables a comment.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function enable() {
                if ($this->comment === null) $this->comment = reset($this->objects);
@@ -777,7 +777,7 @@ class CommentAction extends AbstractDatabaseObjectAction implements IMessageInli
        /**
         * Enables a response.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function enableResponse() {
                if ($this->comment === null) $this->comment = reset($this->objects);
@@ -965,7 +965,7 @@ class CommentAction extends AbstractDatabaseObjectAction implements IMessageInli
        /**
         * Removes a comment or response.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function remove() {
                if ($this->comment !== null) {
@@ -1180,7 +1180,7 @@ class CommentAction extends AbstractDatabaseObjectAction implements IMessageInli
        /**
         * Validates object type id parameter.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int         $objectTypeID
         * @return      ObjectType
         * @throws      UserInputException
         */
@@ -1288,7 +1288,7 @@ class CommentAction extends AbstractDatabaseObjectAction implements IMessageInli
         * Returns the current html input processor or a new one if `$message` is not null.
         * 
         * @param       string|null     $message        source message
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @return      HtmlInputProcessor
         */
        public function getHtmlInputProcessor($message = null, $objectID = 0) {
index 0e6e765ced3926f85d72510d713beae9dcd9124a..3aff2e710c2f1c8da40daa5172561360386d3f00 100644 (file)
@@ -42,7 +42,7 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
        
        /**
         * iterator index
-        * @var integer
+        * @var int
         */
        private $position = 0;
        
@@ -73,7 +73,7 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
        /**
         * Returns timestamp of oldest response loaded.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getLastResponseTime() {
                $lastResponseTime = 0;
index 88914d712dd7d2b8aaf3aa5ed292b435d9793842..070c3538b971fd687a8a3befac63837ab2126428 100644 (file)
@@ -29,25 +29,25 @@ class StructuredCommentList extends CommentList {
        
        /**
         * minimum comment time
-        * @var integer
+        * @var int
         */
        public $minCommentTime = 0;
        
        /**
         * object type id
-        * @var integer
+        * @var int
         */
        public $objectTypeID = 0;
        
        /**
         * object id
-        * @var integer
+        * @var int
         */
        public $objectID = 0;
        
        /**
         * ids of the responses of the comments in the list
-        * @var integer[]
+        * @var int[]
         */
        public $responseIDs = [];
        
@@ -76,8 +76,8 @@ class StructuredCommentList extends CommentList {
         * Creates a new structured comment list.
         * 
         * @param       ICommentManager         $commentManager
-        * @param       integer                 $objectTypeID
-        * @param       integer                 $objectID
+        * @param       int                     $objectTypeID
+        * @param       int                     $objectID
         */
        public function __construct(ICommentManager $commentManager, $objectTypeID, $objectID) {
                parent::__construct();
@@ -181,7 +181,7 @@ class StructuredCommentList extends CommentList {
        /**
         * Returns minimum comment time.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getMinCommentTime() {
                return $this->minCommentTime;
index 062c8575e6f522e1b352e89759a53926a0600b42..b24aa41db06d3f51ab39c82864191916ebd6c5b9 100644 (file)
@@ -51,7 +51,7 @@ class ViewableComment extends DatabaseObjectDecorator {
        /**
         * Returns a specific comment decorated as comment entry.
         * 
-        * @param       integer         $commentID
+        * @param       int             $commentID
         * @return      ViewableComment
         */
        public static function getComment($commentID) {
index 98ff6d7004a9df1f24ad5926958b1bd295878482..3c27fc45c9386c454a6bc0bd7bed5a663b9575ca 100644 (file)
@@ -17,14 +17,14 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Comment\Response
  *
- * @property-read      integer         $responseID     unique id of the comment response
- * @property-read      integer         $commentID      id of the comment the comment response belongs to
- * @property-read      integer         $time           timestamp at which the comment response has been written
- * @property-read      integer|null    $userID         id of the user who wrote the comment response or `null` if the user does not exist anymore or if the comment response has been written by a guest
+ * @property-read      int             $responseID     unique id of the comment response
+ * @property-read      int             $commentID      id of the comment the comment response belongs to
+ * @property-read      int             $time           timestamp at which the comment response has been written
+ * @property-read      int|null        $userID         id of the user who wrote the comment response or `null` if the user does not exist anymore or if the comment response has been written by a guest
  * @property-read      string          $username       name of the user or guest who wrote the comment response
  * @property-read      string          $message        comment response message
- * @property-read       integer         $enableHtml     is 1 if HTML will rendered in the comment response, otherwise 0
- * @property-read      integer         $isDisabled     is 1 if the comment response is disabled, otherwise 0
+ * @property-read       int         $enableHtml     is 1 if HTML will rendered in the comment response, otherwise 0
+ * @property-read      int             $isDisabled     is 1 if the comment response is disabled, otherwise 0
  */
 class CommentResponse extends DatabaseObject implements IMessage {
        use TUserContent;
index f636038f27174fa786442f3cd62276199d78f028..a77fd3b1a7fcacc55506137c05b94a9c1e7f8feb 100644 (file)
@@ -324,7 +324,7 @@ class CommentResponseAction extends AbstractDatabaseObjectAction {
        /**
         * Validates object type id parameter.
         *
-        * @param       integer         $objectTypeID
+        * @param       int         $objectTypeID
         * @return      ObjectType
         * @throws      UserInputException
         */
@@ -353,7 +353,7 @@ class CommentResponseAction extends AbstractDatabaseObjectAction {
         * Returns the current html input processor or a new one if `$message` is not null.
         *
         * @param       string|null     $message        source message
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @return      HtmlInputProcessor
         */
        public function getHtmlInputProcessor($message = null, $objectID = 0) {
index 21b13ae4a67ae3362b0337ca70f45e4fd0494266..b10f59f12b59575b1313c3490eb866df3f7b320c 100644 (file)
@@ -70,7 +70,7 @@ class StructuredCommentResponse extends DatabaseObjectDecorator {
        /**
         * Returns a structured response.
         * 
-        * @param       integer         $responseID
+        * @param       int             $responseID
         * @return      StructuredCommentResponse
         */
        public static function getResponse($responseID) {
index dbb606e5b77bfb1c78b347aee4b74343d17cfc1a..d5e410f4fe642b8abdd4c5623e51d222d4bce750 100644 (file)
@@ -34,7 +34,7 @@ class StructuredCommentResponseList extends CommentResponseList {
        
        /**
         * minimum response time
-        * @var integer
+        * @var int
         */
        public $minResponseTime = 0;
        
@@ -104,7 +104,7 @@ class StructuredCommentResponseList extends CommentResponseList {
        /**
         * Returns minimum response time.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getMinResponseTime() {
                return $this->minResponseTime;
index 9e98895d7f73fa26e1d1118fba3cce30c8204a05..ac4e7030672270a5d71cb06fd0e34dc743033628 100644 (file)
@@ -51,7 +51,7 @@ class ViewableCommentResponse extends DatabaseObjectDecorator {
        /**
         * Returns a specific comment response decorated as viewable comment response.
         * 
-        * @param       integer         $responseID
+        * @param       int             $responseID
         * @return      ViewableCommentResponse
         */
        public static function getResponse($responseID) {
index 9f4822aec734b9110b0b6e98e6e5aa14cdda3b4e..bf309702c6b8243a82cc7b2e5e4553aa62de629a 100644 (file)
@@ -11,9 +11,9 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Condition
  *
- * @property-read      integer         $conditionID            unique id of the condition
- * @property-read      integer         $objectTypeID           id of the condition object type (of different condition object type definitions)
- * @property-read      integer         $objectID               id of the conditioned object of the object type represented by `$objectTypeID`
+ * @property-read      int             $conditionID            unique id of the condition
+ * @property-read      int             $objectTypeID           id of the condition object type (of different condition object type definitions)
+ * @property-read      int             $objectID               id of the conditioned object of the object type represented by `$objectTypeID`
  * @property-read      array           $conditionData          array with the condition data with is processed by the condition object type's processor
  */
 class Condition extends DatabaseObject {
index 457c26cf4f36fd49ccd3e90a23cee8a4159a591e..036b5b398c9de82182c4f7f9715bf71ca67b8d07 100644 (file)
@@ -12,13 +12,13 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Contact\Recipient
  * @since      3.1
  * 
- * @property-read      integer         $recipientID            unique id of the recipient
+ * @property-read      int             $recipientID            unique id of the recipient
  * @property-read      string          $name                   name of the recipient
  * @property-read      string          $email                  email address of the recipient
- * @property-read      integer         $showOrder              position of the recipient in relation to other recipients
- * @property-read      integer         $isAdministrator        is `1` if the recipient is the administrator and the `email` value equals `MAIL_ADMIN_ADDRESS`, otherwise `0`
- * @property-read      integer         $isDisabled             is `1` if the recipient is disabled and thus is not available for selection, otherwise `0`
- * @property-read      integer         $originIsSystem         is `1` if the recipient has been delivered by a package, otherwise `0` (i.e. the recipient has been created in the ACP)
+ * @property-read      int             $showOrder              position of the recipient in relation to other recipients
+ * @property-read      int             $isAdministrator        is `1` if the recipient is the administrator and the `email` value equals `MAIL_ADMIN_ADDRESS`, otherwise `0`
+ * @property-read      int             $isDisabled             is `1` if the recipient is disabled and thus is not available for selection, otherwise `0`
+ * @property-read      int             $originIsSystem         is `1` if the recipient has been delivered by a package, otherwise `0` (i.e. the recipient has been created in the ACP)
  */
 class ContactRecipient extends DatabaseObject {
        /**
index 460c45b4f745d2407dde1620cb8f7aaa7ec02781..27d02e6fac426eb94e9a16da2f43421e5ddef825 100644 (file)
@@ -10,8 +10,8 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Core\Object
  * 
- * @property-read      integer         $objectID       unique id of the core object
- * @property-read      integer         $packageID      id of the package which delivers the core object
+ * @property-read      int             $objectID       unique id of the core object
+ * @property-read      int             $packageID      id of the package which delivers the core object
  * @property-read      string          $objectName     PHP class name of the core object
  */
 class CoreObject extends DatabaseObject {}
index ae552fd811be123a8615dd42e7782885e3617fb6..8af9cbb2001c297055ada9fe904d9754b6e267ed 100644 (file)
@@ -13,9 +13,9 @@ use wcf\util\CronjobUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Cronjob
  *
- * @property-read      integer         $cronjobID              unique id of the cronjob
+ * @property-read      int             $cronjobID              unique id of the cronjob
  * @property-read      string          $className              PHP class name implementing `wcf\system\cronjob\ICronjob`
- * @property-read      integer         $packageID              id of the package which delivers the cronjob or the id of the active application during creation in the ACP
+ * @property-read      int             $packageID              id of the package which delivers the cronjob or the id of the active application during creation in the ACP
  * @property-read      string          $cronjobName            name and textual identifier of the cronjob
  * @property-read      string          $description            description of the cronjob or name of language item which contains the description
  * @property-read      string          $startMinute            minutes in the hour at which the cronjob is executed, wildcard `*` (any minute) or a rule using wildcard `*` 
@@ -23,14 +23,14 @@ use wcf\util\CronjobUtil;
  * @property-read      string          $startDom               day of the month at which the cronjob is executed, wildcard `*` (any day) or a rule using wildcard `*`
  * @property-read      string          $startMonth             month in the year in which the cronjob is executed, wildcard `*` (any month) or a rule using wildcard `*`
  * @property-read      string          $startDow               day in the week at which the cronjob is executed, wildcard `*` (any day) or a rule using wildcard `*`
- * @property-read      integer         $lastExec               timestamp at which the cronjob has been executed the last time
- * @property-read      integer         $nextExec               timestamp at which the cronjob will be executed next
- * @property-read      integer         $afterNextExec          timestamp at which the cronjob will be executed after next
- * @property-read      integer         $isDisabled             is `1` if the cronjob is disabled and thus not executed, otherwise `0`
- * @property-read      integer         $canBeEdited            is `1` if the cronjob can be edited in the ACP, otherwise `0`
- * @property-read      integer         $canBeDisabled          is `1` if the cronjob can be disabled in the ACP so that it will not be executed, otherwise `0`
- * @property-read      integer         $state                  current state of the cronjob (see `Cronjob::READY`, `Cronjob::PENDING`, `Cronjob::EXECUTING` and `Cronjob::MAX_FAIL_COUNT`)
- * @property-read      integer         $failCount              number of times the cronjob execution failed consecutively
+ * @property-read      int             $lastExec               timestamp at which the cronjob has been executed the last time
+ * @property-read      int             $nextExec               timestamp at which the cronjob will be executed next
+ * @property-read      int             $afterNextExec          timestamp at which the cronjob will be executed after next
+ * @property-read      int             $isDisabled             is `1` if the cronjob is disabled and thus not executed, otherwise `0`
+ * @property-read      int             $canBeEdited            is `1` if the cronjob can be edited in the ACP, otherwise `0`
+ * @property-read      int             $canBeDisabled          is `1` if the cronjob can be disabled in the ACP so that it will not be executed, otherwise `0`
+ * @property-read      int             $state                  current state of the cronjob (see `Cronjob::READY`, `Cronjob::PENDING`, `Cronjob::EXECUTING` and `Cronjob::MAX_FAIL_COUNT`)
+ * @property-read      int             $failCount              number of times the cronjob execution failed consecutively
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the cronjob to be executed
  */
 class Cronjob extends DatabaseObject {
@@ -66,8 +66,8 @@ class Cronjob extends DatabaseObject {
        /**
         * Returns timestamp of next execution.
         * 
-        * @param       integer         $timeBase
-        * @return      integer
+        * @param       int             $timeBase
+        * @return      int
         */
        public function getNextExec($timeBase = null) {
                if ($timeBase === null) {
index 948b6dce3f5c8dca59089aa07b8ecacc3341be46..8394e2275c220badb421b5e8effe482fa5255493 100644 (file)
@@ -10,10 +10,10 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Cronjob\Log
  *
- * @property-read      integer         $cronjobLogID   unique id of the cronjob execution log
- * @property-read      integer         $cronjobID      id of the cronjob the log belongs to
- * @property-read      integer         $execTime       timestamp at which the cronjob has been executed
- * @property-read      integer         $success        is `1` if the cronjob has been successfully executed, otherwise `0`
+ * @property-read      int             $cronjobLogID   unique id of the cronjob execution log
+ * @property-read      int             $cronjobID      id of the cronjob the log belongs to
+ * @property-read      int             $execTime       timestamp at which the cronjob has been executed
+ * @property-read      int             $success        is `1` if the cronjob has been successfully executed, otherwise `0`
  * @property-read      string          $error          error message if the cronjob did not execute successfully, otherwise empty
  */
 class CronjobLog extends DatabaseObject {
index 168e60950ebc51217d44c0442cf375c021a8dbea..c7164b45ab1aa12841fb1fdefe196d2a418416d5 100644 (file)
@@ -20,17 +20,17 @@ use wcf\util\StringUtil;
  * @package    WoltLabSuite\Core\Data\Custom\Option
  * @since      3.1
  * 
- * @property-read      integer         $optionID               unique id of the option
+ * @property-read      int             $optionID               unique id of the option
  * @property-read      string          $optionTitle            title of the option or name of language item which contains the title
  * @property-read      string          $optionDescription      description of the option or name of language item which contains the description
  * @property-read      string          $optionType             type of the option which determines its input and output
  * @property-read      string          $defaultValue           default value of the option
  * @property-read      string          $validationPattern      regular expression used to validate the value of the option
  * @property-read      string          $selectOptions          possible values of the option separated by newlines
- * @property-read      integer         $required               is `1` if the option has to be filled out, otherwise `0`
- * @property-read      integer         $showOrder              position of the option in relation to the other options
- * @property-read      integer         $isDisabled             is `1` if the option is disabled, otherwise `0`
- * @property-read      integer         $originIsSystem         is `1` if the option has been delivered by a package, otherwise `0` (i.e. the option has been created in the ACP)
+ * @property-read      int             $required               is `1` if the option has to be filled out, otherwise `0`
+ * @property-read      int             $showOrder              position of the option in relation to the other options
+ * @property-read      int             $isDisabled             is `1` if the option is disabled, otherwise `0`
+ * @property-read      int             $originIsSystem         is `1` if the option has been delivered by a package, otherwise `0` (i.e. the option has been created in the ACP)
  */
 abstract class CustomOption extends Option implements ITitledObject {
        /**
index 243582f7fcce9d1819e59171c2094b9ddacf74b1..377198cfc55bb1a6b0413053ee2b94e5fdf7708b 100644 (file)
@@ -15,10 +15,10 @@ use wcf\util\JSON;
  * @package    WoltLabSuite\Core\Devtools\Missing\Language\Item
  * @since      5.3
  * 
- * @property-read      integer         $itemID         unique id of the missing language item log entry
- * @property-read      integer         $languageID     id of the language the missing language item was requested for
+ * @property-read      int             $itemID         unique id of the missing language item log entry
+ * @property-read      int             $languageID     id of the language the missing language item was requested for
  * @property-read      string          $languageItem   name of the missing language item
- * @property-read      integer         $lastTime       timestamp of the last time the missing language item was requested
+ * @property-read      int             $lastTime       timestamp of the last time the missing language item was requested
  * @property-read      string          $stackTrace     stack trace of how the missing language item was requested for the last time
  */
 class DevtoolsMissingLanguageItem extends DatabaseObject {
index db5e001a20e3b524a1fb8126f5317515f7e4ff2e..a86a00b3b176ec6eae5a689c80c302d2275f9362 100644 (file)
@@ -20,7 +20,7 @@ use wcf\util\DirectoryUtil;
  * @package    WoltLabSuite\Core\Devtools\Project
  * @since      3.1
  * 
- * @property-read      integer         $projectID      unique id of the project
+ * @property-read      int             $projectID      unique id of the project
  * @property-read      string          $name           internal name for display inside the ACP
  * @property-read      string          $path           file system path
  */
index b09614797bd19de18143e6ddb1d29e49c3d31e2f..8ee4b6bc350117113b7342908c259f7b97daa65f 100644 (file)
@@ -11,14 +11,14 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Edit\History\Entry
  * 
- * @property-read      integer         $entryID                unique id of the edit history entry
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.edit.historySavingObject` object type
- * @property-read      integer         $objectID               id of the edited object of the object type with id `$objectTypeID`
- * @property-read      integer|null    $userID                 id of the user who has created the previous version of the object or `null` if the user does not exist anymore or if the previous version has been created by a guest
+ * @property-read      int             $entryID                unique id of the edit history entry
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.edit.historySavingObject` object type
+ * @property-read      int             $objectID               id of the edited object of the object type with id `$objectTypeID`
+ * @property-read      int|null        $userID                 id of the user who has created the previous version of the object or `null` if the user does not exist anymore or if the previous version has been created by a guest
  * @property-read      string          $username               name of the user who has created the previous version of the object
- * @property-read      integer         $time                   timestamp at which the original version has been created
- * @property-read      integer         $obsoletedAt            timestamp at which the edited version has been created and time used for clean up
- * @property-read      integer|null    $obsoletedByUserID      id of the user who has created this version of the object
+ * @property-read      int             $time                   timestamp at which the original version has been created
+ * @property-read      int             $obsoletedAt            timestamp at which the edited version has been created and time used for clean up
+ * @property-read      int|null        $obsoletedByUserID      id of the user who has created this version of the object
  * @property-read      string          $message                message of the edited object prior to the edit
  * @property-read      string          $editReason             reason for the edit
  */
index b5d745b1e342043fd7827c6135052ee242a0d6a5..58f38c13b9653d5615d5e799677c1e7a1fcabaa2 100644 (file)
@@ -12,15 +12,15 @@ use wcf\data\TDatabaseObjectPermissions;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Event\Listener
  *
- * @property-read      integer         $listenerID             unique id of the event listener
- * @property-read      integer         $packageID              id of the package which delivers the event listener
+ * @property-read      int             $listenerID             unique id of the event listener
+ * @property-read      int             $packageID              id of the package which delivers the event listener
  * @property-read      string          $environment            environment in which the event listener is executed, possible values: 'all', 'user' or 'admin'
  * @property-read      string          $listenerName           name and textual identifier of the event listener
  * @property-read      string          $eventClassName         name of the class in which the listened event is fired
  * @property-read      string          $eventName              name of the listened event
  * @property-read      string          $listenerClassName      class name of the event listener class
- * @property-read      integer         $inherit                is `1` if the event listener is also executed for classes inheriting from the listened class, otherwise `0`
- * @property-read      integer         $niceValue              value from [-128, 127] used to determine event listener execution order (event listeners with smaller `$niceValue` are executed first)
+ * @property-read      int             $inherit                is `1` if the event listener is also executed for classes inheriting from the listened class, otherwise `0`
+ * @property-read      int             $niceValue              value from [-128, 127] used to determine event listener execution order (event listeners with smaller `$niceValue` are executed first)
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one for the event listener to be executed
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the event listener to be executed
  */
index dbfbe56584709b85b45219fe66c28dcf9362113e..8c9346f4e829d4d6992cfa4874af9b63c80c6fee 100644 (file)
@@ -13,11 +13,11 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Label
  *
- * @property-read      integer         $labelID                unique id of the label
- * @property-read      integer         $groupID                id of the label group the label belongs to
+ * @property-read      int             $labelID                unique id of the label
+ * @property-read      int             $groupID                id of the label group the label belongs to
  * @property-read      string          $label                  label text or name of language item which contains the label text
  * @property-read      string          $cssClassName           css class name used when displaying the label
- * @property-read      integer         $showOrder              position of the label in relation to the other labels in the label group
+ * @property-read      int             $showOrder              position of the label in relation to the other labels in the label group
  */
 class Label extends DatabaseObject implements IRouteController {
        /**
index a45b53a81f0e5d8ba6723831f3a6b0e0fea9c16a..25d0014b08eb41a66b45aad66e7892e1ffed3752 100644 (file)
@@ -33,8 +33,8 @@ class LabelEditor extends DatabaseObjectEditor implements IEditableCachedObject
        /**
         * Adds the label to a specific position in the label group.
         *
-        * @param       integer         $groupID
-        * @param       integer         $showOrder
+        * @param       int             $groupID
+        * @param       int             $showOrder
         */
        public function setShowOrder($groupID, $showOrder = 0) {
                // shift back labels in old label group with higher showOrder
index d678c7cb5c24ffdbcf5cd77ce80929a40154f2b5..fbc4636e9701866e18c053bd1fec71b9652b654e 100644 (file)
@@ -12,11 +12,11 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Label\Group
  *
- * @property-read      integer         $groupID                unique id of the label group
+ * @property-read      int             $groupID                unique id of the label group
  * @property-read      string          $groupName              name of the label group or name of language item which contains the label text
  * @property-read      string          $groupDescription       description of the label group (only shown in ACP)
- * @property-read      integer         $forceSelection         is `1` if a label in the label group has to be selected when creating an object for which the label group is available, otherwise `0`
- * @property-read      integer         $showOrder              position of the label group in relation to the other label groups
+ * @property-read      int             $forceSelection         is `1` if a label in the label group has to be selected when creating an object for which the label group is available, otherwise `0`
+ * @property-read      int             $showOrder              position of the label group in relation to the other label groups
  */
 class LabelGroup extends DatabaseObject implements IRouteController {
        /**
@@ -40,7 +40,7 @@ class LabelGroup extends DatabaseObject implements IRouteController {
         * 
         * @param       DatabaseObject          $groupA
         * @param       DatabaseObject          $groupB
-        * @return      integer
+        * @return      int
         */
        public static function sortLabelGroups(DatabaseObject $groupA, DatabaseObject $groupB) {
                /** @noinspection PhpUndefinedFieldInspection */
index a14b8582c8b2b52bf809987d0410523a84af312c..8a4bb265e2771bc5261b91e1638e39e14ef68c41 100644 (file)
@@ -32,7 +32,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
        
        /**
         * list of permissions by type
-        * @var integer[][]
+        * @var int[][]
         */
        protected $permissions = [
                'group' => [],
@@ -41,13 +41,13 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
        
        /**
         * current iterator index
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
        /**
         * list of index to object relation
-        * @var integer[]
+        * @var int[]
         */
        protected $indexToObject = null;
        
@@ -82,7 +82,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
        /**
         * Returns true, if label is known.
         * 
-        * @param       integer         $labelID
+        * @param       int             $labelID
         * @return      boolean
         */
        public function isValid($labelID) {
@@ -93,7 +93,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
         * Returns true, if the given user fulfils option id permissions.
         * If the user parameter is null, the method checks the current user.
         *
-        * @param       integer         $optionID
+        * @param       int             $optionID
         * @param       User            $user
         * @return      boolean
         */
@@ -124,7 +124,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
        /**
         * Returns a list of label ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getLabelIDs() {
                return array_keys($this->labels);
@@ -142,7 +142,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
        /**
         * Returns a label by id.
         * 
-        * @param       integer         $labelID
+        * @param       int             $labelID
         * @return      Label|null
         */
        public function getLabel($labelID) {
index 2e8a8379454a69b0c259a3e8b87ba42de91d519e..1916940aef37b69096674b06f0812d4a78631a84 100644 (file)
@@ -14,13 +14,13 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Language
  * 
- * @property-read      integer         $languageID             unique id of the language
+ * @property-read      int             $languageID             unique id of the language
  * @property-read      string          $languageCode           code of the language according to ISO 639-1
  * @property-read      string          $languageName           name of the language within the language itself
  * @property-read      string          $countryCode            code of the country using the language according to ISO 3166-1, used to determine the language's country flag  
- * @property-read      integer         $isDefault              is `1` if the language is the default language, otherwise `0`
- * @property-read      integer         $hasContent             is `1` if the language can be selected when creating language-specific content, otherwise `0`
- * @property-read      integer         $isDisabled             is `1` if the language is disabled and thus not selectable, otherwise `0`
+ * @property-read      int             $isDefault              is `1` if the language is the default language, otherwise `0`
+ * @property-read      int             $hasContent             is `1` if the language can be selected when creating language-specific content, otherwise `0`
+ * @property-read      int             $isDisabled             is `1` if the language is disabled and thus not selectable, otherwise `0`
  */
 class Language extends DatabaseObject {
        /**
@@ -43,7 +43,7 @@ class Language extends DatabaseObject {
        
        /**
         * id of the active package
-        * @var integer
+        * @var int
         */
        public $packageID = PACKAGE_ID;
        
index 1665a0888a16a1150b771f9d49b01607abdd64a4..089c5918c31fdb7beecf5433dddd586f8f53c760 100644 (file)
@@ -58,7 +58,7 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
        /**
         * Write the languages files.
         * 
-        * @param       integer[]               $languageCategoryIDs
+        * @param       int[]           $languageCategoryIDs
         */
        protected function writeLanguageFiles(array $languageCategoryIDs) {
                $conditions = new PreparedStatementConditionBuilder();
@@ -119,7 +119,7 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
        /**
         * Exports this language.
         * 
-        * @param       integer[]       $packageIDArray
+        * @param       int[]   $packageIDArray
         * @param       boolean         $exportCustomValues
         */
        public function export($packageIDArray = [], $exportCustomValues = false) {
@@ -235,7 +235,7 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
         * Updates the relevant language files automatically.
         * 
         * @param       XML             $xml
-        * @param       integer         $packageID
+        * @param       int             $packageID
         * @param       boolean         $updateFiles
         * @param       boolean         $updateExistingItems
         * @throws      \InvalidArgumentException       if given XML file is invalid
@@ -634,7 +634,7 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
         * Updates the relevant language files automatically.
         * 
         * @param       XML             $xml
-        * @param       integer         $packageID
+        * @param       int             $packageID
         * @param       Language        $source
         * @return      LanguageEditor
         */
@@ -692,7 +692,7 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
         * 
         * @param       array                   $items
         * @param       LanguageCategory        $category
-        * @param       integer                 $packageID
+        * @param       int                     $packageID
         * @param       array                   $useCustom
         */
        public function updateItems(array $items, LanguageCategory $category, $packageID = PACKAGE_ID, array $useCustom = []) {
@@ -804,8 +804,8 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
        /**
         * Copies all cms contents (article, box, media, page) from given source language to language specified as $destinationLanguageID.
         *
-        * @param       integer         $sourceLanguageID
-        * @param       integer         $destinationLanguageID
+        * @param       int         $sourceLanguageID
+        * @param       int         $destinationLanguageID
         */
        public static function copyLanguageContent($sourceLanguageID, $destinationLanguageID) {
                // article content
index 9cd6677350212f07e1052b2770ac99448d3613fe..1c3032d979da44a1fbdf127a9dc108ff68ae9273 100644 (file)
@@ -11,7 +11,7 @@ use wcf\data\ITitledObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Language\Category
  *
- * @property-read      integer         $languageCategoryID     unique id of the language category
+ * @property-read      int             $languageCategoryID     unique id of the language category
  * @property-read      string          $languageCategory       name and textual identifier of the language category
  */
 class LanguageCategory extends DatabaseObject implements ITitledObject {
index 9a1913d5b27eb5c59a61bb960c9afd55daf52d66..6249045dc59530897357d7152920fd0c2025c4ce 100644 (file)
@@ -10,18 +10,18 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Language\Item
  *
- * @property-read      integer         $languageItemID                 unique id of the language item
- * @property-read      integer         $languageID                     id of the language the language item belongs to
+ * @property-read      int             $languageItemID                 unique id of the language item
+ * @property-read      int             $languageID                     id of the language the language item belongs to
  * @property-read      string          $languageItem                   name and textual identifier of the language item
  * @property-read      string          $languageItemValue              default value of the language item 
  * @property-read      string          $languageCustomItemValue        custom value of the language item set by an admin
- * @property-read      integer         $languageUseCustomValue         is `1` if the custom value is used instead of the default value, otherwise `0`
- * @property-read      integer         $languageItemOriginIsSystem     is `1` if the language item has been delivered by a package, otherwise `0` (for example, if language item has been created for i18n content)
- * @property-read      integer         $languageCategoryID             id of the language category the language item belongs to
- * @property-read      integer|null    $packageID                      id of the package the which delivers the language item or with which the language item is associated
+ * @property-read      int             $languageUseCustomValue         is `1` if the custom value is used instead of the default value, otherwise `0`
+ * @property-read      int             $languageItemOriginIsSystem     is `1` if the language item has been delivered by a package, otherwise `0` (for example, if language item has been created for i18n content)
+ * @property-read      int             $languageCategoryID             id of the language category the language item belongs to
+ * @property-read      int|null        $packageID                      id of the package the which delivers the language item or with which the language item is associated
  * @property-read       string          $languageItemOldValue           previous default value of the language item
- * @property-read       integer         $languageCustomItemDisableTime  the timestamp at which the custom version has been disabled due to a change to the original value
- * @property-read      integer         $isCustomLanguageItem           is `1` if the language item has been added manually via the ACP
+ * @property-read       int         $languageCustomItemDisableTime  the timestamp at which the custom version has been disabled due to a change to the original value
+ * @property-read      int             $isCustomLanguageItem           is `1` if the language item has been added manually via the ACP
  */
 class LanguageItem extends DatabaseObject {
        /**
index 7f7038467525d811808d357ff130fe3e69dba9a5..db580a30fc11a6416d803e2f2b0e0bd44db1b729 100644 (file)
@@ -14,25 +14,25 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Like
  *
- * @property-read      integer         $likeID                 unique id of the like
- * @property-read      integer         $objectID               id of the liked object
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.like.likeableObject` object type
- * @property-read      integer|null    $objectUserID           id of the user who created the liked object or null if user has been deleted or object was created by guest
- * @property-read      integer         $userID                 id of the user who created the like
- * @property-read      integer         $time                   timestamp at which the like has been created
- * @property-read      integer         $likeValue              value of the like (`+1` = like, `-1` = dislike, see `Like::LIKE` and `Like::Dislike`)
- * @property-read      integer         $reactionTypeID         reactionTypeID of the reaction
+ * @property-read      int             $likeID                 unique id of the like
+ * @property-read      int             $objectID               id of the liked object
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.like.likeableObject` object type
+ * @property-read      int|null        $objectUserID           id of the user who created the liked object or null if user has been deleted or object was created by guest
+ * @property-read      int             $userID                 id of the user who created the like
+ * @property-read      int             $time                   timestamp at which the like has been created
+ * @property-read      int             $likeValue              value of the like (`+1` = like, `-1` = dislike, see `Like::LIKE` and `Like::Dislike`)
+ * @property-read      int             $reactionTypeID         reactionTypeID of the reaction
  */
 class Like extends DatabaseObject {
        /**
         * like value
-        * @var integer
+        * @var int
         */
        const LIKE = 1;
        
        /**
         * dislike value
-        * @var integer
+        * @var int
         */
        const DISLIKE = -1;
        
@@ -59,9 +59,9 @@ class Like extends DatabaseObject {
        /**
         * Returns the like with given type, object id and user id.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $objectID
-        * @param       integer         $userID
+        * @param       int             $objectTypeID
+        * @param       int             $objectID
+        * @param       int             $userID
         * @return      Like
         */
        public static function getLike($objectTypeID, $objectID, $userID) {
index 0326922d0cfc812814df4929278afce6dd6de86b..96de04799875197bfbbd94ce2de3dca6becdd942 100644 (file)
@@ -155,7 +155,7 @@ class LikeAction extends AbstractDatabaseObjectAction implements IGroupedUserLis
         * Sets like/dislike for an object, executing this method again with the same parameters
         * will revert the status (removing like/dislike).
         * 
-        * @param       integer         $likeValue
+        * @param       int             $likeValue
         * @return      array
         */
        protected function updateLike($likeValue) {
index 8a9dd20be1dda66f69e9d0ecca15a3a227aa2768..ee2d5a74c1f5d60383b5fa2c1859a11b7cdf717c 100644 (file)
@@ -85,7 +85,7 @@ class ViewableLikeList extends LikeList {
        /**
         * Returns timestamp of oldest like fetched.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getLastLikeTime() {
                $lastLikeTime = 0;
index b692397c80b8e29a56233eed50911f4f84fe153d..f0af890757b404f58fe75f7ef77684154817f947 100644 (file)
@@ -25,7 +25,7 @@ interface ILikeObject extends IDatabaseObjectProcessor, IIDObject, ITitledObject
        /**
         * Returns the user id of the owner of this object.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getUserID();
        
@@ -39,7 +39,7 @@ interface ILikeObject extends IDatabaseObjectProcessor, IIDObject, ITitledObject
        /**
         * Updates the cumulative likes for this object.
         * 
-        * @param       integer         $cumulativeLikes
+        * @param       int             $cumulativeLikes
         */
        public function updateLikeCounter($cumulativeLikes);
        
@@ -60,7 +60,7 @@ interface ILikeObject extends IDatabaseObjectProcessor, IIDObject, ITitledObject
        /**
         * Returns the language id of this object or its parent or `null` if no explicit language is set.
         * 
-        * @return      integer|null
+        * @return      int|null
         */
        public function getLanguageID();
 }
index 4d643b922ce489cbbeccf3baf8a9e36304271d0c..ba242c22361507ca691e0352b5564cc26eeddb18 100644 (file)
@@ -15,13 +15,13 @@ use wcf\util\JSON;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Like\Object
  *
- * @property-read      integer         $likeObjectID           unique id of the liked object
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.like.likeableObject` object type
- * @property-read      integer         $objectID               id of the liked object
- * @property-read      integer|null    $objectUserID           id of the user who created the liked object or null if user has been deleted or object was created by guest
- * @property-read      integer         $likes                  number of likes of the liked object
- * @property-read      integer         $dislikes               legacy column, not used anymore
- * @property-read      integer         $cumulativeLikes        number of likes of the liked object
+ * @property-read      int             $likeObjectID           unique id of the liked object
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.like.likeableObject` object type
+ * @property-read      int             $objectID               id of the liked object
+ * @property-read      int|null        $objectUserID           id of the user who created the liked object or null if user has been deleted or object was created by guest
+ * @property-read      int             $likes                  number of likes of the liked object
+ * @property-read      int             $dislikes               legacy column, not used anymore
+ * @property-read      int             $cumulativeLikes        number of likes of the liked object
  * @property-read      string          $cachedUsers            serialized array with the ids and names of the three users who liked (+1) the object last
  * @property-read      string          $cachedReactions        serialized array with the reactionTypeIDs and the count of the reactions
  */
@@ -45,13 +45,13 @@ class LikeObject extends DatabaseObject {
        
        /**
         * A list with all reaction counts. 
-        * @var integer[] 
+        * @var int[] 
         */
        protected $reactions = [];
        
        /**
         * The reputation for the current object. 
-        * @var integer
+        * @var int
         */
        protected $reputation = null;
        
@@ -142,7 +142,7 @@ class LikeObject extends DatabaseObject {
         * Returns all reaction counts for this object. Reactions without any count won't be saved in the array. 
         * So this method returns an empty array, if this object has no reactions.
         * 
-        * @return      integer[]
+        * @return      int[]
         * @since       5.2
         */
        public function getReactions() {
@@ -161,8 +161,8 @@ class LikeObject extends DatabaseObject {
        /**
         * Returns the like object with the given type and object id.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $objectID
+        * @param       int             $objectTypeID
+        * @param       int             $objectID
         * @return      LikeObject
         */
        public static function getLikeObject($objectTypeID, $objectID) {
index 3a4b32ea01c7d954ccf4374b89b8550fdb659855..d36d7d0ab970264fb2e3a78261e8ff347dda4c1a 100644 (file)
@@ -17,40 +17,40 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Media
  * @since      3.0
  * 
- * @property-read      integer         $mediaID                unique id of the media file
- * @property-read      integer         $categoryID             id of the category the media file belongs to or `null` if it belongs to no category
+ * @property-read      int             $mediaID                unique id of the media file
+ * @property-read      int             $categoryID             id of the category the media file belongs to or `null` if it belongs to no category
  * @property-read      string          $filename               name of the physical media file
- * @property-read      integer         $filesize               size of the physical media file
+ * @property-read      int             $filesize               size of the physical media file
  * @property-read      string          $fileType               type of the physical media file
  * @property-read      string          $fileHash               hash of the physical media file
- * @property-read      integer         $uploadTime             timestamp at which the media file has been uploaded
+ * @property-read      int             $uploadTime             timestamp at which the media file has been uploaded
  * @property-read       int             $fileUpdateTime         timestamp at which the media file was updated the last or `0` if it has not been updated
- * @property-read      integer|null    $userID                 id of the user who uploaded the media file or null if the user does not exist anymore
+ * @property-read      int|null        $userID                 id of the user who uploaded the media file or null if the user does not exist anymore
  * @property-read      string          $username               name of the user who uploaded the media file
- * @property-read      integer|null    $languageID             id of the language associated with the media file or null if the media file is multilingual or if the language has been deleted
- * @property-read      integer         $isMultilingual         is `1` if the media file's title, description and altText is available in multiple languages, otherwise `0`
- * @property-read      integer         $captionEnableHtml      is `1` if html code in caption is supported, otherwise `0`
- * @property-read      integer         $isImage                is `1` if the media file is an image, otherwise `0`
- * @property-read      integer         $width                  width of the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $height                 height of the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int|null        $languageID             id of the language associated with the media file or null if the media file is multilingual or if the language has been deleted
+ * @property-read      int             $isMultilingual         is `1` if the media file's title, description and altText is available in multiple languages, otherwise `0`
+ * @property-read      int             $captionEnableHtml      is `1` if html code in caption is supported, otherwise `0`
+ * @property-read      int             $isImage                is `1` if the media file is an image, otherwise `0`
+ * @property-read      int             $width                  width of the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $height                 height of the media file if `$isImage` is `1`, otherwise `0`
  * @property-read      string          $tinyThumbnailType      type of the tiny thumbnail file for the media file if `$isImage` is `1`, otherwise empty
- * @property-read      integer         $tinyThumbnailSize      size of the tiny thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $tinyThumbnailWidth     width of the tiny thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $tinyThumbnailHeight    height of the tiny thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $tinyThumbnailSize      size of the tiny thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $tinyThumbnailWidth     width of the tiny thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $tinyThumbnailHeight    height of the tiny thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
  * @property-read      string          $smallThumbnailType     type of the small thumbnail file for the media file if `$isImage` is `1`, otherwise empty
- * @property-read      integer         $smallThumbnailSize     size of the small thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $smallThumbnailWidth    width of the small thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $smallThumbnailHeight   height of the small thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $smallThumbnailSize     size of the small thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $smallThumbnailWidth    width of the small thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $smallThumbnailHeight   height of the small thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
  * @property-read      string          $mediumThumbnailType    type of the medium thumbnail file for the media file if `$isImage` is `1`, otherwise empty
- * @property-read      integer         $mediumThumbnailSize    size of the medium thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $mediumThumbnailWidth   width of the medium thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $mediumThumbnailHeight  height of the medium thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $mediumThumbnailSize    size of the medium thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $mediumThumbnailWidth   width of the medium thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $mediumThumbnailHeight  height of the medium thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
  * @property-read      string          $largeThumbnailType     type of the large thumbnail file for the media file if `$isImage` is `1`, otherwise empty
- * @property-read      integer         $largeThumbnailSize     size of the large thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $largeThumbnailWidth    width of the large thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $largeThumbnailHeight   height of the large thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
- * @property-read      integer         $downloads              number of times the media file has been downloaded
- * @property-read      integer         $lastDownloadTime       timestamp at which the media file has been downloaded the last time
+ * @property-read      int             $largeThumbnailSize     size of the large thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $largeThumbnailWidth    width of the large thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $largeThumbnailHeight   height of the large thumbnail file for the media file if `$isImage` is `1`, otherwise `0`
+ * @property-read      int             $downloads              number of times the media file has been downloaded
+ * @property-read      int             $lastDownloadTime       timestamp at which the media file has been downloaded the last time
  */
 class Media extends DatabaseObject implements ILinkableObject, IRouteController, IThumbnailFile {
        /**
@@ -122,7 +122,7 @@ class Media extends DatabaseObject implements ILinkableObject, IRouteController,
         * Returns the width of the thumbnail file with the given size.
         *
         * @param       string          $size
-        * @return      integer
+        * @return      int
         * @throws      \InvalidArgumentException
         */
        public function getThumbnailWidth($size) {
@@ -141,7 +141,7 @@ class Media extends DatabaseObject implements ILinkableObject, IRouteController,
         * Returns the height of the thumbnail file with the given size.
         *
         * @param       string          $size
-        * @return      integer
+        * @return      int
         * @throws      \InvalidArgumentException
         */
        public function getThumbnailHeight($size) {
index 11e5e2402b53b21c08ca27817736fb24823bb79d..97bba3a87a18355e75fa5af7598e74da889b1b18 100644 (file)
@@ -595,7 +595,7 @@ class MediaAction extends AbstractDatabaseObjectAction implements ISearchAction,
         * Unmarks the media files with the given ids. If no media ids are given,
         * all media files currently loaded are unmarked.
         * 
-        * @param       integer[]       $mediaIDs       ids of the media files to be unmarked
+        * @param       int[]   $mediaIDs       ids of the media files to be unmarked
         */
        protected function unmarkItems(array $mediaIDs = []) {
                if (empty($mediaIDs)) {
index fb417dfd7e7e89f78cd87b46a4e5822faca1b219..ce931ee11f7803855943bfa79da7eb69bbc9c9d1 100644 (file)
@@ -25,7 +25,7 @@ use wcf\util\StringUtil;
 class ViewableMedia extends DatabaseObjectDecorator {
        /**
         * force localized content by language id
-        * @var integer
+        * @var int
         */
        protected $forceLanguageID;
        
@@ -49,7 +49,7 @@ class ViewableMedia extends DatabaseObjectDecorator {
        /**
         * Registers localized content by language id.
         * 
-        * @param       integer         $languageID
+        * @param       int         $languageID
         * @param       string[]        $content
         */
        public function setLocalizedContent($languageID, array $content) {
@@ -59,7 +59,7 @@ class ViewableMedia extends DatabaseObjectDecorator {
        /**
         * Returns an instance of this class with localized versions.
         * 
-        * @param       integer         $languageID
+        * @param       int         $languageID
         * @return      ViewableMedia
         */
        public function getLocalizedVersion($languageID) {
@@ -76,7 +76,7 @@ class ViewableMedia extends DatabaseObjectDecorator {
        /**
         * Forces the localized values by language id.
         * 
-        * @param       integer         $languageID
+        * @param       int         $languageID
         */
        protected function forceLanguageID($languageID) {
                $this->forceLanguageID = $languageID;
@@ -242,7 +242,7 @@ class ViewableMedia extends DatabaseObjectDecorator {
        /**
         * Returns the viewable media file with the given id.
         * 
-        * @param       integer         $mediaID
+        * @param       int             $mediaID
         * @return      ViewableMedia|null
         */
        public static function getMedia($mediaID) {
index 77b86a5bcfc10e40238a6084a8979591d9be9cd4..6bd4c32691cea8cab5bdc2165cdd1a69fb8ccd9c 100644 (file)
@@ -15,11 +15,11 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Menu
  * @since      3.0
  *
- * @property-read      integer         $menuID                 unique id of the menu
+ * @property-read      int             $menuID                 unique id of the menu
  * @property-read      string          $identifier             textual identifier of the menu
  * @property-read      string          $title                  title of the menu or name of language item which contains the title
- * @property-read      integer         $originIsSystem         is `1` if the menu has been delivered by a package, otherwise `0` (if the menu has been created by an admin in the ACP)
- * @property-read      integer         $packageID              id of the package the which delivers the menu or `1` if it has been created in the ACP
+ * @property-read      int             $originIsSystem         is `1` if the menu has been delivered by a package, otherwise `0` (if the menu has been created by an admin in the ACP)
+ * @property-read      int             $packageID              id of the package the which delivers the menu or `1` if it has been created in the ACP
  */
 class Menu extends DatabaseObject implements ITitledObject {
        /**
index 2b229c7f1a79c74b4d4ee7b55d346b0f04dcc047..fc5fc598d67dcdd78fead162d386772da324102d 100644 (file)
@@ -35,7 +35,7 @@ class MenuCache extends SingletonFactory {
        /**
         * Returns a menu by id.
         * 
-        * @param       integer         $menuID         menu id
+        * @param       int             $menuID         menu id
         * @return      Menu|null       menu object or null if menu id is unknown
         */
        public function getMenuByID($menuID) {
@@ -49,7 +49,7 @@ class MenuCache extends SingletonFactory {
        /**
         * Returns a menu item list by menu id.
         * 
-        * @param       integer                 $menuID         menu id
+        * @param       int                     $menuID         menu id
         * @return      MenuItemList|null       menu item list object or null if menu id is unknown
         */
        public function getMenuItemsByMenuID($menuID) {
@@ -72,7 +72,7 @@ class MenuCache extends SingletonFactory {
        /**
         * Returns the id of the main menu.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getMainMenuID() {
                return MenuCacheBuilder::getInstance()->getData([], 'mainMenuID');
index ca9b48f8ea22bd45484be6ea21d10d1a434f9b65..cad60af545f74e5eaa41e3e2ca859634ab49d75c 100644 (file)
@@ -19,18 +19,18 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Menu\Item
  * @since      3.0
  *
- * @property-read      integer         $itemID                 unique id of the menu item
- * @property-read      integer         $menuID                 id of the menu the menu item belongs to
- * @property-read      integer|null    $parentItemID           id of the menu item's parent menu item or null if it has no parent menu item
+ * @property-read      int             $itemID                 unique id of the menu item
+ * @property-read      int             $menuID                 id of the menu the menu item belongs to
+ * @property-read      int|null        $parentItemID           id of the menu item's parent menu item or null if it has no parent menu item
  * @property-read      string          $identifier             textual identifier of the menu item
  * @property-read      string          $title                  title of the menu item or name of language item which contains title
- * @property-read      integer|null    $pageID                 id of the linked `wcf\data\page\Page` object or null of no such page is linked
- * @property-read      integer         $pageObjectID           id of the object required to show the page referenced by `$pageID`
+ * @property-read      int|null        $pageID                 id of the linked `wcf\data\page\Page` object or null of no such page is linked
+ * @property-read      int             $pageObjectID           id of the object required to show the page referenced by `$pageID`
  * @property-read      string          $externalURL            external link of the menu item
- * @property-read      integer         $showOrder              position of the menu item in relation to its siblings
- * @property-read      integer         $isDisabled             is `1` if the menu item is disabled and thus not shown in the menu, otherwise `0`
- * @property-read      integer         $originIsSystem         is `1` if the menu item has been delivered by a package, otherwise `0` (if the menu item has been created by an admin in the ACP)
- * @property-read      integer         $packageID              id of the package the which delivers the menu item or `1` if it has been created in the ACP
+ * @property-read      int             $showOrder              position of the menu item in relation to its siblings
+ * @property-read      int             $isDisabled             is `1` if the menu item is disabled and thus not shown in the menu, otherwise `0`
+ * @property-read      int             $originIsSystem         is `1` if the menu item has been delivered by a package, otherwise `0` (if the menu item has been created by an admin in the ACP)
+ * @property-read      int             $packageID              id of the package the which delivers the menu item or `1` if it has been created in the ACP
  */
 class MenuItem extends DatabaseObject implements ITitledObject {
        /**
@@ -141,7 +141,7 @@ class MenuItem extends DatabaseObject implements ITitledObject {
        /**
         * Returns the number of outstanding items for this menu.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getOutstandingItems() {
                if ($this->getMenuPageHandler() !== null) {
index ff3f44249ccf978df59493b09cd6eef5e3286701..55f1896e3af4eb66516a734ac324cdbafe3a8966 100644 (file)
@@ -23,7 +23,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
        
        /**
         * node depth
-        * @var integer
+        * @var int
         */
        protected $depth = 0;
        
@@ -41,7 +41,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
        
        /**
         * iterator position
-        * @var integer
+        * @var int
         */
        private $position = 0;
        
@@ -55,7 +55,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
         * 
         * @param       MenuItemNode            $parentNode
         * @param       MenuItem                $menuItem
-        * @param       integer                 $depth
+        * @param       int                     $depth
         */
        public function __construct($parentNode = null, MenuItem $menuItem = null, $depth = 0) {
                if ($menuItem === null) {
@@ -88,7 +88,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
        /**
         * Returns the number of children.
         * 
-        * @return      integer
+        * @return      int
         */
        public function count() {
                return count($this->children);
@@ -111,7 +111,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
        /**
         * Returns the number of open parent nodes.
         *
-        * @return      integer
+        * @return      int
         */
        public function getOpenParentNodes() {
                $element = $this;
@@ -198,7 +198,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
        /**
         * Returns node depth.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getDepth() {
                return $this->depth;
index 641ad1a09c63b921a1c494fd42ef9994631a5950..398f287cf70797405489dbbcd321a2e31b4b9919 100644 (file)
@@ -21,7 +21,7 @@ class MenuItemNodeTree {
        
        /**
         * menu id
-        * @var integer
+        * @var int
         */
        public $menuID;
        
@@ -45,14 +45,14 @@ class MenuItemNodeTree {
        
        /**
         * number of visible items
-        * @var integer
+        * @var int
         */
        protected $visibleItemCount = 0;
        
        /**
         * Creates a new MenuItemNodeTree object.
         * 
-        * @param       integer         $menuID                 menu id
+        * @param       int             $menuID                 menu id
         * @param       MenuItemList    $menuItemList           optional object to be provided when building the tree from cache
         * @param       boolean         $checkVisibility        if `false`, individual menu item visibility will not be checked
         */
@@ -124,7 +124,7 @@ class MenuItemNodeTree {
        /**
         * Generates the node tree recursively.
         * 
-        * @param       integer                 $parentID       parent menu item id
+        * @param       int                     $parentID       parent menu item id
         * @param       MenuItemNode            $parentNode     parent menu item object
         * @return      MenuItemNode[]          nested menu item tree
         */
@@ -173,7 +173,7 @@ class MenuItemNodeTree {
        /**
         * Returns the number of visible items.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getVisibleItemCount() {
                return $this->visibleItemCount;
index 5f04e92b26413f6c3ab0aa3559a10ae12ce4f7b7..17cdb74b1b927160dbe091a0a6ca96936102c5f5 100644 (file)
@@ -12,16 +12,16 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Moderation\Queue
  *
- * @property-read      integer         $queueID                unique id of the moderation queue entry
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.moderation.type` object type
- * @property-read      integer         $objectID               id of the object of the object type with id `$objectTypeID` to which the moderation queue entry belongs to
- * @property-read      integer         $containerID            id of the object's container object to which the modification log entry belongs to or `0` if no such container object exists or is logged
- * @property-read      integer|null    $userID                 id of the user who created the moderation queue entry or `null` if the user does not exist anymore or if the moderation queue entry has been created by a guest
- * @property-read      integer         $time                   timestamp at which the moderation queue entry has been created
- * @property-read      integer|null    $assignedUserID         id of the user to which the moderation queue entry is assigned or `null` if it is not assigned to any user
- * @property-read      integer         $status                 status of the moderation queue entry (see `ModerationQueue::STATUS_*` constants)
- * @property-read      integer         $comments               number of comments on the moderation queue entry
- * @property-read      integer         $lastChangeTime         timestamp at which the moderation queue entry has been changed the last time
+ * @property-read      int             $queueID                unique id of the moderation queue entry
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.moderation.type` object type
+ * @property-read      int             $objectID               id of the object of the object type with id `$objectTypeID` to which the moderation queue entry belongs to
+ * @property-read      int             $containerID            id of the object's container object to which the modification log entry belongs to or `0` if no such container object exists or is logged
+ * @property-read      int|null        $userID                 id of the user who created the moderation queue entry or `null` if the user does not exist anymore or if the moderation queue entry has been created by a guest
+ * @property-read      int             $time                   timestamp at which the moderation queue entry has been created
+ * @property-read      int|null        $assignedUserID         id of the user to which the moderation queue entry is assigned or `null` if it is not assigned to any user
+ * @property-read      int             $status                 status of the moderation queue entry (see `ModerationQueue::STATUS_*` constants)
+ * @property-read      int             $comments               number of comments on the moderation queue entry
+ * @property-read      int             $lastChangeTime         timestamp at which the moderation queue entry has been changed the last time
  * @property-read      array           $additionalData         array with additional data of the moderation queue entry
  * @property-read      boolean         $markAsJustified        true if the report was closed, but it was actually justified and other actions may have been taken
  */
@@ -93,7 +93,7 @@ class ModerationQueue extends DatabaseObject {
        /**
         * Returns status text.
         * 
-        * @param       integer         $status
+        * @param       int             $status
         * @return      string
         */
        public function getStatus($status = null) {
index b9618a0202dada6e1a93434728ecb1aa4240103f..b65e13a4e9bee0975358f4580627b79ae168df72 100644 (file)
@@ -149,7 +149,7 @@ class ViewableModerationQueue extends DatabaseObjectDecorator implements ILinkab
        /**
         * Returns a viewable moderation queue entry.
         * 
-        * @param       integer         $queueID
+        * @param       int             $queueID
         * @return      ViewableModerationQueue
         */
        public static function getViewableModerationQueue($queueID) {
index 4fe10645ddf6c700fd0b7b7f0629b81bb7602194..093305242e836760fa7284c0aa490d31dc05e7a5 100644 (file)
@@ -10,13 +10,13 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Modification\Log
  * 
- * @property-read      integer         $logID                  unique id of the modification log entry
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.modifiableContent` object type
- * @property-read      integer         $objectID               id of the object of the object type with id `$objectTypeID` to which the modification log entry belongs to
- * @property-read      integer|null    $parentObjectID         id of the object's parent object to which the modification log entry belongs to or `null` if no such parent object exists or is logged
- * @property-read      integer|null    $userID                 id of the user who caused the modification log entry or `null` if the user does not exist anymore or if the modification log entry has been caused by a guest
+ * @property-read      int             $logID                  unique id of the modification log entry
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.modifiableContent` object type
+ * @property-read      int             $objectID               id of the object of the object type with id `$objectTypeID` to which the modification log entry belongs to
+ * @property-read      int|null        $parentObjectID         id of the object's parent object to which the modification log entry belongs to or `null` if no such parent object exists or is logged
+ * @property-read      int|null        $userID                 id of the user who caused the modification log entry or `null` if the user does not exist anymore or if the modification log entry has been caused by a guest
  * @property-read      string          $username               name of the user or guest who caused the modification log entry
- * @property-read      integer         $time                   timestamp at which the modification log entry has been created
+ * @property-read      int             $time                   timestamp at which the modification log entry has been created
  * @property-read      string          $action                 name of the modification action that is logged
  * @property-read      array           $additionalData         array with additional data of the modification log entry
  */
index 8aff0b288f9073b435a355b8f865d24abc73a9bf..d98237b025fad8699b3cab6aa1b5e7b182ff24da 100644 (file)
@@ -16,14 +16,14 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Notice
  *
- * @property-read      integer         $noticeID               unique id of the notice
+ * @property-read      int             $noticeID               unique id of the notice
  * @property-read      string          $noticeName             name of the notice shown in ACP
  * @property-read      string          $notice                 text of the notice or name of language item which contains the text
- * @property-read      integer         $noticeUseHtml          is `1` if the notice text will be rendered as HTML, otherwise `0`
+ * @property-read      int             $noticeUseHtml          is `1` if the notice text will be rendered as HTML, otherwise `0`
  * @property-read      string          $cssClassName           css class name(s) used for the notice HTML element
- * @property-read      integer         $showOrder              position of the notice in relation to the other notices
- * @property-read      integer         $isDisabled             is `1` if the notice is disabled and thus not shown, otherwise `0`
- * @property-read      integer         $isDismissible          is `1` if the notice can be dismissed by users, otherwise `0`
+ * @property-read      int             $showOrder              position of the notice in relation to the other notices
+ * @property-read      int             $isDisabled             is `1` if the notice is disabled and thus not shown, otherwise `0`
+ * @property-read      int             $isDismissible          is `1` if the notice can be dismissed by users, otherwise `0`
  */
 class Notice extends DatabaseObject implements IRouteController {
        /**
index 9f57b8ff1d1c487f2984c894f010ad3d65b73398..63b1eaff5e29b10a367115a8b77d76f9e3c8993a 100644 (file)
@@ -74,7 +74,7 @@ class NoticeAction extends AbstractDatabaseObjectAction implements ISortableActi
        /**
         * Dismisses a certain notice.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function dismiss() {
                if (WCF::getUser()->userID) {
index dafc49722e6d3b67269edf2d3417f7adb1f43913..60f5bbc24fdedc4df35beb7a3340a048f9c8de47 100644 (file)
@@ -28,7 +28,7 @@ class NoticeEditor extends DatabaseObjectEditor implements IEditableCachedObject
        /**
         * Sets the show order of the notice.
         * 
-        * @param       integer         $showOrder
+        * @param       int             $showOrder
         */
        public function setShowOrder($showOrder = 0) {
                $sql = "SELECT  MAX(showOrder)
index bee4170d090bbc2156e3bdc697b707b12be472f3..084d4c916bcfa98c0e4c0c358441c181d3de78e1 100644 (file)
@@ -14,7 +14,7 @@ interface IObjectTypeProvider {
        /**
         * Returns an object by its ID.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      DatabaseObject
         */
        public function getObjectByID($objectID);
@@ -22,7 +22,7 @@ interface IObjectTypeProvider {
        /**
         * Returns objects by their IDs.
         * 
-        * @param       integer[]               $objectIDs
+        * @param       int[]           $objectIDs
         * @return      DatabaseObject[]
         */
        public function getObjectsByIDs(array $objectIDs);
index 3974d3873c31921a251e0266ef4f2cabddcdbf0f..4085a93ea50972b675d448071b59089d1d216ed9 100644 (file)
@@ -18,9 +18,9 @@ use wcf\system\SingletonFactory;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Object\Type
  * 
- * @property-read      integer         $objectTypeID           unique id of the object type
- * @property-read      integer         $definitionID           id of the object type definition the object type belongs to
- * @property-read      integer         $packageID              id of the package the which delivers the object type
+ * @property-read      int             $objectTypeID           unique id of the object type
+ * @property-read      int             $definitionID           id of the object type definition the object type belongs to
+ * @property-read      int             $packageID              id of the package the which delivers the object type
  * @property-read      string          $objectType             textual identifier of the object type
  * @property-read      string          $className              PHP class name of the object type processor (implementing the interface forced by the object type definition)
  * @property-read      array           $additionalData         array with additional data of the object type
index 4b02a92b8d68bc3351895f72b76c9e186371a679..4451e7744365cc3ce61c2e7bad11cdf6eff6b181 100644 (file)
@@ -21,7 +21,7 @@ class ObjectTypeCache extends SingletonFactory {
        
        /**
         * object type definition ids grouped by category name
-        * @var integer[][]
+        * @var int[][]
         */
        protected $definitionsByCategory = [];
        
@@ -63,7 +63,7 @@ class ObjectTypeCache extends SingletonFactory {
         * Returns the object type definition with the given id or null if no such
         * object type definition exists.
         * 
-        * @param       integer         $definitionID
+        * @param       int             $definitionID
         * @return      ObjectTypeDefinition
         */
        public function getDefinition($definitionID) {
@@ -113,7 +113,7 @@ class ObjectTypeCache extends SingletonFactory {
         * Returns the object type with the given id or null if no such object type
         * exists.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      ObjectType
         */
        public function getObjectType($objectTypeID) {
@@ -159,7 +159,7 @@ class ObjectTypeCache extends SingletonFactory {
         * 
         * @param       string          $definitionName
         * @param       string          $objectTypeName
-        * @return      integer
+        * @return      int
         */
        public function getObjectTypeIDByName($definitionName, $objectTypeName) {
                $objectType = $this->getObjectTypeByName($definitionName, $objectTypeName);
index f79fec6733c1504958065fd67274dcf3e421b3ea..794cc1a4184a89f9c4d9df60d6b004519dc53ef5 100644 (file)
@@ -10,9 +10,9 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Object\Type\Definition
  *
- * @property-read      integer         $definitionID           unique id of the object type definition
+ * @property-read      int             $definitionID           unique id of the object type definition
  * @property-read      string          $definitionName         textual identifier of the object type definition
- * @property-read      integer         $packageID              id of the package the which delivers the object type definition
+ * @property-read      int             $packageID              id of the package the which delivers the object type definition
  * @property-read      string          $interfaceName          PHP interface name the PHP classes of the object types' processors need to implement
  * @property-read      string          $categoryName           
  */
index 0b0cbb6b82cbea360b400a3b64ecb4b2a60b2f37..e1a91b38ba69ebd69c4793f1dc0a08dfd7719945 100644 (file)
@@ -15,8 +15,8 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Option
  *
- * @property-read      integer         $optionID               unique id of the option
- * @property-read      integer         $packageID              id of the package the which delivers the option
+ * @property-read      int             $optionID               unique id of the option
+ * @property-read      int             $packageID              id of the package the which delivers the option
  * @property-read      string          $optionName             name and textual identifier of the option
  * @property-read      string          $categoryName           name of the option category the option belongs to
  * @property-read      string          $optionType             textual identifier of the option (corresponds to a class implementing `wcf\system\option\IOptionType`)
@@ -24,12 +24,12 @@ use wcf\util\StringUtil;
  * @property-read      string          $validationPattern      regular expression used to validate the option's value or empty if no such regular expression exists
  * @property-read      string          $selectOptions          newline-separated list of selectable options for a selectable option type (line pattern: `{value}:{language item name}`)
  * @property-read      string          $enableOptions          list of options that are enabled based on the option's value (simple comma-separated list of boolean options, otherwise newline-separated list with line pattern: `{select value}:{comma-separated list}`)
- * @property-read      integer         $showOrder              position of the option in relation to the other option in the option category
- * @property-read      integer         $hidden                 is `1` if the option is hidden and thus cannot be explicitly set by in the acp, otherwise `0`
+ * @property-read      int             $showOrder              position of the option in relation to the other option in the option category
+ * @property-read      int             $hidden                 is `1` if the option is hidden and thus cannot be explicitly set by in the acp, otherwise `0`
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to set the option value
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the option to be editable
- * @property-read      integer         $supportI18n            is `1` if the option supports different values for all available languages, otherwise `0`
- * @property-read      integer         $requireI18n            is `1` if `$supportI18n = 1` and the option's value has to explicitly set for all values so that the `monolingual` option is not available, otherwise `0`
+ * @property-read      int             $supportI18n            is `1` if the option supports different values for all available languages, otherwise `0`
+ * @property-read      int             $requireI18n            is `1` if `$supportI18n = 1` and the option's value has to explicitly set for all values so that the `monolingual` option is not available, otherwise `0`
  * @property-read      array           $additionalData         array with additional data of the option
  */
 class Option extends DatabaseObject {
index 9e65a06389f487b1e1ac02fc036f82734e68f450..4eb162709e0a4ad2ef266e924f6e1c8ad6cb2759 100644 (file)
@@ -12,11 +12,11 @@ use wcf\data\TDatabaseObjectPermissions;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Option\Category
  *
- * @property-read      integer         $categoryID             unique id of the option category
- * @property-read      integer         $packageID              id of the package the which delivers the option category
+ * @property-read      int             $categoryID             unique id of the option category
+ * @property-read      int             $packageID              id of the package the which delivers the option category
  * @property-read      string          $categoryName           name and textual identifier of the option category
  * @property-read      string          $parentCategoryName     name of the option category's parent category or empty if the option category has no parent category
- * @property-read      integer         $showOrder              position of the option category in relation its siblings
+ * @property-read      int             $showOrder              position of the option category in relation its siblings
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to see the option category
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the option category to be shown
  */
index ebfc10b50d2ffd89956bf1d09ee48b57135bda75..f24680f462db4902307e4cd58d95b6e24b509d31 100644 (file)
@@ -17,17 +17,17 @@ use wcf\util\FileUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Package
  *
- * @property-read      integer         $packageID              unique id of the package
+ * @property-read      int             $packageID              unique id of the package
  * @property-read      string          $package                unique textual identifier of the package
  * @property-read      string          $packageDir             relative directory to Core in which the application is installed or empty if package is no application or Core
  * @property-read      string          $packageName            name of the package or name of language item which contains the name
  * @property-read      string          $packageDescription     description of the package or name of language item which contains the description
  * @property-read      string          $packageVersion         installed version of package
- * @property-read      integer         $packageDate            timestamp at which the installed package version has been released
- * @property-read      integer         $installDate            timestamp at which the package has been installed
- * @property-read      integer         $updateDate             timestamp at which the package has been updated or installed if it has not been updated yet
+ * @property-read      int             $packageDate            timestamp at which the installed package version has been released
+ * @property-read      int             $installDate            timestamp at which the package has been installed
+ * @property-read      int             $updateDate             timestamp at which the package has been updated or installed if it has not been updated yet
  * @property-read      string          $packageURL             external url to website with more information about the package
- * @property-read      integer         $isApplication          is `1` if the package delivers an application, otherwise `0`
+ * @property-read      int             $isApplication          is `1` if the package delivers an application, otherwise `0`
  * @property-read      string          $author                 author of the package
  * @property-read      string          $authorURL              external url to the website of the package author
  */
@@ -65,7 +65,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
        
        /**
         * list of ids of packages which are required by another package
-        * @var integer[]
+        * @var int[]
         */
        protected static $requiredPackageIDs = null;
        
@@ -420,7 +420,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
        /**
         * Writes the config.inc.php for an application.
         * 
-        * @param       integer         $packageID
+        * @param       int             $packageID
         */
        public static function writeConfigFile($packageID) {
                $package = new Package($packageID);
index a551eaebf466b0b1aff90950c5e4003369a0562d..87cd595c498d1e54bbda8e4a4f5a52d90f69187d 100644 (file)
@@ -28,7 +28,7 @@ class PackageCache extends SingletonFactory {
        /**
         * Returns a specific package.
         * 
-        * @param       integer         $packageID
+        * @param       int             $packageID
         * @return      Package
         */
        public function getPackage($packageID) {
index 3bae2b1ca7f091cc3577766641b4bbae413566c0..6d1a5551917f25d5d8494aab32f902bb212fac2b 100644 (file)
@@ -12,8 +12,8 @@ use wcf\system\package\plugin\IPackageInstallationPlugin;
  * @package    WoltLabSuite\Core\Data\Package\Installation\Plugin
  * 
  * @property-read      string          $pluginName     unique name and textual identifier of the package installation plugin
- * @property-read      integer|null    $packageID      id of the package the which delivers the package installation plugin
- * @property-read      integer         $priority       priority in which the package installation plugins are installed, `1` for Core package installation plugins (executed first) and `0` for other package installation plugins
+ * @property-read      int|null        $packageID      id of the package the which delivers the package installation plugin
+ * @property-read      int             $priority       priority in which the package installation plugins are installed, `1` for Core package installation plugins (executed first) and `0` for other package installation plugins
  * @property-read      string          $className      name of the PHP class implementing `wcf\system\package\plugin\IPackageInstallationPlugin` handling installing and uninstalling handled data
  */
 class PackageInstallationPlugin extends DatabaseObject {
index e4c02fe13a5761314fecf89344e89ddccd58e7bb..f51a81df9e3dd7c1e4990528cbb2059194110e25 100644 (file)
@@ -11,23 +11,23 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Package\Installation\Queue
  *
- * @property-read      integer         $queueID                unique id of the package installation queue entry
- * @property-read      integer         $parentQueueID          id of the package installation queue entry's parent entry or `0` if it has no parent entry
- * @property-read      integer         $processNo              numerical identifier of a group of dependent package installation queue entries, i.e. a parent entry and all of its children
- * @property-read      integer         $userID                 id of the user who started the package installation, update or uninstallation
+ * @property-read      int             $queueID                unique id of the package installation queue entry
+ * @property-read      int             $parentQueueID          id of the package installation queue entry's parent entry or `0` if it has no parent entry
+ * @property-read      int             $processNo              numerical identifier of a group of dependent package installation queue entries, i.e. a parent entry and all of its children
+ * @property-read      int             $userID                 id of the user who started the package installation, update or uninstallation
  * @property-read      string          $package                identifier of the relevant package
  * @property-read      string          $packageName            name of the relevant package
- * @property-read      integer|null    $packageID              id of relevant package
+ * @property-read      int|null        $packageID              id of relevant package
  * @property-read      string          $archive                location of the package file for `$action = install` or `$action = update`, otherwise empty
  * @property-read      string          $action                 action the package installation queue entry belongs to (`install`, `update`, `uninstall`)
- * @property-read      integer         $done                   is `1` if the package installation queue entry has been completed, otherwise `0`
- * @property-read      integer         $isApplication          is `1` if the package installation queue entry belongs to an application, otherwise `0`
+ * @property-read      int             $done                   is `1` if the package installation queue entry has been completed, otherwise `0`
+ * @property-read      int             $isApplication          is `1` if the package installation queue entry belongs to an application, otherwise `0`
  */
 class PackageInstallationQueue extends DatabaseObject {
        /**
         * Returns a new process number for package installation queue.
         * 
-        * @return      integer
+        * @return      int
         */
        public static function getNewProcessNo() {
                $sql = "SELECT  MAX(processNo) AS processNo
index c0c55a58619a86fd2e3683e705ca7cb7aab4b292..8cc90e01344937ca7e8c1bb08555e631d6a415a7 100644 (file)
@@ -61,7 +61,7 @@ class PackageInstallationQueueAction extends AbstractDatabaseObjectAction {
        /**
         * Prepares a new package installation queue.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function prepareQueue() {
                $processNo = PackageInstallationQueue::getNewProcessNo();
index 863da5d6e99744628d5fe9e236575f43468092f1..59b7643a34ceeeaba9c4d1d8d7dad741a38e324e 100644 (file)
@@ -10,15 +10,15 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Package\Update
  *
- * @property-read      integer         $packageUpdateID                unique id of the package update
- * @property-read      integer         $packageUpdateServerID          id of the package update server the package update is located on
+ * @property-read      int             $packageUpdateID                unique id of the package update
+ * @property-read      int             $packageUpdateServerID          id of the package update server the package update is located on
  * @property-read      string          $package                        identifier of the package
  * @property-read      string          $packageName                    name of the package
  * @property-read      string          $packageDescription             description of the package
  * @property-read      string          $author                         author of the package
  * @property-read      string          $authorURL                      external url to the website of the package author
- * @property-read      integer         $isApplication                  is `1` if the package update belongs to an application, otherwise `0`
- * @property-read      integer         $pluginStoreFileID              file id for related package on pluginstore.woltlab.com, otherwise `0`
+ * @property-read      int             $isApplication                  is `1` if the package update belongs to an application, otherwise `0`
+ * @property-read      int             $pluginStoreFileID              file id for related package on pluginstore.woltlab.com, otherwise `0`
  */
 class PackageUpdate extends DatabaseObject {
        /**
index de7e6b7e14469ac23a8f3f7f8868ccf6b5d1e0d1..088609c81cc346178d63d2497f074673b3833fd5 100644 (file)
@@ -235,7 +235,7 @@ class PackageUpdateAction extends AbstractDatabaseObjectAction {
         * Validates dependencies and exclusions of a package,
         * optionally limited by a minimum version number.
         * 
-        * @param       integer         $packageUpdateID
+        * @param       int         $packageUpdateID
         * @param       string|null     $minVersion
         * @param       string[]        $installedPackages
         * @param       string[]        $excludedPackagesOfInstalledPackages
index bc00b3e095631b14ebfb9b85142d3213541b6a62..a97d93b105e2403d516ee3d59e35e766c34f6a06 100644 (file)
@@ -16,12 +16,12 @@ use wcf\util\Url;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Package\Update\Server
  *
- * @property-read      integer         $packageUpdateServerID          unique id of the package update server
+ * @property-read      int             $packageUpdateServerID          unique id of the package update server
  * @property-read      string          $serverURL                      url of the package update server
  * @property-read      string          $loginUsername                  username used to login on the package update server
  * @property-read      string          $loginPassword                  password used to login on the package update server
- * @property-read      integer         $isDisabled                     is `1` if the package update server is disabled and thus not considered for package updates, otherwise `0`
- * @property-read      integer         $lastUpdateTime                 timestamp at which the data of the package update server has been fetched the last time
+ * @property-read      int             $isDisabled                     is `1` if the package update server is disabled and thus not considered for package updates, otherwise `0`
+ * @property-read      int             $lastUpdateTime                 timestamp at which the data of the package update server has been fetched the last time
  * @property-read      string          $status                         status of the package update server (`online` or `offline`)
  * @property-read      string          $errorMessage                   error message if the package update server if offline or empty otherwise 
  * @property-read      string          $apiVersion                     version of the supported package update server api (`2.0`, `2.1`)
@@ -68,7 +68,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Returns all active update package servers sorted by hostname.
         * 
-        * @param       integer[]       $packageUpdateServerIDs
+        * @param       int[]   $packageUpdateServerIDs
         * @return      PackageUpdateServer[]
         */
        public static final function getActiveUpdateServers(array $packageUpdateServerIDs = []) {
@@ -167,7 +167,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Stores auth data for a package update server.
         * 
-        * @param       integer         $packageUpdateServerID
+        * @param       int             $packageUpdateServerID
         * @param       string          $username
         * @param       string          $password
         * @param       boolean         $saveCredentials
@@ -197,7 +197,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Returns true if update server requires license data instead of username/password.
         * 
-        * @return      integer
+        * @return      int
         */
        public final function requiresLicense() {
                return Regex::compile('^https?://update.woltlab.com/')->match($this->serverURL);
index 17bf3a66530ec8b6a27b5e28268ec9873c301b1f..a5aa98437f5850d14fac0a164408adfc910bee60 100644 (file)
@@ -10,14 +10,14 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Package\Update\Version
  *
- * @property-read      integer         $packageUpdateVersionID         unique id of the package update version
- * @property-read      integer         $packageUpdateID                id of the package update the package update version belongs to
+ * @property-read      int             $packageUpdateVersionID         unique id of the package update version
+ * @property-read      int             $packageUpdateID                id of the package update the package update version belongs to
  * @property-read      string          $packageVersion                 version number of the package update version
- * @property-read      integer         $packageDate                    date of the package update version
+ * @property-read      int             $packageDate                    date of the package update version
  * @property-read      string          $filename                       location of the package update version file or empty if no file is given
  * @property-read      string          $license                        name of the license of the package update version or empty if no license is given
  * @property-read      string          $licenseURL                     link to the license of the package update version or empty if no license or license link is given
- * @property-read      integer         $isAccessible                   is `1` if the package update version is accessible and thus can be installed, otherwise `0`
+ * @property-read      int             $isAccessible                   is `1` if the package update version is accessible and thus can be installed, otherwise `0`
  */
 class PackageUpdateVersion extends DatabaseObject {
        /**
index aa98e0b67f1d543e3ae549d53bf5308784c83a66..c4ca695dcd82b39f47eb6646862b9a5bd66d2439 100644 (file)
@@ -26,24 +26,24 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Page
  * @since      3.0
  * 
- * @property-read      integer         $pageID                         unique id of the page
- * @property-read      integer|null    $parentPageID                   id of the page's parent page or `null` if it has no parent page
+ * @property-read      int             $pageID                         unique id of the page
+ * @property-read      int|null        $parentPageID                   id of the page's parent page or `null` if it has no parent page
  * @property-read      string          $identifier                     unique textual identifier of the page
  * @property-read      string          $name                           monolingual name of the page shown in the ACP
  * @property-read      string          $pageType                       type of the page, default types: `text`, `html`, `tpl` `system`
- * @property-read      integer         $isDisabled                     is `1` if the page is disabled and thus cannot be accessed, otherwise `0`
- * @property-read      integer         $isLandingPage                  is `1` if the page is the landing page, otherwise `0`
- * @property-read      integer         $isMultilingual                 is `1` if the page is available in different languages, otherwise `0`
- * @property-read      integer         $originIsSystem                 is `1` if the page has been delivered by a package, otherwise `0` (i.e. the page has been created in the ACP)
- * @property-read      integer         $packageID                      id of the package the which delivers the page or `1` if it has been created in the ACP
- * @property-read      integer         $applicationPackageID           id of the package of the application the pages belongs to
- * @property-read      integer         $overrideApplicationPackageID   id of the package of the application that the page virtually belongs to
+ * @property-read      int             $isDisabled                     is `1` if the page is disabled and thus cannot be accessed, otherwise `0`
+ * @property-read      int             $isLandingPage                  is `1` if the page is the landing page, otherwise `0`
+ * @property-read      int             $isMultilingual                 is `1` if the page is available in different languages, otherwise `0`
+ * @property-read      int             $originIsSystem                 is `1` if the page has been delivered by a package, otherwise `0` (i.e. the page has been created in the ACP)
+ * @property-read      int             $packageID                      id of the package the which delivers the page or `1` if it has been created in the ACP
+ * @property-read      int             $applicationPackageID           id of the package of the application the pages belongs to
+ * @property-read      int             $overrideApplicationPackageID   id of the package of the application that the page virtually belongs to
  * @property-read      string          $controller                     name of the page controller class
  * @property-read      string          $handler                        name of the page handler class for `system` pages or empty 
  * @property-read      string          $controllerCustomURL            custom url of the page
- * @property-read      integer         $requireObjectID                is `1` if the page requires an object id parameter, otherwise `0`
- * @property-read      integer         $hasFixedParent                 is `1` if the page's parent page cannot be changed, otherwise `0`
- * @property-read      integer         $lastUpdateTime                 timestamp at which the page has been updated the last time
+ * @property-read      int             $requireObjectID                is `1` if the page requires an object id parameter, otherwise `0`
+ * @property-read      int             $hasFixedParent                 is `1` if the page's parent page cannot be changed, otherwise `0`
+ * @property-read      int             $lastUpdateTime                 timestamp at which the page has been updated the last time
  * @property-read      string          $cssClassName                   css class name(s) of the page
  * @property-read      string          $availableDuringOfflineMode     is `1` if the page is available during offline mode, otherwise `0`
  * @property-read      string          $allowSpidersToIndex            is `1` if the page is accessible for search spiders, otherwise `0`
@@ -69,7 +69,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
        
        /**
         * box to page assignments
-        * @var integer[]
+        * @var int[]
         */
        protected $boxIDs;
        
@@ -137,7 +137,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
         * Returns content for a single language, passing `null` for `$languageID` is undefined
         * for multilingual pages.
         * 
-        * @param       integer         $languageID     language id or `null` if there are no localized versions
+        * @param       int             $languageID     language id or `null` if there are no localized versions
         * @return      PageContent|null                page content data
         */
        public function getPageContentByLanguage($languageID = null) {
@@ -303,7 +303,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
        /**
         * Returns box to page assignments.
         *
-        * @return      integer[]
+        * @return      int[]
         */
        public function getBoxIDs() {
                if ($this->boxIDs === null) {
@@ -331,7 +331,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
        /**
         * Returns the template name of this page.
         * 
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @return      string
         */
        public function getTplName($languageID = null) {
index 5d5e4e7657c555d42d6ecb1555fc00b7482d7ec1..71e2025ebd77f6ff79b1bb525d73b90a83604ac5 100644 (file)
@@ -39,7 +39,7 @@ class PageCache extends SingletonFactory {
        /**
         * Returns a page by page id or null.
         * 
-        * @param       integer         $pageID         page id
+        * @param       int             $pageID         page id
         * @return      Page|null
         */
        public function getPage($pageID) {
@@ -82,8 +82,8 @@ class PageCache extends SingletonFactory {
         * Returns the localized page title by page id, optionally retrieving the title
         * for given language id if it is a multilingual page.
         * 
-        * @param       integer         $pageID         page id
-        * @param       integer         $languageID     specific value by language id
+        * @param       int             $pageID         page id
+        * @param       int             $languageID     specific value by language id
         * @return      string  localized page title
         */
        public function getPageTitle($pageID, $languageID = null) {
index e45a93a32464d6098f9d6eb6ad59b1402cba4c33..956247aaba58885073823fc72f20a8d3a1133ff7 100644 (file)
@@ -32,7 +32,7 @@ class PageEditor extends DatabaseObjectEditor implements IEditableCachedObject {
        /**
         * Creates or updates the page's template file.
         * 
-        * @param       integer         $languageID     language id or `null`
+        * @param       int         $languageID     language id or `null`
         * @param       string          $content        template content
         */
        public function updateTemplate($languageID, $content) {
@@ -58,7 +58,7 @@ class PageEditor extends DatabaseObjectEditor implements IEditableCachedObject {
         * Returns true if given custom url is unique.
         * 
         * @param       string          $customURL
-        * @param       integer         $packageID
+        * @param       int         $packageID
         *
         * @return      boolean
         */
index e83370979a23b6de30442e4afc087f21af858f7c..09bfd8f9e92a6d32bbba5a49ac464ed8fa108c4f 100644 (file)
@@ -16,21 +16,21 @@ use wcf\system\request\LinkHandler;
 class PageLanguage {
        /**
         * language id
-        * @var integer
+        * @var int
         */
        protected $languageID;
        
        /**
         * page id
-        * @var integer
+        * @var int
         */
        protected $pageID;
        
        /**
         * Creates a new PageLanguage object.
         *
-        * @param       integer         $pageID
-        * @param       integer         $languageID
+        * @param       int         $pageID
+        * @param       int         $languageID
         */
        public function __construct($pageID, $languageID) {
                $this->pageID = $pageID;
index 35edaf5b4aa6f8bba769a95ebe899372b4c15fef..02906ed379fd11dba626656bedcd84f6c22f7274 100644 (file)
@@ -29,13 +29,13 @@ class PageNode extends DatabaseObjectDecorator implements \Countable, \Recursive
        
        /**
         * node depth
-        * @var integer
+        * @var int
         */
        protected $depth = 0;
        
        /**
         * iterator position
-        * @var integer
+        * @var int
         */
        private $position = 0;
        
@@ -49,7 +49,7 @@ class PageNode extends DatabaseObjectDecorator implements \Countable, \Recursive
         * 
         * @param       PageNode        $parentNode
         * @param       Page            $page
-        * @param       integer         $depth
+        * @param       int             $depth
         */
        public function __construct($parentNode = null, Page $page = null, $depth = 0) {
                if ($page === null) {
@@ -82,7 +82,7 @@ class PageNode extends DatabaseObjectDecorator implements \Countable, \Recursive
        /**
         * Returns the number of children.
         * 
-        * @return      integer
+        * @return      int
         */
        public function count() {
                return count($this->children);
@@ -140,7 +140,7 @@ class PageNode extends DatabaseObjectDecorator implements \Countable, \Recursive
        /**
         * Returns node depth.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getDepth() {
                return $this->depth;
index bc152341c8739824ca7a4d4839dbb0652322f5f1..0c568e90c20dd50a17ad8450df8df97bef92e25c 100644 (file)
@@ -13,13 +13,13 @@ namespace wcf\data\page;
 class PageNodeTree {
        /**
         * parent page id
-        * @var integer
+        * @var int
         */
        public $parentID = null;
        
        /**
         * start depth
-        * @var integer
+        * @var int
         */
        public $startDepth = 0;
        
@@ -44,8 +44,8 @@ class PageNodeTree {
        /**
         * Creates a new PageNodeTree object.
         *
-        * @param       integer                 $parentID
-        * @param       integer                 $startDepth
+        * @param       int                     $parentID
+        * @param       int                     $startDepth
         */
        public function __construct($parentID = null, $startDepth = 0) {
                $this->parentID = $parentID;
@@ -73,7 +73,7 @@ class PageNodeTree {
        /**
         * Generates the node tree recursively.
         * 
-        * @param       integer                 $parentID
+        * @param       int                     $parentID
         * @param       PageNode                $parentNode
         * @return      PageNode[]
         */
index 45cd72c1d8f11e640c3715eefac4ad3f86883df3..b633daeb90140f3c29bd475388b8917ceb7aca4b 100644 (file)
@@ -17,14 +17,14 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Page\Content
  * @since      3.0
  *
- * @property-read      integer         $pageContentID          unique id of the page content
- * @property-read      integer         $pageID                 id of the page the page content belongs to
- * @property-read      integer         $languageID             id of the page content's language
+ * @property-read      int             $pageContentID          unique id of the page content
+ * @property-read      int             $pageID                 id of the page the page content belongs to
+ * @property-read      int             $languageID             id of the page content's language
  * @property-read      string          $title                  title of the page in the associated language
  * @property-read      string          $content                actual content of the page in the associated language
  * @property-read      string          $metaDescription        meta description of the page in the associated language
  * @property-read      string          $customURL              custom url of the page in the associated language
- * @property-read      integer         $hasEmbeddedObjects     is `1` if the page content contains embedded objects, otherwise `0`
+ * @property-read      int             $hasEmbeddedObjects     is `1` if the page content contains embedded objects, otherwise `0`
  */
 class PageContent extends DatabaseObject implements ILinkableObject {
        /**
@@ -85,8 +85,8 @@ class PageContent extends DatabaseObject implements ILinkableObject {
        /**
         * Returns a certain page content.
         *
-        * @param       integer         $pageID
-        * @param       integer         $languageID
+        * @param       int         $pageID
+        * @param       int         $languageID
         * @return      PageContent|null
         */
        public static function getPageContent($pageID, $languageID) {
index bec9b40d6f369f615b86b558f6d35928dbc4e727..0554de5cfef438d424a7bb086abc487983793eec 100644 (file)
@@ -16,16 +16,16 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Paid\Subscription
  *
- * @property-read      integer         $subscriptionID                 unique id of the paid subscription
+ * @property-read      int             $subscriptionID                 unique id of the paid subscription
  * @property-read      string          $title                          title of the paid subscription or name of language item which contains the title
  * @property-read      string          $description                    description of the paid subscription or name of language item which contains the description
- * @property-read      integer         $isDisabled                     is `1` if the paid subscription is disabled and thus cannot be bought, otherwise `0`
- * @property-read      integer         $showOrder                      position of the paid subscription in relation to the other paid subscriptions
+ * @property-read      int             $isDisabled                     is `1` if the paid subscription is disabled and thus cannot be bought, otherwise `0`
+ * @property-read      int             $showOrder                      position of the paid subscription in relation to the other paid subscriptions
  * @property-read      double          $cost                           cost of the paid subscription
  * @property-read      string          $currency                       identifier for the currency of the paid subscription cost
- * @property-read      integer         $subscriptionLength             magnitude part of the duration of the subscription or `0` if the subscription is permanent
+ * @property-read      int             $subscriptionLength             magnitude part of the duration of the subscription or `0` if the subscription is permanent
  * @property-read      string          $subscriptionLengthUnit         unit part of the duration of the subscription (`D` for days, `M` for months, `Y` for years) or empty if the subscription is permanent
- * @property-read      integer         $isRecurring                    is `1` if the paid subscription is recurring and thus requires regular (automatic) payments, otherwise `0`
+ * @property-read      int             $isRecurring                    is `1` if the paid subscription is recurring and thus requires regular (automatic) payments, otherwise `0`
  * @property-read      string          $groupIDs                       comma-separated list with the ids of the user groups for which the subscription pays membership
  * @property-read      string          $excludedSubscriptionIDs        comma-separated list with the ids of paid subscriptions which prohibit purchase of this paid subscription
  */
index 52b5111d96e7b69a7fd98f29beae02b2ced7deab..2fdbc42f15ebd5fe4b0620a0d89b7651354da782 100644 (file)
@@ -26,7 +26,7 @@ class PaidSubscriptionEditor extends DatabaseObjectEditor implements IEditableCa
        /**
         * Sets the show order of the subscription.
         * 
-        * @param       integer         $showOrder
+        * @param       int             $showOrder
         */
        public function setShowOrder($showOrder = 0) {
                $sql = "SELECT  MAX(showOrder)
index 8e8745edbf2cb23ec63e7ea02ea35d7cbc28f32e..2532bebb022213fb759453d546ebc22f38ef8769 100644 (file)
@@ -14,12 +14,12 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Paid\Subscription\Transaction\Log
  * 
- * @property-read      integer         $logID                          unique id of the paid subscription transaction log entry
- * @property-read      integer|null    $subscriptionUserID             id of the paid subscription-user-association or `null` if no such association exists
- * @property-read      integer|null    $userID                         id of the user who caused the paid subscription transaction log entry or `null` if the user does not exist anymore
- * @property-read      integer         $subscriptionID                 id of the paid subscription
- * @property-read      integer         $paymentMethodObjectTypeID      id of the `com.woltlab.wcf.payment.method` object type
- * @property-read      integer         $logTime                        timestamp at which the log has been created
+ * @property-read      int             $logID                          unique id of the paid subscription transaction log entry
+ * @property-read      int|null        $subscriptionUserID             id of the paid subscription-user-association or `null` if no such association exists
+ * @property-read      int|null        $userID                         id of the user who caused the paid subscription transaction log entry or `null` if the user does not exist anymore
+ * @property-read      int             $subscriptionID                 id of the paid subscription
+ * @property-read      int             $paymentMethodObjectTypeID      id of the `com.woltlab.wcf.payment.method` object type
+ * @property-read      int             $logTime                        timestamp at which the log has been created
  * @property-read      string          $transactionID                  identifier of the paid subscription transaction
  * @property-read      string          $transactionDetails             serialized details of the paid subscription transaction
  * @property-read      string          $logMessage                     log message describing the status of the paid subscription transaction
@@ -85,7 +85,7 @@ class PaidSubscriptionTransactionLog extends DatabaseObject {
        /**
         * Returns the transaction log entry by transaction id or `null` if no such entry exists.
         * 
-        * @param       integer         $paymentMethodObjectTypeID
+        * @param       int             $paymentMethodObjectTypeID
         * @param       string          $transactionID
         * @return      PaidSubscriptionTransactionLog|null
         */
index 19a3159f0b1356684a74fa10d3169c0910555ba5..d4f21df6ea8ce2ee4c4ee4bd37b195d7e1a1ba94 100644 (file)
@@ -13,13 +13,13 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Paid\Subscription\User
  * 
- * @property-read      integer         $subscriptionUserID             unique id of the paid subscription-user-association
- * @property-read      integer         $subscriptionID                 id of the paid subscription the paid subscription-user-association belongs to
- * @property-read      integer         $userID                         id of the user the paid subscription-user-association belongs to
- * @property-read      integer         $startDate                      timestamp at which the paid subscription started
- * @property-read      integer         $endDate                        timestamp at which the paid subscription ended or will end
- * @property-read      integer         $isActive                       is `1` if the user's paid subscription is currently active and thus not expired, otherwise `0`
- * @property-read      integer         $sentExpirationNotification     is `1` if the user has been notified that the paid subscription is expiring
+ * @property-read      int             $subscriptionUserID             unique id of the paid subscription-user-association
+ * @property-read      int             $subscriptionID                 id of the paid subscription the paid subscription-user-association belongs to
+ * @property-read      int             $userID                         id of the user the paid subscription-user-association belongs to
+ * @property-read      int             $startDate                      timestamp at which the paid subscription started
+ * @property-read      int             $endDate                        timestamp at which the paid subscription ended or will end
+ * @property-read      int             $isActive                       is `1` if the user's paid subscription is currently active and thus not expired, otherwise `0`
+ * @property-read      int             $sentExpirationNotification     is `1` if the user has been notified that the paid subscription is expiring
  */
 class PaidSubscriptionUser extends DatabaseObject {
        /**
@@ -77,8 +77,8 @@ class PaidSubscriptionUser extends DatabaseObject {
        /**
         * Returns a specific subscription user or `null` if such a user does not exist.
         * 
-        * @param       integer         $subscriptionID
-        * @param       integer         $userID
+        * @param       int             $subscriptionID
+        * @param       int             $userID
         * @return      PaidSubscriptionUser|null
         */
        public static function getSubscriptionUser($subscriptionID, $userID) {
index d8fa99a28d86a7f3a489ce1d0158b8773c5e5476..5bae326edb314eb2bb26c35932d8132751b2c5dd 100644 (file)
@@ -14,18 +14,18 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Poll
  *
- * @property-read      integer         $pollID                 unique id of the poll
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.poll` object type
- * @property-read      integer         $objectID               id of the poll container object the poll belongs to
+ * @property-read      int             $pollID                 unique id of the poll
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.poll` object type
+ * @property-read      int             $objectID               id of the poll container object the poll belongs to
  * @property-read      string          $question               question of the poll
- * @property-read      integer         $time                   timestamp at which the poll has been created
- * @property-read      integer         $endTime                timestamp at which the poll has been/will be closed
- * @property-read      integer         $isChangeable           is `1` if participants can change their vote, otherwise `0`
- * @property-read      integer         $isPublic               is `1` if the result of the poll is public, otherwise `0`
- * @property-read      integer         $sortByVotes            is `1` if the results will be sorted by votes, otherwise `0`
- * @property-read      integer         $resultsRequireVote     is `1` if a user has to have voted to see the results, otherwise `0`
- * @property-read      integer         $maxVotes               maximum number of options the user can select
- * @property-read      integer         $votes                  number of votes in the poll
+ * @property-read      int             $time                   timestamp at which the poll has been created
+ * @property-read      int             $endTime                timestamp at which the poll has been/will be closed
+ * @property-read      int             $isChangeable           is `1` if participants can change their vote, otherwise `0`
+ * @property-read      int             $isPublic               is `1` if the result of the poll is public, otherwise `0`
+ * @property-read      int             $sortByVotes            is `1` if the results will be sorted by votes, otherwise `0`
+ * @property-read      int             $resultsRequireVote     is `1` if a user has to have voted to see the results, otherwise `0`
+ * @property-read      int             $maxVotes               maximum number of options the user can select
+ * @property-read      int             $votes                  number of votes in the poll
  */
 class Poll extends DatabaseObject {
        /**
index c132c182a0841f376481cb329252a7935c8650c9..2fceb6d0c6a8826fa799060370ecff4c85f7cfc5 100644 (file)
@@ -11,11 +11,11 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Poll\Poll
  * 
- * @property-read      integer         $optionID       unique id of the poll option
- * @property-read      integer         $pollID         id of the poll the option belongs to
+ * @property-read      int             $optionID       unique id of the poll option
+ * @property-read      int             $pollID         id of the poll the option belongs to
  * @property-read      string          $optionValue    text of the poll option
- * @property-read      integer         $votes          number of votes for the poll option
- * @property-read      integer         $showOrder      position of the poll option in relation to the other options of the poll
+ * @property-read      int             $votes          number of votes for the poll option
+ * @property-read      int             $showOrder      position of the poll option in relation to the other options of the poll
  */
 class PollOption extends DatabaseObject {
        /**
@@ -28,7 +28,7 @@ class PollOption extends DatabaseObject {
         * Returns relative amount of votes for this option.
         * 
         * @param       Poll    $poll
-        * @return      integer
+        * @return      int
         */
        public function getRelativeVotes(Poll $poll) {
                if ($poll->votes) {
index acbdffb2cd2ee7822f86ea4b9f03f706cef788b9..abcac8c100b8268ea258baf4e47f5c609e35b011 100644 (file)
@@ -13,9 +13,9 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\Reaction\Type
  * @since      5.2
  *
- * @property-read      integer         $reactionTypeID         unique id of the reaction type
+ * @property-read      int             $reactionTypeID         unique id of the reaction type
  * @property-read      string          $title
- * @property-read      integer         $showOrder              position of the reaction type in relation to the other reaction types
+ * @property-read      int             $showOrder              position of the reaction type in relation to the other reaction types
  * @property-read      string          $iconFile               the file location of the icon
  * @property-read      boolean         $isAssignable           `1`, if the reaction can be assigned
  */
index db08511ab5e89cdf0cee881a6ccc0c5c04cd98ea..470ceb17a23bd8a8b043881af3bfdf61ad94605c 100644 (file)
@@ -29,7 +29,7 @@ class ReactionTypeCache extends SingletonFactory {
        /**
         * Returns the reaction type with the given reactionTypeID.
         *
-        * @param       integer         $reactionTypeID
+        * @param       int             $reactionTypeID
         * @return      ReactionType
         */
        public function getReactionTypeByID($reactionTypeID) {
@@ -43,7 +43,7 @@ class ReactionTypeCache extends SingletonFactory {
        /**
         * Returns the reaction types with the given reactionTypeIDs.
         *
-        * @param       integer[]       $reactionTypeIDs
+        * @param       int[]   $reactionTypeIDs
         * @return      ReactionType[]
         */
        public function getReactionTypesByID(array $reactionTypeIDs) {
index 16c855dacd5a735fac016975400b68e649b07771..0075a9145247fcfd4d1b55ec7dd78fc258c56ee3 100644 (file)
@@ -27,7 +27,7 @@ interface ISearchResultObject {
        /**
         * Returns the creation time.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getTime();
        
index 7f627e00c585b9ab6cb93bcfe9747ca81cb3a9ef..736225aa948bc23436a0ead228da6947fc02e74b 100644 (file)
@@ -10,10 +10,10 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Search
  *
- * @property-read      integer         $searchID       unique id of the search
- * @property-read      integer|null    $userID         id of the user who has done the search or `null` if a guest has done the search
+ * @property-read      int             $searchID       unique id of the search
+ * @property-read      int|null        $userID         id of the user who has done the search or `null` if a guest has done the search
  * @property-read      string          $searchData     serialized array with data and parameters of the seatch
- * @property-read      integer         $searchTime     timestamp of the search
+ * @property-read      int             $searchTime     timestamp of the search
  * @property-read      string          $searchType     type of search, like `messages` or `users`
  * @property-read      string          $searchHash     hash identifying the search for the user to reuse the result within the first 30 minutes
  */
index ba61afcd2b8547e8022ab5c16d2d5e8733ba728b..cd58870ac421423a788406bdbd58d972a8cce3aa 100644 (file)
@@ -10,9 +10,9 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Search\Keyword
  *
- * @property-read      integer         $keywordID              unique id of the search keyword
+ * @property-read      int             $keywordID              unique id of the search keyword
  * @property-read      string          $keyword                search keyword
- * @property-read      integer         $searches               times the keyword has been searched
- * @property-read      integer         $lastSearchTime         last time the keyword has been searched
+ * @property-read      int             $searches               times the keyword has been searched
+ * @property-read      int             $lastSearchTime         last time the keyword has been searched
  */
 class SearchKeyword extends DatabaseObject {}
index ead802977b17b179b31ed745dcf098cf945a227e..79fc9586e7bf97a59b3b0af7a852e4a5f71bf62a 100644 (file)
@@ -10,11 +10,11 @@ use wcf\data\acp\session\ACPSession;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Session
  * 
- * @property-read      integer|null    $pageID                 id of the latest page visited
- * @property-read      integer|null    $pageObjectID           id of the object the latest page visited belongs to
- * @property-read      integer|null    $parentPageID           id of the parent page of latest page visited
- * @property-read      integer|null    $parentPageObjectID     id of the object the parent page of latest page visited belongs to
- * @property-read      integer         $spiderID               id of the spider the session belongs to
+ * @property-read      int|null        $pageID                 id of the latest page visited
+ * @property-read      int|null        $pageObjectID           id of the object the latest page visited belongs to
+ * @property-read      int|null        $parentPageID           id of the parent page of latest page visited
+ * @property-read      int|null        $parentPageObjectID     id of the object the parent page of latest page visited belongs to
+ * @property-read      int             $spiderID               id of the spider the session belongs to
  */
 class Session extends ACPSession {
        /**
index 7e0dd94bf5d7fddaf1f4e1f5bcaf5dcec33e0287..f69c083c65a2b9ea99d168546cdfe8f2c4918922 100644 (file)
@@ -13,15 +13,15 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Smiley
  * 
- * @property-read      integer         $smileyID       unique id of the smiley
- * @property-read      integer         $packageID      id of the package which delivers the smiley
- * @property-read      integer|null    $categoryID     id of the category the smiley belongs to or `null` if it belongs to the default category
+ * @property-read      int             $smileyID       unique id of the smiley
+ * @property-read      int             $packageID      id of the package which delivers the smiley
+ * @property-read      int|null        $categoryID     id of the category the smiley belongs to or `null` if it belongs to the default category
  * @property-read      string          $smileyPath     path to the smiley file relative to wcf's default path
  * @property-read       string          $smileyPath2x   path to the smiley file relative to wcf's default path (2x version)
  * @property-read      string          $smileyTitle    title of the smiley or name of language item that contains the title
  * @property-read      string          $smileyCode     code used for displaying the smiley
  * @property-read      string          $aliases        alternative codes used for displaying the smiley
- * @property-read      integer         $showOrder      position of the smiley in relation to the other smileys in the same category
+ * @property-read      int             $showOrder      position of the smiley in relation to the other smileys in the same category
  */
 class Smiley extends DatabaseObject implements ITitledObject {
        protected $height;
@@ -68,7 +68,7 @@ class Smiley extends DatabaseObject implements ITitledObject {
        /**
         * Returns the height of the smiley.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getHeight() {
                if ($this->height === null) {
index 84e28290befce736e1a257ea7a772383af3f4792..c409c605419111a60fbf438bfd45ef0a06ac1390 100644 (file)
@@ -121,7 +121,7 @@ class SmileyCache extends SingletonFactory {
        /**
         * Returns all the smilies of a category.
         * 
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         * @return      array
         */
        public function getCategorySmilies($categoryID = null) {
index 34f03f2f136196968bae68fc29fb040a426785f6..e9cc68f79b121053d80549d0e12eeb8ad824cab2 100644 (file)
@@ -24,13 +24,13 @@ use wcf\system\WCF;
 class SmileyCategory extends AbstractDecoratedCategory implements \Countable, ITraversableObject {
        /**
         * current iterator index
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
        /**
         * list of index to object relation
-        * @var integer[]
+        * @var int[]
         */
        protected $indexToObject = null;
        
index 4dfa8d9574490cd02a9f13953d543dc1c2898285..04af2f6f7044ecfd7496d9e6e6b56204229a9bf9 100644 (file)
@@ -10,7 +10,7 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Spider
  *
- * @property-read      integer         $spiderID               unique id of the spider
+ * @property-read      int             $spiderID               unique id of the spider
  * @property-read      string          $spiderIdentifier       unique textual identifier of the spider
  * @property-read      string          $spiderName             name of the spider
  * @property-read      string          $spiderURL              link to the spider's website or empty if no such website exists
index 26f536fd628cf78d78c2139b9b3a96d3c56afa81..c3d7ab1448c0f07886311b44cc39b16eca8a468a 100644 (file)
@@ -10,10 +10,10 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Stat\Daily
  *
- * @property-read      integer         $statID         unique id of the daily statistic entry
- * @property-read      integer         $objectTypeID   id of the `com.woltlab.wcf.statDailyHandler` object type
+ * @property-read      int             $statID         unique id of the daily statistic entry
+ * @property-read      int             $objectTypeID   id of the `com.woltlab.wcf.statDailyHandler` object type
  * @property-read      string          $date           date when the daily statistic entry has been created
- * @property-read      integer         $counter        daily statistic entry count for the last day
- * @property-read      integer         $total          cumulative daily statistic entry count up to the date
+ * @property-read      int             $counter        daily statistic entry count for the last day
+ * @property-read      int             $total          cumulative daily statistic entry count up to the date
  */
 class StatDaily extends DatabaseObject {}
index d8ace46aaef8f4e981c80821dfdd02e70157e3dc..986ffeb761e356fe46a071bc9d39b75a7db32700 100644 (file)
@@ -13,12 +13,12 @@ use wcf\util\FileUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Style
  *
- * @property-read      integer         $styleID                unique id of the style
- * @property-read      integer         $packageID              id of the package which delivers the style
+ * @property-read      int             $styleID                unique id of the style
+ * @property-read      int             $packageID              id of the package which delivers the style
  * @property-read      string          $styleName              name of style
- * @property-read      integer         $templateGroupID        id of the template group used for the style or `0` if the style uses no specific template group 
- * @property-read      integer         $isDefault              is `1` if the style is the default style for guests and users, otherwise `0`
- * @property-read      integer         $isDisabled             is `1` if the style is disabled and thus cannot be used without having the specific permission to do so, otherwise `0`
+ * @property-read      int             $templateGroupID        id of the template group used for the style or `0` if the style uses no specific template group 
+ * @property-read      int             $isDefault              is `1` if the style is the default style for guests and users, otherwise `0`
+ * @property-read      int             $isDisabled             is `1` if the style is disabled and thus cannot be used without having the specific permission to do so, otherwise `0`
  * @property-read      string          $styleDescription       description of the style or name of the language item which contains the description
  * @property-read      string          $styleVersion           version number of the style
  * @property-read      string          $styleDate              date when the used version of the style has been published
@@ -30,9 +30,9 @@ use wcf\util\FileUtil;
  * @property-read      string          $authorURL              link to the author's website
  * @property-read      string          $imagePath              path (relative to `WCF_DIR`) to the images used by the style or empty if style has no special image path
  * @property-read      string          $packageName            package identifier used to export the style as a package or empty (thus style cannot be exported as package)
- * @property-read      integer         $isTainted              is `0` if the original declarations of an imported or installed style are not and cannot be altered, otherwise `1`
- * @property-read      integer         $hasFavicon             is `0` if the default favicon data should be used
- * @property-read      integer         $coverPhotoExtension    extension of the style's cover photo file
+ * @property-read      int             $isTainted              is `0` if the original declarations of an imported or installed style are not and cannot be altered, otherwise `1`
+ * @property-read      int             $hasFavicon             is `0` if the default favicon data should be used
+ * @property-read      int             $coverPhotoExtension    extension of the style's cover photo file
  * @property-read       string          $apiVersion             the style's compatibility version, possible values: '3.0' or '3.1'
  */
 class Style extends DatabaseObject {
index 51354466ce3900be22101463abcfbb726b4ac4b7..6d97c953c2d2f4961c029bafaf556f94d67dd334 100644 (file)
@@ -47,7 +47,7 @@ class StyleEditor extends DatabaseObjectEditor implements IEditableCachedObject
        
        /**
         * list of compatible API versions
-        * @var integer[]
+        * @var int[]
         * @deprecated 5.2
         */
        public static $compatibilityApiVersions = [2018];
@@ -348,7 +348,7 @@ class StyleEditor extends DatabaseObjectEditor implements IEditableCachedObject
         * Imports a style.
         * 
         * @param       string          $filename
-        * @param       integer         $packageID
+        * @param       int             $packageID
         * @param       StyleEditor     $style
         * @param       boolean         $skipFontDownload
         * @return      StyleEditor
index 2a196d47994b382b5195a421df96b352b845fafb..070c48ff1a74abc8daac239dc39d4f345f6f14db 100644 (file)
@@ -10,7 +10,7 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Style\Variable
  *
- * @property-read      integer         $variableID             unique id of the style variable
+ * @property-read      int             $variableID             unique id of the style variable
  * @property-read      string          $variableName           name of the style variable
  * @property-read      string          $defaultValue           default value of the style variable
  */
index adedf07a232748f8a29182f4656b663ac7d5e316..e7b1bddcabde43bfa59e1f32729b69999bcd61fd 100644 (file)
@@ -13,17 +13,17 @@ use wcf\util\ArrayUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Tag
  * 
- * @property-read      integer         $tagID          unique id of the tag
- * @property-read      integer         $languageID     id of the language the tag belongs to
+ * @property-read      int             $tagID          unique id of the tag
+ * @property-read      int             $languageID     id of the language the tag belongs to
  * @property-read      string          $name           name/text of the tag
- * @property-read      integer|null    $synonymFor     id of the tag for which the tag is a synonym or `null` if the tag is no synonym
+ * @property-read      int|null        $synonymFor     id of the tag for which the tag is a synonym or `null` if the tag is no synonym
  */
 class Tag extends DatabaseObject implements IRouteController {
        /**
         * Return the tag with the given name or null of no such tag exists.
         * 
         * @param       string          $name
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @return      Tag|null
         */
        public static function getTag($name, $languageID = 0) {
index 85919b400cf74e94b3f7ec3162922f176eccf1f7..c6bf13ced910e6d507ed1fa2b3d0415acb243cf4 100644 (file)
@@ -150,7 +150,7 @@ class TagAction extends AbstractDatabaseObjectAction implements ISearchAction {
        /**
         * Unmarks tags.
         * 
-        * @param       integer[]               $tagIDs
+        * @param       int[]           $tagIDs
         * @since       3.0
         */
        protected function unmarkItems(array $tagIDs = []) {
index f61e44ee90751522425e86000781431a8afb9e77..451d6c0ce6364c053f9eaf07211f400a5f05a87f 100644 (file)
@@ -13,7 +13,7 @@ use wcf\data\DatabaseObjectDecorator;
  * @method     Tag     getDecoratedObject()
  * @mixin      Tag
  * 
- * @property-read      integer|null    $counter        number of the times the tag has been used for a certain object type or `null`
+ * @property-read      int|null        $counter        number of the times the tag has been used for a certain object type or `null`
  */
 class TagCloudTag extends DatabaseObjectDecorator {
        /**
@@ -23,7 +23,7 @@ class TagCloudTag extends DatabaseObjectDecorator {
        
        /**
         * weight of the tag in a weighted list
-        * @var integer
+        * @var int
         */
        protected $weight = 1;
        
@@ -39,7 +39,7 @@ class TagCloudTag extends DatabaseObjectDecorator {
        /**
         * Returns the weight of the tag.
         *
-        * @return      integer
+        * @return      int
         */
        public function getWeight() {
                return $this->weight;
index e06c72d1c130db14d2b86d5d6529a1b2c1eb37df..3eb8f565b6a59196253b210a54697bb2c38cb645 100644 (file)
@@ -14,12 +14,12 @@ use wcf\util\FileUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Template
  *
- * @property-read      integer         $templateID             unique id of the template
- * @property-read      integer         $packageID              id of the package which delivers the template
+ * @property-read      int             $templateID             unique id of the template
+ * @property-read      int             $packageID              id of the package which delivers the template
  * @property-read      string          $templateName           name of the template
  * @property-read      string          $application            abbreviation of the application to which the template belongs
- * @property-read      integer|null    $templateGroupID        id of the template group to which the template belongs or `null` if the template belongs to no template group
- * @property-read      integer         $lastModificationTime   timestamp at which the template has been edited the last time
+ * @property-read      int|null        $templateGroupID        id of the template group to which the template belongs or `null` if the template belongs to no template group
+ * @property-read      int             $lastModificationTime   timestamp at which the template has been edited the last time
  */
 class Template extends DatabaseObject {
        /**
index 28061805792e6e069dce14312d3fcb8e148de7b7..bb7cd88272feed62f113be89b654bdca1130b24a 100644 (file)
@@ -61,7 +61,7 @@ class TemplateEditor extends DatabaseObjectEditor {
         * Renames the file of this template.
         * 
         * @param       string          $name
-        * @param       integer         $templateGroupID
+        * @param       int             $templateGroupID
         */
        public function rename($name, $templateGroupID = 0) {
                // get current path
index aee5adbb974d9fda0eb51604688cb7f2c2c28fc3..fa834c06bf54808f103833168417e7dc1db8ed8e 100644 (file)
@@ -12,8 +12,8 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Template\Group
  *
- * @property-read      integer         $templateGroupID                unique id of the template group
- * @property-read      integer|null    $parentTemplateGroupID          id of the template group's parent template group or `null` if the template group has no parent template group
+ * @property-read      int             $templateGroupID                unique id of the template group
+ * @property-read      int|null        $parentTemplateGroupID          id of the template group's parent template group or `null` if the template group has no parent template group
  * @property-read      string          $templateGroupName              name of the template group
  * @property-read      string          $templateGroupFolderName        name of the folder containing the modified templates (relative to the normal template folder)
  */
@@ -51,9 +51,9 @@ class TemplateGroup extends DatabaseObject {
        /**
         * Creates a select list of all template groups.
         * 
-        * @param       integer[]       $ignore         Array of template group ids that should be excluded with all of their children.
+        * @param       int[]   $ignore         Array of template group ids that should be excluded with all of their children.
         *                                              -1 denotes that all immutable groups should be ignored.
-        * @param       integer         $initialDepth   Specifies the initial indentation depth of the list
+        * @param       int             $initialDepth   Specifies the initial indentation depth of the list
         * @return      array
         */
        public static function getSelectList($ignore = [], $initialDepth = 0) {
@@ -79,8 +79,8 @@ class TemplateGroup extends DatabaseObject {
        /**
         * Generates the select list.
         * 
-        * @param       integer         $parentID               id of the parent template group
-        * @param       integer         $depth                  current list depth
+        * @param       int             $parentID               id of the parent template group
+        * @param       int             $depth                  current list depth
         * @param       array           $ignore                 list of template group ids to ignore in result
         */
        protected static function makeSelectList($parentID = 0, $depth = 0, $ignore = []) {
index 48e05d65e0f4fb673b7134e3911851f8ae27265a..55bf63a7958a34036815570fb80e15014528c76a 100644 (file)
@@ -10,14 +10,14 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\Template\Listener
  *
- * @property-read      integer         $listenerID             unique id of the template listener
- * @property-read      integer         $packageID              id of the package which delivers the template listener
+ * @property-read      int             $listenerID             unique id of the template listener
+ * @property-read      int             $packageID              id of the package which delivers the template listener
  * @property-read      string          $name                   name of the template listener
  * @property-read      string          $environment            environment in which the template listener is executed, possible values: 'user' or 'admin'
  * @property-read      string          $templateName           name of the template in which the listened event is fired
  * @property-read      string          $eventName              name of the listened event
  * @property-read      string          $templateCode           included template code at the position of the listened event
- * @property-read      integer         $niceValue              value from [-128, 127] used to determine template listener execution order (template listeners with smaller `$niceValue` are executed first)
+ * @property-read      int             $niceValue              value from [-128, 127] used to determine template listener execution order (template listeners with smaller `$niceValue` are executed first)
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one for the template listener to be executed
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the template listener to be executed
  */
index 46938316157eda7b235a6c2c6a7bde870dc8f61a..5c11f38f3284c9b3bc85b8f90119333556220830 100644 (file)
@@ -21,31 +21,31 @@ use wcf\util\StringUtil;
  * @package    WoltLabSuite\Core\Data\Trophy
  * @since      3.1
  *
- * @property-read      integer         $trophyID                       unique id for the trophy
+ * @property-read      int             $trophyID                       unique id for the trophy
  * @property-read      string          $title                          the trophy title
  * @property-read      string          $description                    the trophy description
- * @property-read      integer         $categoryID                     the categoryID of the trophy
- * @property-read      integer         $type                           the trophy type
+ * @property-read      int             $categoryID                     the categoryID of the trophy
+ * @property-read      int             $type                           the trophy type
  * @property-read      string          $iconFile                       the file location of the icon
  * @property-read      string          $iconName                       the icon name
  * @property-read      string          $iconColor                      the icon color
  * @property-read      string          $badgeColor                     the icon badge color
- * @property-read      integer         $isDisabled                     `1` if the trophy is disabled
- * @property-read      integer         $awardAutomatically             `1` if the trophy is awarded automatically
- * @property-read      integer         $revokeAutomatically            `1` if the trophy should be automatically revoked once the conditions are no longer met.
- * @property-read      integer         $trophyUseHtml                  `1` if the trophy use a html description
- * @property-read      integer         $showOrder                      position of the trophy in relation to the other trophies at the same location
+ * @property-read      int             $isDisabled                     `1` if the trophy is disabled
+ * @property-read      int             $awardAutomatically             `1` if the trophy is awarded automatically
+ * @property-read      int             $revokeAutomatically            `1` if the trophy should be automatically revoked once the conditions are no longer met.
+ * @property-read      int             $trophyUseHtml                  `1` if the trophy use a html description
+ * @property-read      int             $showOrder                      position of the trophy in relation to the other trophies at the same location
  */
 class Trophy extends DatabaseObject implements ITitledLinkObject, IRouteController {
        /**
         * The type value, if this trophy is an image trophy.
-        * @var integer
+        * @var int
         */
        const TYPE_IMAGE = 1;
        
        /**
         * The type value, if this trophy is a badge trophy (based on CSS icons).
-        * @var integer
+        * @var int
         */
        const TYPE_BADGE = 2;
        
@@ -84,7 +84,7 @@ class Trophy extends DatabaseObject implements ITitledLinkObject, IRouteControll
        /**
         * Renders a trophy. 
         * 
-        * @param       integer         $size
+        * @param       int             $size
         * @param       boolean         $showTooltip
         * @return      string
         */
index 683d71566b6bff81260ca9b3f63c60b2902865ba..b6dee579003e3dbf46480cc3f4feaa77cddb9cc0 100644 (file)
@@ -42,7 +42,7 @@ class TrophyCache extends SingletonFactory {
        /**
         * Returns the trophy with the given trophyID.
         * 
-        * @param       integer         $trophyID
+        * @param       int             $trophyID
         * @return      Trophy
         */
        public function getTrophyByID($trophyID) {
@@ -56,7 +56,7 @@ class TrophyCache extends SingletonFactory {
        /**
         * Returns the trophy with the given trophyID.
         * 
-        * @param       integer[]       $trophyIDs
+        * @param       int[]   $trophyIDs
         * @return      Trophy[]
         */
        public function getTrophiesByID(array $trophyIDs) {
@@ -72,7 +72,7 @@ class TrophyCache extends SingletonFactory {
        /**
         * Returns all trophies for a specific category. 
         * 
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         * @return      Trophy[]
         */
        public function getTrophiesByCategoryID($categoryID) {
@@ -98,7 +98,7 @@ class TrophyCache extends SingletonFactory {
        /**
         * Returns all enabled trophies for a specific category.
         *
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         * @return      Trophy[]
         */
        public function getEnabledTrophiesByCategoryID($categoryID) {
index 41ed5eb5bb4512dfb5135d39a9c9122cedb9988b..a4b9149d86d0f160064400098b9221459bc9c3ae 100644 (file)
@@ -24,7 +24,7 @@ class TrophyEditor extends DatabaseObjectEditor implements IEditableCachedObject
        /**
         * Sets the show order of the trophy.
         *
-        * @param       integer         $showOrder
+        * @param       int             $showOrder
         */
        public function setShowOrder($showOrder = 0) {
                $sql = "SELECT  MAX(showOrder)
index 5f5b3e5dda5a652cd81415df440c639b5bf2f501..600b7c3e9a5b444faae634bd0109b1b536588743 100644 (file)
@@ -46,7 +46,7 @@ class TrophyCategoryCache extends SingletonFactory {
        /**
         * Returns the trophy category with the given id.
         *
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         * @return      TrophyCategory|null
         */
        public function getCategoryByID($categoryID) {
@@ -60,7 +60,7 @@ class TrophyCategoryCache extends SingletonFactory {
        /**
         * Returns the categories with the given id.
         *
-        * @param       integer[]       $categoryIDs
+        * @param       int[]   $categoryIDs
         * @return      TrophyCategory[]
         */
        public function getCategoriesByID(array $categoryIDs) {
index 8b17991c1e8f1b34d321e01099722f4fd4cd0ed5..d5f858efa3823085deec475bfd937ad66ee260b6 100644 (file)
@@ -25,60 +25,60 @@ use wcf\util\UserUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User
  * 
- * @property-read      integer         $userID                         unique id of the user
+ * @property-read      int             $userID                         unique id of the user
  * @property-read      string          $username                       name of the user
  * @property-read      string          $email                          email address of the user
  * @property-read      string          $password                       double salted hash of the user's password
  * @property-read      string          $accessToken                    token used for access authentication, for example used by feed pages
- * @property-read      integer         $languageID                     id of the interface language used by the user
- * @property-read      integer         $registrationDate               timestamp at which the user has registered/has been created
- * @property-read      integer         $styleID                        id of the style used by the user
- * @property-read      integer         $banned                         is `1` if the user is banned, otherwise `0`
+ * @property-read      int             $languageID                     id of the interface language used by the user
+ * @property-read      int             $registrationDate               timestamp at which the user has registered/has been created
+ * @property-read      int             $styleID                        id of the style used by the user
+ * @property-read      int             $banned                         is `1` if the user is banned, otherwise `0`
  * @property-read      string          $banReason                      reason why the user is banned
- * @property-read      integer         $banExpires                     timestamp at which the banned user is automatically unbanned
- * @property-read      integer         $activationCode                 flag which determines, whether the user is activated (for legacy reasons an random integer, if the user is *not* activated)
+ * @property-read      int             $banExpires                     timestamp at which the banned user is automatically unbanned
+ * @property-read      int             $activationCode                 flag which determines, whether the user is activated (for legacy reasons an random integer, if the user is *not* activated)
  * @property-read      string          $emailConfirmed                 code sent to the user's email address used for account activation or null if the email is confirmed
- * @property-read      integer         $lastLostPasswordRequestTime    timestamp at which the user has reported that they lost their password or 0 if password has not been reported as lost
+ * @property-read      int             $lastLostPasswordRequestTime    timestamp at which the user has reported that they lost their password or 0 if password has not been reported as lost
  * @property-read      string          $lostPasswordKey                code used for authenticating setting new password after password loss or empty if password has not been reported as lost
- * @property-read      integer         $lastUsernameChange             timestamp at which the user changed their name the last time or 0 if username has not been changed
+ * @property-read      int             $lastUsernameChange             timestamp at which the user changed their name the last time or 0 if username has not been changed
  * @property-read      string          $newEmail                       new email address of the user that has to be manually confirmed or empty if no new email address has been set
  * @property-read      string          $oldUsername                    previous name of the user or empty if they have had no previous name
- * @property-read      integer         $quitStarted                    timestamp at which the user terminated their account
- * @property-read      integer         $reactivationCode               code used for authenticating setting new email address or empty if no new email address has been set
+ * @property-read      int             $quitStarted                    timestamp at which the user terminated their account
+ * @property-read      int             $reactivationCode               code used for authenticating setting new email address or empty if no new email address has been set
  * @property-read      string          $registrationIpAddress          ip address of the user at the time of registration or empty if user has been created manually or if no ip address are logged
- * @property-read      integer|null    $avatarID                       id of the user's avatar or null if they have no avatar
- * @property-read      integer         $disableAvatar                  is `1` if the user's avatar has been disabled, otherwise `0`
+ * @property-read      int|null        $avatarID                       id of the user's avatar or null if they have no avatar
+ * @property-read      int             $disableAvatar                  is `1` if the user's avatar has been disabled, otherwise `0`
  * @property-read      string          $disableAvatarReason            reason why the user's avatar is disabled
- * @property-read      integer         $disableAvatarExpires           timestamp at which the user's avatar will automatically be enabled again
- * @property-read      integer         $enableGravatar                 is `1` if the user uses a gravatar as avatar, otherwise `0`
+ * @property-read      int             $disableAvatarExpires           timestamp at which the user's avatar will automatically be enabled again
+ * @property-read      int             $enableGravatar                 is `1` if the user uses a gravatar as avatar, otherwise `0`
  * @property-read      string          $gravatarFileExtension          extension of the user's gravatar file
  * @property-read      string          $signature                      text of the user's signature
- * @property-read      integer         $signatureEnableHtml            is `1` if HTML will rendered in the user's signature, otherwise `0`
- * @property-read      integer         $disableSignature               is `1` if the user's signature has been disabled, otherwise `0`
+ * @property-read      int             $signatureEnableHtml            is `1` if HTML will rendered in the user's signature, otherwise `0`
+ * @property-read      int             $disableSignature               is `1` if the user's signature has been disabled, otherwise `0`
  * @property-read      string          $disableSignatureReason         reason why the user's signature is disabled
- * @property-read      integer         $disableSignatureExpires        timestamp at which the user's signature will automatically be enabled again
- * @property-read      integer         $lastActivityTime               timestamp of the user's last activity
- * @property-read      integer         $profileHits                    number of times the user's profile has been visited
- * @property-read      integer|null    $rankID                         id of the user's rank or null if they have no rank
+ * @property-read      int             $disableSignatureExpires        timestamp at which the user's signature will automatically be enabled again
+ * @property-read      int             $lastActivityTime               timestamp of the user's last activity
+ * @property-read      int             $profileHits                    number of times the user's profile has been visited
+ * @property-read      int|null        $rankID                         id of the user's rank or null if they have no rank
  * @property-read      string          $userTitle                      custom user title used instead of rank title or empty if user has no custom title
- * @property-read      integer|null    $userOnlineGroupID              id of the user group whose online marking is used when printing the user's formatted name or null if no special marking is used
- * @property-read      integer         $activityPoints                 total number of the user's activity points
+ * @property-read      int|null        $userOnlineGroupID              id of the user group whose online marking is used when printing the user's formatted name or null if no special marking is used
+ * @property-read      int             $activityPoints                 total number of the user's activity points
  * @property-read      string          $notificationMailToken          token used for authenticating requests by the user to disable notification emails
  * @property-read      string          $authData                       data of the third party used for authentication
- * @property-read      integer         $likesReceived                  cumulative result of likes (counting +1) the user's contents have received
+ * @property-read      int             $likesReceived                  cumulative result of likes (counting +1) the user's contents have received
  * @property-read       string          $coverPhotoHash                 hash of the user's cover photo
  * @property-read      string          $coverPhotoExtension            extension of the user's cover photo file
- * @property-read       integer         $disableCoverPhoto              is `1` if the user's cover photo has been disabled, otherwise `0`
+ * @property-read       int         $disableCoverPhoto              is `1` if the user's cover photo has been disabled, otherwise `0`
  * @property-read      string          $disableCoverPhotoReason        reason why the user's cover photo is disabled
- * @property-read      integer         $disableCoverPhotoExpires       timestamp at which the user's cover photo will automatically be enabled again
- * @property-read      integer         $articles                       number of articles written by the user
+ * @property-read      int             $disableCoverPhotoExpires       timestamp at which the user's cover photo will automatically be enabled again
+ * @property-read      int             $articles                       number of articles written by the user
  * @property-read       string          $blacklistMatches               JSON string of an array with all matches in the blacklist, otherwise an empty string 
- * @property-read       integer         $multifactorActive              is `1` if the use has enabled a second factor, otherwise `0` 
+ * @property-read       int         $multifactorActive              is `1` if the use has enabled a second factor, otherwise `0` 
  */
 final class User extends DatabaseObject implements IPopoverObject, IRouteController, IUserContent {
        /**
         * list of group ids
-        * @var integer[]
+        * @var int[]
         */
        protected $groupIDs;
        
@@ -90,7 +90,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        
        /**
         * list of language ids
-        * @var integer[]
+        * @var int[]
         */
        protected $languageIDs;
        
@@ -189,7 +189,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
         * Returns an array with all the groups in which the actual user is a member.
         * 
         * @param       boolean         $skipCache
-        * @return      integer[]
+        * @return      int[]
         */
        public function getGroupIDs($skipCache = false) {
                if ($this->groupIDs === null || $skipCache) {
@@ -229,7 +229,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns a list of language ids for this user.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getLanguageIDs() {
                if ($this->languageIDs === null) {
@@ -294,7 +294,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
         * Returns the id of a user option.
         * 
         * @param       string          $name
-        * @return      integer         id
+        * @return      int             id
         */
        public static function getUserOptionID($name) {
                // get user option cache if necessary
index 38b8d2fbf8c36f9eb7bd3096234aa0e77ab4dc0b..81038de9c1ececfc47b6214c58a1421050a33cf3 100644 (file)
@@ -599,7 +599,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio
        /**
         * Unmarks users.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]   $userIDs
         */
        protected function unmarkItems(array $userIDs = []) {
                if (empty($userIDs)) {
index e10f4cd3560174f7d77be5e979feb8169d22794f..8ba5e444a35381dafef0001308644cabe26de220 100644 (file)
@@ -109,7 +109,7 @@ class UserEditor extends DatabaseObjectEditor implements IEditableCachedObject {
        /**
         * Inserts default options.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         */
        protected static function createUserOptions($userID) {
                // fetch default values
@@ -205,7 +205,7 @@ class UserEditor extends DatabaseObjectEditor implements IEditableCachedObject {
        /**
         * Adds a user to a user group.
         * 
-        * @param       integer $groupID
+        * @param       int     $groupID
         */
        public function addToGroup($groupID) {
                $sql = "INSERT IGNORE INTO      wcf".WCF_N."_user_to_group
@@ -218,7 +218,7 @@ class UserEditor extends DatabaseObjectEditor implements IEditableCachedObject {
        /**
         * Removes a user from a user group.
         * 
-        * @param       integer         $groupID
+        * @param       int             $groupID
         */
        public function removeFromGroup($groupID) {
                $sql = "DELETE FROM     wcf".WCF_N."_user_to_group
index 74df9bc3b4ca6a40a66dc4f0d3cae4c864ebad00..ad7a2fe94a7f1b35cd01ce3f55dd3426ec9f515e 100644 (file)
@@ -45,25 +45,25 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        
        /**
         * list of ignored user ids
-        * @var integer[]
+        * @var int[]
         */
        protected $ignoredUserIDs;
        
        /**
         * list of user ids that are ignoring this user
-        * @var integer[]
+        * @var int[]
         */
        protected $ignoredByUserIDs;
        
        /**
         * list of follower user ids
-        * @var integer[]
+        * @var int[]
         */
        protected $followerUserIDs;
        
        /**
         * list of following user ids
-        * @var integer[]
+        * @var int[]
         */
        protected $followingUserIDs;
        
@@ -81,7 +81,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        
        /**
         * age of this user
-        * @var integer
+        * @var int
         */
        protected $__age;
        
@@ -122,7 +122,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns a list of all user ids being followed by current user.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getFollowingUsers() {
                if ($this->followingUserIDs === null) {
@@ -156,7 +156,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns a list of user ids following current user.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getFollowers() {
                if ($this->followerUserIDs === null) {
@@ -190,7 +190,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns a list of ignored user ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getIgnoredUsers() {
                if ($this->ignoredUserIDs === null) {
@@ -224,7 +224,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns a list of user ids that are ignoring this user.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getIgnoredByUsers() {
                if ($this->ignoredByUserIDs === null) {
@@ -258,7 +258,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if current user is following given user id.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      boolean
         */
        public function isFollowing($userID) {
@@ -268,7 +268,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if given user ids follows current user.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      boolean
         */
        public function isFollower($userID) {
@@ -278,7 +278,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if given user is ignored.
         *
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      boolean
         */
        public function isIgnoredUser($userID) {
@@ -288,7 +288,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if the given user ignores the current user.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      boolean
         */
        public function isIgnoredByUser($userID) {
@@ -544,7 +544,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns the last activity time.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getLastActivityTime() {
                return max($this->lastActivityTime, $this->sessionLastActivityTime);
@@ -553,7 +553,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns a new user profile object.
         * 
-        * @param       integer                         $userID
+        * @param       int                             $userID
         * @return      UserProfile
         * @deprecated  3.0, use UserProfileRuntimeCache::getObject()
         */
@@ -564,7 +564,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns a list of user profiles.
         * 
-        * @param       integer[]               $userIDs
+        * @param       int[]           $userIDs
         * @return      UserProfile[]
         * @deprecated  3.0, use UserProfileRuntimeCache::getObjects()
         */
@@ -705,8 +705,8 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns the age of this user.
         * 
-        * @param       integer         $year
-        * @return      integer
+        * @param       int             $year
+        * @return      int
         */
        public function getAge($year = null) {
                $showYear = $this->birthdayShowYear || WCF::getSession()->getPermission('admin.general.canViewPrivateUserOptions');
@@ -740,7 +740,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns the formatted birthday of this user.
         * 
-        * @param       integer         $year
+        * @param       int             $year
         * @return      string
         */
        public function getBirthday($year = null) {
@@ -774,7 +774,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns the age of user account in days.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getProfileAge() {
                return (TIME_NOW - $this->registrationDate) / 86400;
@@ -1046,7 +1046,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Sets the session-based last activity time.
         * 
-        * @param       integer         $timestamp
+        * @param       int         $timestamp
         */
        public function setSessionLastActivityTime($timestamp) {
                $this->object->data['sessionLastActivityTime'] = $timestamp;
index 83aac7b1f2b8ff58a93bb8d7c833d9b78646894d..62199325fba8f375d5318ff5997174b98f8edc4d 100644 (file)
@@ -10,12 +10,12 @@ use wcf\data\DatabaseObject;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Activity\Event
  *
- * @property-read      integer         $eventID                unique id of the user activity event
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.user.recentActivityEvent` object type
- * @property-read      integer         $objectID               id of the object the user activity event belongs to
- * @property-read      integer|null    $languageID             id of the language of the related object or null if the object has no specific language
- * @property-read      integer         $userID                 id of the user who has triggered the user activity event
- * @property-read      integer         $time                   timestamp at which the user activity event has been triggered
+ * @property-read      int             $eventID                unique id of the user activity event
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.user.recentActivityEvent` object type
+ * @property-read      int             $objectID               id of the object the user activity event belongs to
+ * @property-read      int|null        $languageID             id of the language of the related object or null if the object has no specific language
+ * @property-read      int             $userID                 id of the user who has triggered the user activity event
+ * @property-read      int             $time                   timestamp at which the user activity event has been triggered
  * @property-read      array           $additionalData         array with additional data of the user activity event
  */
 class UserActivityEvent extends DatabaseObject {
index 77f1f5dfc80cad0b057cd635f35fbc1e370a1b68..60d09cd2e1943feba55c2fd9ed20afafc6e92c19 100644 (file)
@@ -87,7 +87,7 @@ class ViewableUserActivityEventList extends UserActivityEventList {
        /**
         * Returns timestamp of oldest entry fetched.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getLastEventTime() {
                $lastEventTime = 0;
@@ -105,7 +105,7 @@ class ViewableUserActivityEventList extends UserActivityEventList {
        /**
         * Validates event permissions and returns a list of orphaned event ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateEvents() {
                $orphanedEventIDs = [];
@@ -127,7 +127,7 @@ class ViewableUserActivityEventList extends UserActivityEventList {
        /**
         * Truncates the items in object list to given number of items.
         * 
-        * @param       integer         $limit
+        * @param       int         $limit
         */
        public function truncate($limit) {
                $this->objects = array_slice($this->objects, 0, $limit, true);
index 9ef888f2892b522f01903bb96ccca82cf89d395e..d8b7acd9354ea3f355bc5e18eea5588c47b229e0 100644 (file)
@@ -12,11 +12,11 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Authentication\Failure
  *
- * @property-read      integer         $failureID              unique if of the user authentication failure
+ * @property-read      int             $failureID              unique if of the user authentication failure
  * @property-read      string          $environment            environment in which the user authentication failure occurred, possible values: 'user' or 'admin'
- * @property-read      integer|null    $userID                 id of the user using an incorrect password or null if the provided username or email address is not associated with any registered user
+ * @property-read      int|null        $userID                 id of the user using an incorrect password or null if the provided username or email address is not associated with any registered user
  * @property-read      string          $username               user name or email address used to login
- * @property-read      integer         $time                   timestamp at which the user authentication failure has occurred
+ * @property-read      int             $time                   timestamp at which the user authentication failure has occurred
  * @property-read      string          $ipAddress              ip address of the user trying to login in
  * @property-read      string          $userAgent              user agent of the user trying to login in
  */
@@ -50,7 +50,7 @@ class UserAuthenticationFailure extends DatabaseObject {
        /**
         * Returns the number of authentication failures for given user account.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      boolean
         */
        public static function countUserFailures($userID) {
index b31f5696205f08d83c89d5fbae3205b9aac7b84e..204bf8f7928fd6f7f12c4752791d66203bb68b82 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
 class DefaultAvatar implements IUserAvatar {
        /**
         * image size
-        * @var integer
+        * @var int
         */
        public $size = UserAvatar::AVATAR_SIZE;
        
@@ -113,9 +113,9 @@ SVG;
        /**
         * Returns the perceived luminance of the given color.
         * 
-        * @param       integer         $r
-        * @param       integer         $g
-        * @param       integer         $b
+        * @param       int         $r
+        * @param       int         $g
+        * @param       int         $b
         * @return      float           luminance expressed in a float in the range of 0 and 1
         */
        protected function getPerceptiveLuminance($r, $g, $b) {
index 2004402dcdf48c997fd78de9b00cff0138f59d05..d3cf4109b670cf333565b48693ff01ff5f1ec14f 100644 (file)
@@ -30,13 +30,13 @@ class Gravatar extends DefaultAvatar {
        
        /**
         * gravatar expire time (days)
-        * @var integer
+        * @var int
         */
        const GRAVATAR_CACHE_EXPIRE = 7;
        
        /**
         * user id
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
@@ -61,7 +61,7 @@ class Gravatar extends DefaultAvatar {
        /**
         * Creates a new Gravatar object.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @param       string          $gravatar
         * @param       string          $fileExtension
         */
index f478617c8e48c72c983908b3d5dcc20c1c5fcb9f..9c23822ec3f6c93285696127e34b08fdd4361650 100644 (file)
@@ -21,7 +21,7 @@ interface IUserAvatar {
        /**
         * Returns the url to this avatar.
         * 
-        * @param       integer         $size
+        * @param       int             $size
         * @return      string
         */
        public function getURL($size = null);
@@ -29,7 +29,7 @@ interface IUserAvatar {
        /**
         * Returns the html code to display this avatar.
         * 
-        * @param       integer         $size
+        * @param       int             $size
         * @return      string
         */
        public function getImageTag($size = null);
@@ -37,7 +37,7 @@ interface IUserAvatar {
        /**
         * Returns the image tag used for cropping.
         * 
-        * @param       integer         $size
+        * @param       int             $size
         * @return      string
         * @deprecated  3.0
         */
@@ -46,14 +46,14 @@ interface IUserAvatar {
        /**
         * Returns the width of this avatar.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getWidth();
        
        /**
         * Returns the height of this avatar.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getHeight();
 }
index 26b8f8ca0d58857f0bb8a5b675fbedac297f685c..9dd4cc87d8db4c6882dfee666f19e26e9172addf 100644 (file)
@@ -12,46 +12,46 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Avatar
  * 
- * @property-read      integer         $avatarID               unique id of the user avatar
+ * @property-read      int             $avatarID               unique id of the user avatar
  * @property-read      string          $avatarName             name of the original avatar file
  * @property-read      string          $avatarExtension        extension of the avatar file
- * @property-read      integer         $width                  width of the user avatar image
- * @property-read      integer         $height                 height of the user avatar image
- * @property-read      integer|null    $userID                 id of the user to which the user avatar belongs or null
+ * @property-read      int             $width                  width of the user avatar image
+ * @property-read      int             $height                 height of the user avatar image
+ * @property-read      int|null        $userID                 id of the user to which the user avatar belongs or null
  * @property-read      string          $fileHash               SHA1 hash of the original avatar file
  */
 class UserAvatar extends DatabaseObject implements IUserAvatar {
        /**
         * needed avatar thumbnail sizes
-        * @var integer[]
+        * @var int[]
         * @deprecated 3.0
         */
        public static $avatarThumbnailSizes = [32, 96, 128, 256];
        
        /**
         * maximum thumbnail size
-        * @var integer
+        * @var int
         * @deprecated 3.0
         */
        public static $maxThumbnailSize = 128;
        
        /**
         * minimum height and width of an uploaded avatar
-        * @var integer
+        * @var int
         * @deprecated 3.0
         */
        const MIN_AVATAR_SIZE = 96;
        
        /**
         * minimum height and width of an uploaded avatar
-        * @var integer
+        * @var int
         */
        const AVATAR_SIZE = 128;
        
        /**
         * Returns the physical location of this avatar.
         * 
-        * @param       integer         $size
+        * @param       int             $size
         * @return      string
         */
        public function getLocation($size = null) {
@@ -61,7 +61,7 @@ class UserAvatar extends DatabaseObject implements IUserAvatar {
        /**
         * Returns the file name of this avatar.
         * 
-        * @param       integer         $size
+        * @param       int             $size
         * @return      string
         */
        public function getFilename($size = null) {
index 1fde5f6a98d2215854f66611926b451d83c263e7..354b1c1fe66b536566b0a88a753da5a3081f1d2a 100644 (file)
@@ -25,7 +25,7 @@ class UserCoverPhoto implements IUserCoverPhoto {
        
        /**
         * user id
-        * @var integer
+        * @var int
         */
        protected $userID;
        
@@ -37,7 +37,7 @@ class UserCoverPhoto implements IUserCoverPhoto {
        /**
         * UserCoverPhoto constructor.
         * 
-        * @param       integer         $userID
+        * @param       int         $userID
         * @param       string          $coverPhotoHash
         * @param       string          $coverPhotoExtension
         */
index e80bb8cc70276f112e2cf72c622d855a172a91ea..126158da7452108040a04d91c82cb899807f5877 100644 (file)
@@ -11,17 +11,17 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Follow
  *
- * @property-read      integer         $followID               unique id of the following relation
- * @property-read      integer         $userID                 id of the following user
- * @property-read      integer         $followUserID           id of the followed user
- * @property-read      integer         $time                   time at which following relation has been established
+ * @property-read      int             $followID               unique id of the following relation
+ * @property-read      int             $userID                 id of the following user
+ * @property-read      int             $followUserID           id of the followed user
+ * @property-read      int             $time                   time at which following relation has been established
  */
 class UserFollow extends DatabaseObject {
        /**
         * Retrieves a follower.
         * 
-        * @param       integer         $userID
-        * @param       integer         $followUserID
+        * @param       int             $userID
+        * @param       int             $followUserID
         * @return      UserFollow
         */
        public static function getFollow($userID, $followUserID) {
index c0382946e4a57d5764f54827a88a2bf8e3e8737c..4577922b43dc5476650195d618a790e4d9f8d665 100644 (file)
@@ -16,17 +16,17 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Group
  *
- * @property-read      integer         $groupID                unique id of the user group
+ * @property-read      int             $groupID                unique id of the user group
  * @property-read      string          $groupName              name of the user group or name of language
  *                item which contains the name
  * @property-read      string          $groupDescription       description of the user group or name of
  *                language item which contains the description
- * @property-read      integer         $groupType              identifier of the type of user group
- * @property-read      integer         $priority               priority of the user group used to determine
+ * @property-read      int             $groupType              identifier of the type of user group
+ * @property-read      int             $priority               priority of the user group used to determine
  *                member's user rank and online marking
  * @property-read      string          $userOnlineMarking      HTML code used to print the formatted name of
  *                a user group member
- * @property-read      integer         $showOnTeamPage         is `1` if the user group and its members
+ * @property-read      int             $showOnTeamPage         is `1` if the user group and its members
  *                should be shown on the team page, otherwise `0`
  * @property-read       int             $allowMention           is `1` if the user group can be mentioned in messages,
  *                      otherwise `0`
@@ -34,25 +34,25 @@ use wcf\system\WCF;
 class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * group type everyone user group
-        * @var integer
+        * @var int
         */
        const EVERYONE = 1;
        
        /**
         * group type guests user group
-        * @var integer
+        * @var int
         */
        const GUESTS = 2;
        
        /**
         * group type registered users user group
-        * @var integer
+        * @var int
         */
        const USERS = 3;
        
        /**
         * group type of other user groups
-        * @var integer
+        * @var int
         */
        const OTHER = 4;
        
@@ -70,7 +70,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        
        /**
         * list of accessible groups for active user
-        * @var integer[]
+        * @var int[]
         */
        protected static $accessibleGroups = null;
        
@@ -88,8 +88,8 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns group ids by given type.
         * 
-        * @param       integer[]               $types
-        * @return      integer[]
+        * @param       int[]           $types
+        * @return      int[]
         */
        public static function getGroupIDsByType(array $types) {
                self::getCache();
@@ -108,8 +108,8 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns groups by given type. Returns all groups if no types given.
         * 
-        * @param       integer[]       $types
-        * @param       integer[]       $invalidGroupTypes
+        * @param       int[]   $types
+        * @param       int[]   $invalidGroupTypes
         * @return      UserGroup[]
         */
        public static function getGroupsByType(array $types = [], array $invalidGroupTypes = []) {
@@ -128,8 +128,8 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns a sorted list of groups filtered by given type.
         *
-        * @param       integer[]       $types
-        * @param       integer[]       $invalidGroupTypes
+        * @param       int[]   $types
+        * @param       int[]   $invalidGroupTypes
         * @return      UserGroup[]
         * @since       5.3
         */
@@ -144,7 +144,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns unique group by given type. Only works for the default user groups.
         * 
-        * @param       integer         $type
+        * @param       int             $type
         * @return      UserGroup
         * @throws      SystemException
         */
@@ -161,7 +161,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
         * Returns the user group with the given id or null if no such user group
         * exists.
         * 
-        * @param       integer         $groupID
+        * @param       int             $groupID
         * @return      UserGroup|null
         */
        public static function getGroupByID($groupID) {
@@ -177,7 +177,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns a list of groups by group id.
         * 
-        * @param       integer[]       $groupIDs       list of group ids
+        * @param       int[]       $groupIDs       list of group ids
         * @return      UserGroup[]
         */
        public static function getGroupsByIDs(array $groupIDs) {
@@ -269,8 +269,8 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns a list of accessible groups.
         * 
-        * @param       integer[]               $groupTypes
-        * @param       integer[]               $invalidGroupTypes
+        * @param       int[]           $groupTypes
+        * @param       int[]           $invalidGroupTypes
         * @return      UserGroup[]
         */
        public static function getAccessibleGroups(array $groupTypes = [], array $invalidGroupTypes = []) {
@@ -288,8 +288,8 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns a sorted list of accessible groups.
         * 
-        * @param       integer[]               $groupTypes
-        * @param       integer[]               $invalidGroupTypes
+        * @param       int[]           $groupTypes
+        * @param       int[]           $invalidGroupTypes
         * @return      UserGroup[]
         * @since       5.2
         */
index 0fbc032caee154ecd0ec53530aa751b8e0b305c7..e97d275db855675d76444f0adc41774b544d29fc 100644 (file)
@@ -117,7 +117,7 @@ class UserGroupEditor extends DatabaseObjectEditor implements IEditableCachedObj
        /**
         * Updates the value from the accessiblegroups option.
         * 
-        * @param       integer         $groupID        this group is added or deleted in the value
+        * @param       int             $groupID        this group is added or deleted in the value
         * @param       boolean         $delete         flag for group deletion
         * @throws      SystemException
         */
index fe3f1056629432ea45228aa7f53de57cb65192e2..5bfdf6945982eb2cd9f06f153df5692ad1051dcf 100644 (file)
@@ -14,10 +14,10 @@ use wcf\system\request\IRouteController;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Group\Assignment
  *
- * @property-read      integer         $assignmentID           unique id of the automatic user group assignment
- * @property-read      integer         $groupID                id of the user group to which users are automatically assigned
+ * @property-read      int             $assignmentID           unique id of the automatic user group assignment
+ * @property-read      int             $groupID                id of the user group to which users are automatically assigned
  * @property-read      string          $title                  title of the automatic user group assignment
- * @property-read      integer         $isDisabled             is `1` if the user group assignment is disabled and thus not checked for automatic assignments, otherwise `0`
+ * @property-read      int             $isDisabled             is `1` if the user group assignment is disabled and thus not checked for automatic assignments, otherwise `0`
  */
 class UserGroupAssignment extends DatabaseObject implements IRouteController {
        /**
index 6867b921237de9bc9ab8f9fa091a4cd8ba8706d8..1bbe8c5e79112bc51c4cb23caf74901d04ec36d2 100644 (file)
@@ -11,7 +11,7 @@ use wcf\data\option\Option;
  * @package    WoltLabSuite\Core\Data\User\Group\Option
  *
  * @property-read      string          $defaultValue           default value of the user option
- * @property-read      integer         $usersOnly              is `1` if the option only applies to user groups for registered users, otherwise `1`
+ * @property-read      int             $usersOnly              is `1` if the option only applies to user groups for registered users, otherwise `1`
  */
 class UserGroupOption extends Option {
        /**
index c20b1efcc566d97e75edc1d0dbf979c86fbc1302..215880c4a915b09562f16880db2da08d67cd1905 100644 (file)
@@ -12,11 +12,11 @@ use wcf\data\TDatabaseObjectPermissions;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Group\Option\Category
  *
- * @property-read      integer         $categoryID             unique id of the user group options category
- * @property-read      integer         $packageID              id of the package which delivers the user group options category
+ * @property-read      int             $categoryID             unique id of the user group options category
+ * @property-read      int             $packageID              id of the package which delivers the user group options category
  * @property-read      string          $categoryName           name and textual identifier of the user group option category
  * @property-read      string          $parentCategoryName     name of the user group option category's parent category or empty if it has no parent category
- * @property-read      integer         $showOrder              position of the user group options category in relation to its siblings
+ * @property-read      int             $showOrder              position of the user group options category in relation to its siblings
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to see the user group options category
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the user group options category to be shown
  */
index 3773ee1d46cc2d58f0ad9664965f3f24ed8a9d4c..7ffe1c6732dd85406874d237aa3c3d710d1448fd 100644 (file)
@@ -11,16 +11,16 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Ignore
  *
- * @property-read      integer         $ignoreID               unique id of the ignore relation
- * @property-read      integer         $userID                 id of the ignoring user
- * @property-read      integer         $ignoreUserID           id of the ignored user
- * @property-read      integer         $time                   time at which ignore relation has been established
+ * @property-read      int             $ignoreID               unique id of the ignore relation
+ * @property-read      int             $userID                 id of the ignoring user
+ * @property-read      int             $ignoreUserID           id of the ignored user
+ * @property-read      int             $time                   time at which ignore relation has been established
  */
 class UserIgnore extends DatabaseObject {
        /**
         * Returns a UserIgnore object for given ignored user id.
         * 
-        * @param       integer         $ignoreUserID
+        * @param       int             $ignoreUserID
         * @return      UserIgnore
         */
        public static function getIgnore($ignoreUserID) {
index 95914e0af3ad842ffffc44f9c44364a19bb59d0e..7c3ffd17dbd3c8ec5fb859a5f8c2dc79aa9d07d2 100644 (file)
@@ -17,13 +17,13 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Menu\Item
  *
- * @property-read      integer         $menuItemID             unique id of the user menu item
- * @property-read      integer         $packageID              id of the package the which delivers the user menu item
+ * @property-read      int             $menuItemID             unique id of the user menu item
+ * @property-read      int             $packageID              id of the package the which delivers the user menu item
  * @property-read      string          $menuItem               textual identifier of the user menu item
  * @property-read      string          $parentMenuItem         textual identifier of the menu item's parent menu item or empty if it has no parent menu item
  * @property-read      string          $menuItemController     class name of the user menu item's controller used to generate menu item link
  * @property-read      string          $menuItemLink           additional part of the user menu item link if `$menuItemController` is set or external link
- * @property-read      integer         $showOrder              position of the user menu item in relation to its siblings
+ * @property-read      int             $showOrder              position of the user menu item in relation to its siblings
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to see the user menu item
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the user menu item to be shown
  * @property-read      string          $className              name of the class implementing the user menu item provider interface or empty if there is no specific user menu item provider
index 8c7b3ed4afe6bbe3290662cee8dc47788658f9d8..80ccb71920297167359d316851a5b84b81836c14 100644 (file)
@@ -11,19 +11,19 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Notification
  *
- * @property-read      integer         $notificationID         unique id of the user notification
- * @property-read      integer         $packageID              deprecated
- * @property-read      integer         $eventID                id of the user notification event the user notification belongs to
- * @property-read      integer         $objectID               id of the object that triggered the user notification
- * @property-read      integer         $baseObjectID           id of a generic base object of object that triggered the user notification or 0 if there is no such base object
+ * @property-read      int             $notificationID         unique id of the user notification
+ * @property-read      int             $packageID              deprecated
+ * @property-read      int             $eventID                id of the user notification event the user notification belongs to
+ * @property-read      int             $objectID               id of the object that triggered the user notification
+ * @property-read      int             $baseObjectID           id of a generic base object of object that triggered the user notification or 0 if there is no such base object
  * @property-read      string          $eventHash              hash of the event the user notification represents, is used to stack notifications
- * @property-read      integer|null    $authorID               id of the user that triggered the user notification or null if there is no such user or the user was a guest
- * @property-read      integer         $timesTriggered         total number of times a stacked notification has been triggered by registered users and guests
- * @property-read      integer         $guestTimesTriggered    number of times a stacked notification has been triggered by guests
- * @property-read      integer         $userID                 id of the user who receives the user notification
- * @property-read      integer         $time                   timestamp at which the user notification has been created
- * @property-read      integer         $mailNotified           is 0 has not be notified by mail about the user notification, otherwise 1
- * @property-read      integer         $confirmTime            timestamp at which the user notification has been marked as confirmed/read
+ * @property-read      int|null        $authorID               id of the user that triggered the user notification or null if there is no such user or the user was a guest
+ * @property-read      int             $timesTriggered         total number of times a stacked notification has been triggered by registered users and guests
+ * @property-read      int             $guestTimesTriggered    number of times a stacked notification has been triggered by guests
+ * @property-read      int             $userID                 id of the user who receives the user notification
+ * @property-read      int             $time                   timestamp at which the user notification has been created
+ * @property-read      int             $mailNotified           is 0 has not be notified by mail about the user notification, otherwise 1
+ * @property-read      int             $confirmTime            timestamp at which the user notification has been marked as confirmed/read
  * @property-read      array           $additionalData         array with additional data of the user notification event
  */
 class UserNotification extends DatabaseObject {
@@ -56,9 +56,9 @@ class UserNotification extends DatabaseObject {
        /**
         * Returns an existing notification.
         * 
-        * @param       integer         $packageID
-        * @param       integer         $eventID
-        * @param       integer         $objectID
+        * @param       int             $packageID
+        * @param       int             $eventID
+        * @param       int             $objectID
         * @return      UserNotification
         */
        public static function getNotification($packageID, $eventID, $objectID) {
index c45c4098503b2897dda9ce44a71c21e7a31676ab..8cd06d4e875131a23c09f6990acb910f1a64d19c 100644 (file)
@@ -15,14 +15,14 @@ use wcf\system\user\notification\event\IUserNotificationEvent;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Notification\Event
  *
- * @property-read      integer         $eventID                        unique id of the user notification event
- * @property-read      integer         $packageID                      id of the package which delivers the user notification event
+ * @property-read      int             $eventID                        unique id of the user notification event
+ * @property-read      int             $packageID                      id of the package which delivers the user notification event
  * @property-read      string          $eventName                      name and textual identifier (within the object type) of the user notification event
- * @property-read      integer         $objectTypeID                   id of the `com.woltlab.wcf.notification.objectType` object type
+ * @property-read      int             $objectTypeID                   id of the `com.woltlab.wcf.notification.objectType` object type
  * @property-read      string          $className                      name of the PHP class implementing `wcf\system\user\notification\event\IUserNotificationEvent`
  * @property-read      string          $permissions                    comma separated list of user group permissions of which the active user needs to have at least one to see the user notification event setting
  * @property-read      string          $options                        comma separated list of options of which at least one needs to be enabled for the user notification event setting to be shown
- * @property-read      integer         $preset                         is `1` if the user notification event is enabled by default otherwise `0`
+ * @property-read      int             $preset                         is `1` if the user notification event is enabled by default otherwise `0`
  * @property-read      string          $presetMailNotificationType     default mail notification type if the user notification event is enabled by default, otherwise empty
  */
 class UserNotificationEvent extends ProcessibleDatabaseObject {
index 1a2c4f68943fafea557db9acef59b53270167bce..77b7a41520d463e6c0864158ebbb3d0fc1898011 100644 (file)
@@ -11,20 +11,20 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Object\Watch
  *
- * @property-read      integer         $watchID                unique id of the watched object
- * @property-read      integer         $objectTypeID           id of the `com.woltlab.wcf.user.objectWatch` object type
- * @property-read      integer         $objectID               id of the watched object of the specific object type
- * @property-read      integer         $userID                 id of the user watching the object
- * @property-read      integer         $notification           is `1` if the user wants to receive notifications for the watched object, otherwise `0`
+ * @property-read      int             $watchID                unique id of the watched object
+ * @property-read      int             $objectTypeID           id of the `com.woltlab.wcf.user.objectWatch` object type
+ * @property-read      int             $objectID               id of the watched object of the specific object type
+ * @property-read      int             $userID                 id of the user watching the object
+ * @property-read      int             $notification           is `1` if the user wants to receive notifications for the watched object, otherwise `0`
  */
 class UserObjectWatch extends DatabaseObject {
        /**
         * Returns the UserObjectWatch with the given data or null if no such object
         * exists.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $userID
-        * @param       integer         $objectID
+        * @param       int             $objectTypeID
+        * @param       int             $userID
+        * @param       int             $objectID
         * @return      UserObjectWatch
         */
        public static function getUserObjectWatch($objectTypeID, $userID, $objectID) {
index 839854798c52d61897cb7150ca36f9e7ab803ae9..1af9e5a88f3714c8835388137c1ffbb2e754a5f1 100644 (file)
@@ -19,9 +19,9 @@ use wcf\util\UserUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Online
  *
- * @property-read      integer|null    $pageID                 id of the last visited page
- * @property-read      integer|null    $pageObjectID           id of the object the last visited page belongs to
- * @property-read      integer|null    $parentPageObjectID     id of the parent of the object the last visited page belongs to
+ * @property-read      int|null        $pageID                 id of the last visited page
+ * @property-read      int|null        $pageObjectID           id of the object the last visited page belongs to
+ * @property-read      int|null        $parentPageObjectID     id of the parent of the object the last visited page belongs to
  * @property-read      string|null     $userOnlineMarking      HTML code used to print the formatted name of a user group member
  */
 class UserOnline extends UserProfile {
index 9aed41014b01876397edfdf90ebf8213745d9d92..05f8be7a4412585c372272764f9a40a6cc9649df 100644 (file)
@@ -166,8 +166,8 @@ class UsersOnlineList extends SessionList {
        /**
         * Checks the 'canViewOnlineStatus' setting.
         * 
-        * @param       integer         $userID
-        * @param       integer         $canViewOnlineStatus
+        * @param       int             $userID
+        * @param       int             $canViewOnlineStatus
         * @return      boolean
         * @deprecated  5.3             Use `isVisibleUser` instead
         */
index ac5c8a1e5ffb92dad0c46fb2012240892db4117f..90a149ec942dda4809ffc68eb034c931944b21b0 100644 (file)
@@ -14,86 +14,86 @@ use wcf\system\WCF;
  * @package    WoltLabSuite\Core\Data\User\Option
  * 
  * @property-read      string          $defaultValue           default value of the user option
- * @property-read      integer         $required               is `1` if the user option has to be filled out, otherwise `0`
- * @property-read      integer         $askDuringRegistration  is `1` if the user option will be shown during registration to be filled out, otherwise `0`
- * @property-read      integer         $editable               setting for who can edit the user option, see `UserOption::EDITABILITY_*` constants
- * @property-read      integer         $visible                setting for who can see the user option, see `UserOption::VISIBILITY_*` constants
+ * @property-read      int             $required               is `1` if the user option has to be filled out, otherwise `0`
+ * @property-read      int             $askDuringRegistration  is `1` if the user option will be shown during registration to be filled out, otherwise `0`
+ * @property-read      int             $editable               setting for who can edit the user option, see `UserOption::EDITABILITY_*` constants
+ * @property-read      int             $visible                setting for who can see the user option, see `UserOption::VISIBILITY_*` constants
  * @property-read      string          $outputClass            name of the PHP class implementing `wcf\system\option\user\IUserOptionOutput` for outputting the user option in the user profile
- * @property-read      integer         $searchable             is `1` if the user option can be searched, otherwise `0`
- * @property-read      integer         $isDisabled             is `1` if the user option is disabled and thus neither shown nor editable, otherwise `0`
- * @property-read      integer         $originIsSystem         is `1` if the user option was created by the system and not manually by an administrator, otherwise `0`
+ * @property-read      int             $searchable             is `1` if the user option can be searched, otherwise `0`
+ * @property-read      int             $isDisabled             is `1` if the user option is disabled and thus neither shown nor editable, otherwise `0`
+ * @property-read      int             $originIsSystem         is `1` if the user option was created by the system and not manually by an administrator, otherwise `0`
  * @property-read      string          $labeledUrl             the url, if the option type is `labeledUrl`
  */
 class UserOption extends Option implements ITitledObject {
        /**
         * visible for no one (no valid bit)
-        * @var integer
+        * @var int
         */
        const VISIBILITY_NONE = 0;
        
        /**
         * visible for the owner
-        * @var integer
+        * @var int
         */
        const VISIBILITY_OWNER = 1;
        
        /**
         * visible for admins
-        * @var integer
+        * @var int
         */
        const VISIBILITY_ADMINISTRATOR = 2;
        
        /**
         * visible for users
-        * @var integer
+        * @var int
         */
        const VISIBILITY_REGISTERED = 4;
        
        /**
         * visible for guests
-        * @var integer
+        * @var int
         */
        const VISIBILITY_GUEST = 8;
        
        /**
         * visible for all (no valid bit)
-        * @var integer
+        * @var int
         */
        const VISIBILITY_ALL = 15;
        
        /**
         * editable for no one (no valid bit)
-        * @var integer
+        * @var int
         */
        const EDITABILITY_NONE = 0;
        
        /**
         * editable for the owner
-        * @var integer
+        * @var int
         */
        const EDITABILITY_OWNER = 1;
        
        /**
         * editable for admins
-        * @var integer
+        * @var int
         */
        const EDITABILITY_ADMINISTRATOR = 2;
        
        /**
         * editable for all (no valid bit)
-        * @var integer
+        * @var int
         */
        const EDITABILITY_ALL = 3;
 
        /**
         * editable for owner during registration
-        * @var integer
+        * @var int
         */
        const EDITABILITY_OWNER_DURING_REGISTRATION = 4;
 
        /**
         * editable for owner during registration and admins (no valid bit)
-        * @var integer
+        * @var int
         */
        const EDITABILITY_OWNER_DURING_REGISTRATION_AND_ADMINISTRATOR = 6;
        
index d3de76094b9515fd931f4ed49541f03ea71e6d75..2dbe95d8ed6ca5e092fc3210c0f7e518ebbc65bb 100644 (file)
@@ -12,11 +12,11 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Option\Category
  *
- * @property-read      integer         $categoryID             unique id of the user option category
- * @property-read      integer         $packageID              id of the package which delivers the user option category
+ * @property-read      int             $categoryID             unique id of the user option category
+ * @property-read      int             $packageID              id of the package which delivers the user option category
  * @property-read      string          $categoryName           name and textual identifier of the user option category
  * @property-read      string          $parentCategoryName     name of the user option category's parent category or empty if it has no parent category
- * @property-read      integer         $showOrder              position of the user option category in relation to its siblings
+ * @property-read      int             $showOrder              position of the user option category in relation to its siblings
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to see the user option category
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the user option category to be shown
  */
index 339c1940d4fdbf93d153b7b2f829b566eff887e8..314ff763d55a924914adebf4161cefd748d11637 100644 (file)
@@ -18,10 +18,10 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Profile\Menu\Item
  *
- * @property-read      integer         $menuItemID             unique id of the user profile menu item
- * @property-read      integer         $packageID              id of the package which delivers the user profile menu item
+ * @property-read      int             $menuItemID             unique id of the user profile menu item
+ * @property-read      int             $packageID              id of the package which delivers the user profile menu item
  * @property-read      string          $menuItem               textual identifier of the user profile menu item
- * @property-read      integer         $showOrder              position of the user profile menu item in relation to its siblings
+ * @property-read      int             $showOrder              position of the user profile menu item in relation to its siblings
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to see the user profile menu item
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the user profile menu item to be shown
  * @property-read      string          $className              name of the PHP class implementing `wcf\system\menu\user\profile\content\IUserProfileMenuContent` handling outputting the content of the user profile tab
index f61ba76bc7460a134827e4d0837c72f99686fbf2..78e01b2ed4a40d8d30ac884697d39b41a2888061 100644 (file)
@@ -62,7 +62,7 @@ class UserProfileMenuItemEditor extends DatabaseObjectEditor implements IEditabl
        /**
         * Updates show order for current menu item.
         * 
-        * @param       integer         $showOrder
+        * @param       int             $showOrder
         */
        protected function updateShowOrder($showOrder) {
                if ($this->showOrder != $showOrder) {
@@ -94,8 +94,8 @@ class UserProfileMenuItemEditor extends DatabaseObjectEditor implements IEditabl
        /**
         * Returns show order for a new menu item.
         * 
-        * @param       integer         $showOrder
-        * @return      integer
+        * @param       int             $showOrder
+        * @return      int
         */
        protected static function getShowOrder($showOrder = 0) {
                if ($showOrder == 0) {
index 3d319ef467911c7643c80c42bb914c720dd7faab..ddac2dfda82faf829f9c3e3f1bed988319835ca0 100644 (file)
@@ -11,17 +11,17 @@ use wcf\system\WCF;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Profile\Visitor
  *
- * @property-read      integer         $visitorID      unique id of the user profile visitor
- * @property-read      integer         $ownerID        id of the user whose user profile has been visited
- * @property-read      integer         $userID         id of the user visiting the user profile 
- * @property-read      integer         $time           timestamp of the (latest) visit
+ * @property-read      int             $visitorID      unique id of the user profile visitor
+ * @property-read      int             $ownerID        id of the user whose user profile has been visited
+ * @property-read      int             $userID         id of the user visiting the user profile 
+ * @property-read      int             $time           timestamp of the (latest) visit
  */
 class UserProfileVisitor extends DatabaseObject {
        /**
         * Returns a profile visitor object or `null` if it does not exist.
         * 
-        * @param       integer         $ownerID
-        * @param       integer         $userID
+        * @param       int             $ownerID
+        * @param       int             $userID
         * @return      UserProfileVisitor|null
         */
        public static function getObject($ownerID, $userID) {
index c22359b0269ffec2eb9f204018caea654fd24232..54618a0890f3f66bf6efa19d9a833032fde59aef 100644 (file)
@@ -14,15 +14,15 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Data\User\Rank
  *
- * @property-read      integer         $rankID                 unique id of the user rank
- * @property-read      integer         $groupID                id of the user group to which the user rank belongs
- * @property-read      integer         $requiredPoints         minimum number of user activity points required for a user to get the user rank
+ * @property-read      int             $rankID                 unique id of the user rank
+ * @property-read      int             $groupID                id of the user group to which the user rank belongs
+ * @property-read      int             $requiredPoints         minimum number of user activity points required for a user to get the user rank
  * @property-read      string          $rankTitle              title of the user rank or name of the language item which contains the rank
  * @property-read      string          $cssClassName           css class name used when displaying the user rank
  * @property-read      string          $rankImage              (WCF relative) path to the image displayed next to the rank or empty if no rank image exists
- * @property-read      integer         $repeatImage            number of times the rank image is displayed
- * @property-read      integer         $requiredGender         numeric representation of the user's gender required for the user rank (see `UserProfile::GENDER_*` constants) or 0 if no specific gender is required
- * @property-read      integer         $hideTitle              hides the generic title of the rank, but not custom titles, `0` to show the title at all times
+ * @property-read      int             $repeatImage            number of times the rank image is displayed
+ * @property-read      int             $requiredGender         numeric representation of the user's gender required for the user rank (see `UserProfile::GENDER_*` constants) or 0 if no specific gender is required
+ * @property-read      int             $hideTitle              hides the generic title of the rank, but not custom titles, `0` to show the title at all times
  */
 class UserRank extends DatabaseObject implements ITitledObject {
        
index 385ee3b30eb6eb7945adc4e9e14421cf67e36077..5f072b9fa8557cf4a03d73bca35832198a77a9b9 100644 (file)
@@ -19,13 +19,13 @@ use wcf\util\StringUtil;
  * @package    WoltLabSuite\Core\Data\User\Trophy
  * @since      3.1
  *
- * @property-read      integer         $userTrophyID                   unique id of the user trophy
- * @property-read      integer         $trophyID                       trophy id
- * @property-read      integer         $userID                         user id
- * @property-read      integer         $time                           the time when the trophy was rewarded
+ * @property-read      int             $userTrophyID                   unique id of the user trophy
+ * @property-read      int             $trophyID                       trophy id
+ * @property-read      int             $userID                         user id
+ * @property-read      int             $time                           the time when the trophy was rewarded
  * @property-read      string          $description                    the custom trophy description
  * @property-read      string          $useCustomDescription           `1`, if the trophy use a custom description
- * @property-read      integer         $trophyUseHtml                  `1`, if the trophy use a html description
+ * @property-read      int             $trophyUseHtml                  `1`, if the trophy use a html description
  */
 class UserTrophy extends DatabaseObject {
        /**
index b15a9c5382919a1f3b291558aed7e77b3b2e2fe0..cce7c7678afa43002055df7bb6f8c4bccb4e19b9 100644 (file)
@@ -20,7 +20,7 @@ class UserTrophyList extends DatabaseObjectList {
        /**
         * Returns a user trophy list for a certain users.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]   $userIDs
         * @param       boolean         $includeDisabled
         * @return      UserTrophy[][]
         */
index 3e70d7cc2bd073f703581a0c5c0a32a4b5e19c4e..c7afbd508cb65be590c361d543235ad5d7f72ecb 100644 (file)
@@ -23,7 +23,7 @@ use wcf\system\WCF;
 abstract class AbstractModerationForm extends AbstractForm {
        /**
         * id of the assigned user
-        * @var integer
+        * @var int
         */
        public $assignedUserID = 0;
        
@@ -51,13 +51,13 @@ abstract class AbstractModerationForm extends AbstractForm {
        
        /**
         * queue id
-        * @var integer
+        * @var int
         */
        public $queueID = 0;
        
        /**
         * comment object type id
-        * @var integer
+        * @var int
         */
        public $commentObjectTypeID = 0;
        
index 7dadf52dc9e26be981990556d8b30da1885ef56a..d95350ee163971ec528090b78b4cc429149b020c 100644 (file)
@@ -73,67 +73,67 @@ class AccountManagementForm extends AbstractForm {
        
        /**
         * indicates if the user quit
-        * @var integer
+        * @var int
         */
        public $quit = 0;
        
        /**
         * indicates if the user canceled their quit
-        * @var integer
+        * @var int
         */
        public $cancelQuit = 0;
        
        /**
         * timestamp at which the user quit
-        * @var integer
+        * @var int
         */
        public $quitStarted = 0;
        
        /**
         * indicates if the user wants to connect github
-        * @var integer
+        * @var int
         */
        public $githubConnect = 0;
        
        /**
         * indicates if the user wants to disconnect github
-        * @var integer
+        * @var int
         */
        public $githubDisconnect = 0;
        
        /**
         * indicates if the user wants to connect twitter
-        * @var integer
+        * @var int
         */
        public $twitterConnect = 0;
        
        /**
         * indicates if the user wants to disconnect twitter
-        * @var integer
+        * @var int
         */
        public $twitterDisconnect = 0;
        
        /**
         * indicates if the user wants to connect facebook
-        * @var integer
+        * @var int
         */
        public $facebookConnect = 0;
        
        /**
         * indicates if the user wants to disconnect facebook
-        * @var integer
+        * @var int
         */
        public $facebookDisconnect = 0;
        
        /**
         * indicates if the user wants to connect google
-        * @var integer
+        * @var int
         */
        public $googleConnect = 0;
        
        /**
         * indicates if the user wants to disconnect google
-        * @var integer
+        * @var int
         */
        public $googleDisconnect = 0;
        
index 6e2dfe4a1838e8d8bb5dba50fe3c1dced873830e..f83ba7ce4e4dd2abce9419000c98170c8636f8db 100644 (file)
@@ -55,7 +55,7 @@ class ContactForm extends AbstractCaptchaForm {
        
        /**
         * recipient id
-        * @var integer
+        * @var int
         */
        public $recipientID = 0;
        
index 17b31bbd6b89f1a860a18031bf343ba4e87bfdc0..a92b589289b277fa4c630e482c122ab9e03014f1 100644 (file)
@@ -22,13 +22,13 @@ use wcf\util\UserUtil;
 class EmailActivationForm extends AbstractForm {
        /**
         * user id
-        * @var integer
+        * @var int
         */
        public $userID = null;
        
        /**
         * activation code
-        * @var integer
+        * @var int
         */
        public $activationCode = '';
        
index cec85658747eb4e02b5568411e340754ddc8633d..165cffc551e93c8360e92eb206c9dfd65c2ad9e2 100644 (file)
@@ -31,7 +31,7 @@ abstract class MessageForm extends AbstractCaptchaForm {
        
        /**
         * object id for attachments
-        * @var integer
+        * @var int
         */
        public $attachmentObjectID = 0;
        
@@ -43,7 +43,7 @@ abstract class MessageForm extends AbstractCaptchaForm {
        
        /**
         * parent object id for attachments
-        * @var integer
+        * @var int
         */
        public $attachmentParentObjectID = 0;
        
@@ -78,13 +78,13 @@ abstract class MessageForm extends AbstractCaptchaForm {
        
        /**
         * content language id
-        * @var integer
+        * @var int
         */
        public $languageID;
        
        /**
         * maximum text length
-        * @var integer
+        * @var int
         */
        public $maxTextLength = 0;
        
index a48753cd9a04cb7efeb4c277049d740dfd80a1c0..d24ab8505852a50816efe1ebb9e6711934d0e5c9 100644 (file)
@@ -27,7 +27,7 @@ class NewPasswordForm extends AbstractForm {
        
        /**
         * user id
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
index f7b79165fc99999913c8e23740de1904a5dbed52..9e20ccbbc99cb2d35f955c6e3958bf0bd41d87b2 100644 (file)
@@ -90,7 +90,7 @@ class RegisterForm extends UserAddForm {
        
        /**
         * min number of seconds between form request and submit
-        * @var integer
+        * @var int
         */
        public static $minRegistrationTime = 10;
        
@@ -475,7 +475,7 @@ class RegisterForm extends UserAddForm {
        }
        
        /**
-        * @return      integer[]
+        * @return      int[]
         * @since       5.2
         */
        protected function getRecipientsForNotificationEvent() {
index b54123ac00876c51c435c3bd849e01abf98d44b2..03c4b652f09fe99f922b73cb54d7ac80297f0ec5 100644 (file)
@@ -32,7 +32,7 @@ class SearchForm extends AbstractCaptchaForm {
        
        /**
         * end date
-        * @var integer
+        * @var int
         */
        public $endDate = '';
        
@@ -44,13 +44,13 @@ class SearchForm extends AbstractCaptchaForm {
        
        /**
         * search id used for modification
-        * @var integer
+        * @var int
         */
        public $modifySearchID = 0;
        
        /**
         * require exact matches
-        * @var integer
+        * @var int
         */
        public $nameExactly = 1;
        
@@ -78,7 +78,7 @@ class SearchForm extends AbstractCaptchaForm {
        
        /**
         * user id
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
@@ -101,7 +101,7 @@ class SearchForm extends AbstractCaptchaForm {
        
        /**
         * search id
-        * @var integer
+        * @var int
         */
        public $searchID = 0;
        
@@ -125,13 +125,13 @@ class SearchForm extends AbstractCaptchaForm {
        
        /**
         * start date
-        * @var integer
+        * @var int
         */
        public $startDate = '';
        
        /**
         * search for subject only
-        * @var integer
+        * @var int
         */
        public $subjectOnly = 0;
        
@@ -486,7 +486,7 @@ class SearchForm extends AbstractCaptchaForm {
        /**
         * Returns user ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getUserIDs() {
                $userIDs = [];
index c2b099970dd6014b059a5550cbca0c73cd1be294..e94306747a281878584c6f42a49e0dfbc46095b8 100644 (file)
@@ -76,25 +76,25 @@ class SettingsForm extends AbstractForm {
        
        /**
         * list of content language ids
-        * @var integer[]
+        * @var int[]
         */
        public $contentLanguageIDs = [];
        
        /**
         * language id
-        * @var integer
+        * @var int
         */
        public $languageID = 0;
        
        /**
         * style id
-        * @var integer
+        * @var int
         */
        public $styleID = 0;
        
        /**
         * special trophies
-        * @var integer[]
+        * @var int[]
         */
        public $specialTrophies = [];
        
index 72204717680074addffbc9a5fdff0cf4411b28aa..24fe58b9c8f555ee6c222c7b12e9daefaeafe581 100644 (file)
@@ -35,7 +35,7 @@ class UserSearchForm extends UserOptionListForm {
        
        /**
         * matches
-        * @var integer[]
+        * @var int[]
         */
        public $matches = [];
        
@@ -47,13 +47,13 @@ class UserSearchForm extends UserOptionListForm {
        
        /**
         * search id
-        * @var integer
+        * @var int
         */
        public $searchID = 0;
        
        /**
         * number of results
-        * @var integer
+        * @var int
         */
        public $maxResults = 1000;
        
index f36838e12d6949a4f455ee2e5a1696883d09dd6e..c95b617df7391baa2e40298b03cc34dbd9f302f7 100644 (file)
@@ -33,7 +33,7 @@ abstract class AbstractArticlePage extends AbstractPage {
        
        /**
         * article content id
-        * @var integer
+        * @var int
         */
        public $articleContentID = 0;
        
index f79ef66ba0bb25d76bbbb23b407f8b0b14c42dc6..392cb27c659742c2aae20b76ffcc83a8a4708e99 100644 (file)
@@ -30,7 +30,7 @@ abstract class AbstractFeedPage extends AbstractAuthedPage {
        
        /**
         * parsed contents of $_REQUEST['id']
-        * @var integer[]
+        * @var int[]
         */
        public $objectIDs = [];
        
index d9cb8d7c14de22956506cd10d115fa307beb4291..74ccc5f9741aefc1c0d6b0b6c1c1f3e905fb371f 100644 (file)
@@ -24,7 +24,7 @@ class ArticleFeedPage extends AbstractFeedPage {
        
        /**
         * id of the category the listed articles belong to
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index a1d48033eb0bde22bfac9821e0c247e3c39f9c94..9ac43dab4a54b3067c83da8f0514d999516d4386 100644 (file)
@@ -49,7 +49,7 @@ class ArticleListPage extends SortablePage {
        
        /**
         * label filter
-        * @var integer[]
+        * @var int[]
         */
        public $labelIDs = [];
        
@@ -94,7 +94,7 @@ class ArticleListPage extends SortablePage {
        
        /**
         * display 'Add Article' dialog on load
-        * @var integer
+        * @var int
         */
        public $showArticleAddDialog = 0;
        
index 231a10e5ca9f18c4c7143b3c9512bf054cc0f954..dee49c2545546caa4437678059f48295a2f4a198 100644 (file)
@@ -35,7 +35,7 @@ class ArticlePage extends AbstractArticlePage {
        
        /**
         * comment object type id
-        * @var integer
+        * @var int
         */
        public $commentObjectTypeID = 0;
        
index ab25f3f70a26a839493e672b33b0004a661efb3a..dcc72a8be409d197ddab473441e6cb2336da820c 100644 (file)
@@ -24,7 +24,7 @@ class AttachmentPage extends AbstractPage {
        
        /**
         * attachment id
-        * @var integer
+        * @var int
         */
        public $attachmentID = 0;
        
index 866ae4742623a7990a2f85bbaaff8a291e4e516a..138468042c2d4d9762f285e297e236de87cdac51 100644 (file)
@@ -26,7 +26,7 @@ class CategoryArticleListPage extends ArticleListPage {
        
        /**
         * id of the category the listed articles belong to
-        * @var integer
+        * @var int
         */
        public $categoryID = 0;
        
index 823a4d8efc479073dcf424858ccb542a12c66014..bd28fa5d1d1d2d70bb38257ebc606079e3d19864 100644 (file)
@@ -25,7 +25,7 @@ class CmsPage extends AbstractPage {
        public $content;
        
        /**
-        * @var integer
+        * @var int
         */
        public $languageID;
        
@@ -35,7 +35,7 @@ class CmsPage extends AbstractPage {
        public $page;
        
        /**
-        * @var integer
+        * @var int
         */
        public $pageID;
        
index f317c8e61876e47f89f59db166001226a9c958f4..2f778adff0cd4d558de26e1995599e71bc3e86fd 100644 (file)
@@ -36,7 +36,7 @@ class EditHistoryPage extends AbstractPage {
        
        /**
         * left / old version id
-        * @var integer
+        * @var int
         */
        public $oldID = 0;
        
@@ -48,7 +48,7 @@ class EditHistoryPage extends AbstractPage {
        
        /**
         * right / new version id
-        * @var integer
+        * @var int
         */
        public $newID = 0;
        
@@ -72,7 +72,7 @@ class EditHistoryPage extends AbstractPage {
        
        /**
         * id of the requested object
-        * @var integer
+        * @var int
         */
        public $objectID = 0;
        
index 7a1c37df6c160df08eadacf1b1678db1cd99d5a2..bda38b3da4673281c0cbf99268a33f9c46a00cfb 100644 (file)
@@ -35,7 +35,7 @@ interface ITrackablePage {
        /**
         * Returns the parent object id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getParentObjectID();
        
@@ -49,7 +49,7 @@ interface ITrackablePage {
        /**
         * Returns the object id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getObjectID();
 }
index 2a922fe7dd2532f438709701585ed682d65d39b0..368b57f43e9e42df6a902800bf75d77f7c3de8b3 100644 (file)
@@ -39,7 +39,7 @@ class MediaPage extends AbstractPage {
        
        /**
         * id of the requested media file
-        * @var integer
+        * @var int
         */
        public $mediaID = 0;
        
index 183bed83b79ced3d7e0c911dc69414b3c77a4339..fffb677ae5183d78cbecbb198ec6e63913844bac 100644 (file)
@@ -69,7 +69,7 @@ class MembersListPage extends SortablePage {
        
        /**
         * id of a user search
-        * @var integer
+        * @var int
         */
        public $searchID = 0;
        
index 1bf0d8b26c2c92d39801165e28b82dd2b3fbd8d2..779caf868f58b521af70c465c4d77daca694cc2d 100644 (file)
@@ -21,7 +21,7 @@ use wcf\util\HeaderUtil;
 class ModerationListPage extends SortablePage {
        /**
         * assigned user id
-        * @var integer
+        * @var int
         */
        public $assignedUserID = -1;
        
@@ -43,7 +43,7 @@ class ModerationListPage extends SortablePage {
        
        /**
         * definition id for filtering
-        * @var integer
+        * @var int
         */
        public $definitionID = 0;
        
@@ -64,7 +64,7 @@ class ModerationListPage extends SortablePage {
        
        /**
         * status bit
-        * @var integer
+        * @var int
         */
        public $status = -1;
        
index 6fc709fdf9a6e8e6d80ca3c1a1c05cdccbb5031b..495fc2a78b360bb59063f8dc65f85792d7e6c54f 100644 (file)
@@ -18,37 +18,37 @@ use wcf\system\WCF;
 abstract class MultipleLinkPage extends AbstractPage {
        /**
         * current page number
-        * @var integer
+        * @var int
         */
        public $pageNo = 0;
        
        /**
         * number of all pages
-        * @var integer
+        * @var int
         */
        public $pages = 0;
        
        /**
         * number of items shown per page
-        * @var integer
+        * @var int
         */
        public $itemsPerPage = 20;
        
        /**
         * number of all items
-        * @var integer
+        * @var int
         */
        public $items = 0;
        
        /**
         * indicates the range of the listed items
-        * @var integer
+        * @var int
         */
        public $startIndex = 0;
        
        /**
         * indicates the range of the listed items.
-        * @var integer
+        * @var int
         */
        public $endIndex = 0;
        
@@ -189,7 +189,7 @@ abstract class MultipleLinkPage extends AbstractPage {
        /**
         * Counts the displayed items.
         * 
-        * @return      integer
+        * @return      int
         */
        public function countItems() {
                // call countItems event
index ea04dee6a54c7e329631a741f6c2b4bddfe69157..5e1cb269182775c47aa3a2988f82b3be33997d84 100644 (file)
@@ -41,7 +41,7 @@ class SearchResultPage extends MultipleLinkPage {
        
        /**
         * search id
-        * @var integer
+        * @var int
         */
        public $searchID = 0;
        
index 5bb968a00fc41dae956d2293ddf38b976afce7d1..20573f0a31c0c1bf030e09fb5009faa263a45de5 100644 (file)
@@ -35,7 +35,7 @@ class TaggedPage extends MultipleLinkPage {
        
        /**
         * tag id
-        * @var integer
+        * @var int
         */
        public $tagID = 0;
        
index 478b8198a65c2b91ea51235eff6c91261f174c90..26eb3743e861937a4dd436fdbfdfb45015396d1f 100644 (file)
@@ -48,7 +48,7 @@ class UserPage extends AbstractPage {
        
        /**
         * user id
-        * @var integer
+        * @var int
         */
        public $userID = 0;
        
index 53d436c89df9cabe47924996cdf30c04e2ee546f..c5af8060bf54ecebcabc5d741286b398bd2c6b29 100644 (file)
@@ -13,13 +13,13 @@ use wcf\util\StringUtil;
 class MetaTagHandler extends SingletonFactory implements \Countable, \Iterator {
        /**
         * current iterator index
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
        /**
         * list of index to object relation
-        * @var integer[]
+        * @var int[]
         */
        protected $indexToObject = [];
        
index 2e729b17c319fea32f12e36d86a11df52b2ad7dc..203313909c400e21e296f13f5f575209910aa554 100644 (file)
@@ -19,91 +19,91 @@ final class Regex {
        
        /**
         * indicates that no modifier is applied
-        * @var integer
+        * @var int
         */
        const MODIFIER_NONE = 0;
        
        /**
         * indicates case insensitive matching
-        * @var integer
+        * @var int
         */
        const CASE_INSENSITIVE = 1;
        
        /**
         * indicates ungreedy matching
-        * @var integer
+        * @var int
         */
        const UNGREEDY = 2;
        
        /**
         * indicates that no extra time is spent on analysing
-        * @var integer
+        * @var int
         */
        const NO_ANALYSE = 8;
        
        /**
         * indicates that whitespaces are ignored in regex
-        * @var integer
+        * @var int
         */
        const IGNORE_WHITESPACE = 16;
        
        /**
         * indicates that a dot matches every char
-        * @var integer
+        * @var int
         */
        const DOT_ALL = 32;
        
        /**
         * indicates that ^/$ match start and end of a line instead of the whole string
-        * @var integer
+        * @var int
         */
        const MULTILINE = 64;
        
        /**
         * indicates that pattern string is treated as UTF-8.
-        * @var integer
+        * @var int
         */
        const UTF_8 = 128;
        
        /**
         * indicates that no flags are set
-        * @var integer
+        * @var int
         */
        const FLAGS_NONE = 0;
        
        /**
         * indicates that default flags are set
-        * @var integer
+        * @var int
         */
        const FLAGS_DEFAULT = 1;
        
        /**
         * captures the offset of an match (all excluding replace)
-        * @var integer
+        * @var int
         */
        const CAPTURE_OFFSET = 2;
        
        /**
         * indicates default pattern ordering (match all only)
-        * @var integer
+        * @var int
         */
        const ORDER_MATCH_BY_PATTERN = 4;
        
        /**
         * indicates alternative set ordering (match all only)
-        * @var integer
+        * @var int
         */
        const ORDER_MATCH_BY_SET = 8;
        
        /**
         * indicates that only non-empty pieces will be splitted (split only)
-        * @var integer
+        * @var int
         */
        const SPLIT_NON_EMPTY_ONLY = 16;
        
        /**
         * indicates that the split delimiter is returned as well (split only)
-        * @var integer
+        * @var int
         */
        const CAPTURE_SPLIT_DELIMITER = 32;
        
@@ -123,7 +123,7 @@ final class Regex {
         * Creates a regex.
         * 
         * @param       string          $regex
-        * @param       integer         $modifier
+        * @param       int             $modifier
         */
        public function __construct($regex, $modifier = self::MODIFIER_NONE) {
                // escape delimiter
@@ -178,8 +178,8 @@ final class Regex {
         * 
         * @param       string          $string         string to match
         * @param       boolean         $all            indicates if all matches are collected
-        * @param       integer         $flags          match flags
-        * @return      integer                         return value of preg_match(_all)
+        * @param       int             $flags          match flags
+        * @return      int                             return value of preg_match(_all)
         */
        public function match($string, $all = false, $flags = self::FLAGS_DEFAULT) {
                $matchFlags = 0;
@@ -215,7 +215,7 @@ final class Regex {
         * Splits the string with the regex.
         * 
         * @param       string          $string
-        * @param       integer         $flags
+        * @param       int             $flags
         * @return      string[]
         */
        public function split($string, $flags = self::FLAGS_DEFAULT) {
index f4d623bd8c613355b803d620139ecfd37325f94f..6529ae6b11001a5636205845a1c66fd17ca61a46 100644 (file)
@@ -78,7 +78,7 @@ if (!defined('NO_IMPORTS')) {
 class WCF {
        /**
         * list of supported legacy API versions
-        * @var integer[]
+        * @var int[]
         * @deprecated 5.2
         */
        private static $supportedLegacyApiVersions = [2017, 2018];
@@ -302,10 +302,10 @@ class WCF {
        /**
         * Turns PHP errors into an ErrorException.
         * 
-        * @param       integer         $severity
+        * @param       int             $severity
         * @param       string          $message
         * @param       string          $file
-        * @param       integer         $line
+        * @param       int             $line
         * @throws      ErrorException
         */
        public static final function handleError($severity, $message, $file, $line) {
@@ -705,7 +705,7 @@ class WCF {
        /**
         * Loads an application on runtime, do not use this outside the package installation.
         * 
-        * @param       integer         $packageID
+        * @param       int             $packageID
         */
        public static function loadRuntimeApplication($packageID) {
                $package = new Package($packageID);
@@ -792,7 +792,7 @@ class WCF {
        /**
         * Changes the active language.
         * 
-        * @param       integer         $languageID
+        * @param       int             $languageID
         */
        public static final function setLanguage($languageID) {
                if (!$languageID || LanguageFactory::getInstance()->getLanguage($languageID) === null) {
@@ -1051,7 +1051,7 @@ class WCF {
        /**
         * Returns number of available updates.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getAvailableUpdates() {
                $data = PackageUpdateCacheBuilder::getInstance()->getData();
@@ -1128,7 +1128,7 @@ class WCF {
        /**
         * Returns true if the given API version is currently supported.
         * 
-        * @param       integer         $apiVersion
+        * @param       int         $apiVersion
         * @return      boolean
         * @deprecated 5.2
         */
@@ -1139,7 +1139,7 @@ class WCF {
        /**
         * Returns the list of supported legacy API versions.
         * 
-        * @return      integer[]
+        * @return      int[]
         * @deprecated 5.2
         */
        public static function getSupportedLegacyApiVersions() {
index 5501823ac4d43a3d4b5e956e54ddb0c5131e0fa7..f4b57fb5acc0d0f271bcd79381e80da300ae084d 100644 (file)
@@ -208,7 +208,7 @@ class WCFSetup extends WCF {
        /**
         * Calculates the current state of the progress bar.
         * 
-        * @param       integer         $currentStep
+        * @param       int             $currentStep
         */
        protected function calcProgress($currentStep) {
                // calculate progress
@@ -820,7 +820,7 @@ class WCFSetup extends WCF {
         * which will be created in the next step.
         * 
         * @param       \wcf\system\database\Database   $db
-        * @param       integer                         $dbNumber
+        * @param       int                             $dbNumber
         * @return      string[]        list of already existing tables
         */
        protected function getConflictedTables($db, $dbNumber) {
index 3017d754fcd20b62201e5688fe90f3e0437e6abd..f16b0f8bd72c821fa566c6b05912cf2b366ca4ca 100644 (file)
@@ -25,7 +25,7 @@ use wcf\util\StringUtil;
 class ACLHandler extends SingletonFactory {
        /**
         * indicates if assignment of variables is disabled
-        * @var integer
+        * @var int
         */
        protected $assignVariablesDisabled = false;
        
@@ -52,7 +52,7 @@ class ACLHandler extends SingletonFactory {
        /**
         * Assigns the acl values to the template.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         */
        public function assignVariables($objectTypeID) {
                if (WCF::getTPL()->get('aclValues') === null) {
@@ -132,7 +132,7 @@ class ACLHandler extends SingletonFactory {
         * Note: This method primarily only exists for form builder. If you are not
         * using form builder, you do not need this method.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @param       array|null      $valuesSource   array used to read the values from (if `null`, `$_POST['aclValues']` is used)
         * @since       5.2
         */
@@ -170,7 +170,7 @@ class ACLHandler extends SingletonFactory {
         * Note: This method primarily only exists for form builder. If you are not
         * using form builder, you do not need this method.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @since       5.2
         */
        public function resetValues($objectTypeID) {
@@ -189,7 +189,7 @@ class ACLHandler extends SingletonFactory {
         * Returns the id of the given acl object type.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         */
        public function getObjectTypeID($objectType) {
@@ -204,7 +204,7 @@ class ACLHandler extends SingletonFactory {
         * Returns the acl option category with the given object type id and name
         * or `null` if no such category exists.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @param       string          $categoryName
         * @return      ACLOptionCategory|null
         */
@@ -219,8 +219,8 @@ class ACLHandler extends SingletonFactory {
        /**
         * Saves acl for a given object.
         * 
-        * @param       integer         $objectID
-        * @param       integer         $objectTypeID
+        * @param       int             $objectID
+        * @param       int             $objectTypeID
         */
        public function save($objectID, $objectTypeID) {
                // get options
@@ -235,7 +235,7 @@ class ACLHandler extends SingletonFactory {
         * 
         * @param       ACLOptionList   $optionList
         * @param       string          $type
-        * @param       integer         $objectID
+        * @param       int             $objectID
         */
        protected function replaceValues(ACLOptionList $optionList, $type, $objectID) {
                $options = $optionList->getObjects();
@@ -288,7 +288,7 @@ class ACLHandler extends SingletonFactory {
        /**
         * Returns a list of permissions by object type id.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @param       array           $objectIDs
         * @param       string          $categoryName
         * @param       boolean         $settingsView
@@ -431,7 +431,7 @@ class ACLHandler extends SingletonFactory {
        /**
         * Returns a list of options by object type id.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @param       string          $categoryName
         * @return      ACLOptionList
         */
@@ -455,8 +455,8 @@ class ACLHandler extends SingletonFactory {
        /**
         * Removes ACL values from database.
         * 
-        * @param       integer                 $objectTypeID
-        * @param       integer[]               $objectIDs
+        * @param       int                     $objectTypeID
+        * @param       int[]           $objectIDs
         * @param       ACLOptionCategory       $category
         */
        public function removeValues($objectTypeID, array $objectIDs, ACLOptionCategory $category = null) {
index 886405198485996f622f630d280a95668a68e0ca..7d0562732824db6b1279911589303715c24ec581 100644 (file)
@@ -36,7 +36,7 @@ class SimpleAclHandler extends SingletonFactory {
         * Returns the object type id by object type.
         * 
         * @param       string          $objectType     object type name
-        * @return      integer         object type id
+        * @return      int         object type id
         * @throws      \InvalidArgumentException
         */
        public function getObjectTypeID($objectType) {
@@ -51,7 +51,7 @@ class SimpleAclHandler extends SingletonFactory {
         * Returns the user and group values for provided object type and object id.
         * 
         * @param       string          $objectType     object type name
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @return      array           array containing the keys `allowAll`, `user` and `group`
         */
        public function getValues($objectType, $objectID) {
@@ -104,7 +104,7 @@ class SimpleAclHandler extends SingletonFactory {
         * Sets the user and group values for provided object type and object id.
         * 
         * @param       string          $objectType     object type name
-        * @param       integer         $objectID       object id
+        * @param       int             $objectID       object id
         * @param       array           $values         list of user and group ids
         * @throws      \InvalidArgumentException
         */
index a0b232a7d1d3ebf4757b9fe7e3f303fc2cdecd4c..44296759bee03f67a2a2c46310dd007427f44dea 100644 (file)
@@ -26,7 +26,7 @@ class SimpleAclResolver extends SingletonFactory {
         * one of its group is allowed.
         * 
         * @param       string          $objectType     object type name
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @param       User|null       $user           user object, if `null` uses current user
         * @return      boolean         false if user is not allowed
         */
index 37ba6dee08e114bf5203d893a992c2099928a85c..d7ef75cd65c3d639ea680a3fef65770f23f6d627 100644 (file)
@@ -22,13 +22,13 @@ abstract class AbstractApplication extends SingletonFactory implements IApplicat
        
        /**
         * evaluation end date, `0` to disable
-        * @var integer
+        * @var int
         */
        protected $evaluationEndDate = 0;
        
        /**
         * WoltLab Plugin-Store file id
-        * @var integer
+        * @var int
         */
        protected $evaluationPluginStoreID = 0;
        
@@ -40,7 +40,7 @@ abstract class AbstractApplication extends SingletonFactory implements IApplicat
        
        /**
         * application's package id
-        * @var integer
+        * @var int
         */
        protected $packageID = 0;
        
index b3a95ffcb055ed6f3b79e6f502cff522baf4ced1..c56a657ee5dd242c91812611fd91ee5bbd111b17 100644 (file)
@@ -71,7 +71,7 @@ class ApplicationHandler extends SingletonFactory {
         * Returns an application delivered by the package with the given id or `null`
         * if no such application exists.
         * 
-        * @param       integer                 $packageID      package id
+        * @param       int                     $packageID      package id
         * @return      Application|null        application object
         * @since       3.0
         */
@@ -167,7 +167,7 @@ class ApplicationHandler extends SingletonFactory {
        /**
         * Returns abbreviation for a given package id or `null` if application is unknown.
         * 
-        * @param       integer         $packageID      unique package id
+        * @param       int             $packageID      unique package id
         * @return      string|null
         */
        public function getAbbreviation($packageID) {
index 4b9197e8cb4795af6d2de7918108d0f6434be45c..1bb28b832010b93f9fc1c774142c97b4d4139f53 100644 (file)
@@ -26,7 +26,7 @@ interface IApplication {
         * Returns the timestamp at which the evaluation period ends for this application. The
         * special value `0` indicates that there is no active evaluation period at this time.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getEvaluationEndDate();
        
@@ -34,7 +34,7 @@ interface IApplication {
         * Returns the id of the WoltLab Plugin-Store file where this app is for purchase. The
         * special value `0` indicates that there is no such file or it is a WoltLab app.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getEvaluationPluginStoreID();
        
index bbf1007e3ebb73c1d0067e98ad7deb6d8d9a5526..561643bb553a510e869ad8402cfd00f6cecdcd8f 100644 (file)
@@ -31,13 +31,13 @@ class AttachmentHandler implements \Countable {
        
        /**
         * object id
-        * @var integer
+        * @var int
         */
        protected $objectID = 0;
        
        /**
         * parent object id
-        * @var integer
+        * @var int
         */
        protected $parentObjectID = 0;
        
@@ -57,9 +57,9 @@ class AttachmentHandler implements \Countable {
         * Creates a new AttachmentHandler object.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $tmpHash
-        * @param       integer         $parentObjectID
+        * @param       int             $parentObjectID
         * @throws      SystemException
         */
        public function __construct($objectType, $objectID, $tmpHash = '', $parentObjectID = 0) {
@@ -112,7 +112,7 @@ class AttachmentHandler implements \Countable {
        /**
         * Sets the object id of temporary saved attachments.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         */
        public function updateObjectID($objectID) {
                $conditions = new PreparedStatementConditionBuilder();
@@ -136,8 +136,8 @@ class AttachmentHandler implements \Countable {
         * Transfers attachments to a different object id of the same type (e.g. merging content)
         * 
         * @param       string          $objectType
-        * @param       integer         $newObjectID
-        * @param       integer[]       $oldObjectIDs
+        * @param       int             $newObjectID
+        * @param       int[]   $oldObjectIDs
         */
        public static function transferAttachments($objectType, $newObjectID, array $oldObjectIDs) {
                $conditions = new PreparedStatementConditionBuilder();
@@ -157,7 +157,7 @@ class AttachmentHandler implements \Countable {
         * Removes all attachments for given object ids by type.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public static function removeAttachments($objectType, array $objectIDs) {
                $attachmentList = new AttachmentList();
@@ -270,7 +270,7 @@ class AttachmentHandler implements \Countable {
         * Returns the id of the object the handled attachments belong to. If the object does not
         * exist (yet), `0` is returned.
         * 
-        * @return      integer
+        * @return      int
         * @since       5.2
         */
        public function getObjectID() {
@@ -281,7 +281,7 @@ class AttachmentHandler implements \Countable {
         * Returns the id of the parent object of the object the handled attachments belong to.
         * If no such parent object exists, `0` is returned.
         * 
-        * @return      integer
+        * @return      int
         * @since       5.2
         */
        public function getParentObjectID() {
index 26ded85bd410e2f9840ee311b4f0dbb09fd42cd7..e07ea34dfcdf2d911338566e3ec1405f8b236397 100644 (file)
@@ -15,7 +15,7 @@ interface IAttachmentObjectType {
        /**
         * Returns true if the active user has the permission to download attachments.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function canDownload($objectID);
@@ -24,7 +24,7 @@ interface IAttachmentObjectType {
         * Returns true if the active user has the permission to view attachment
         * previews (thumbnails).
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function canViewPreview($objectID);
@@ -32,8 +32,8 @@ interface IAttachmentObjectType {
        /**
         * Returns true if the active user has the permission to upload attachments.
         * 
-        * @param       integer         $objectID
-        * @param       integer         $parentObjectID
+        * @param       int             $objectID
+        * @param       int             $parentObjectID
         * @return      boolean
         */
        public function canUpload($objectID, $parentObjectID = 0);
@@ -41,7 +41,7 @@ interface IAttachmentObjectType {
        /**
         * Returns true if the active user has the permission to delete attachments.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function canDelete($objectID);
@@ -49,7 +49,7 @@ interface IAttachmentObjectType {
        /**
         * Returns the maximum filesize for an attachment.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getMaxSize();
        
@@ -63,14 +63,14 @@ interface IAttachmentObjectType {
        /**
         * Returns the maximum number of attachments.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getMaxCount();
        
        /**
         * Returns the container object of an attachment or `null` if the container object does not exist.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      IUserContent|null
         */
        public function getObject($objectID);
@@ -78,7 +78,7 @@ interface IAttachmentObjectType {
        /**
         * Caches the data of the given container objects.
         * 
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public function cacheObjects(array $objectIDs);
        
index 427d2bddcb4e91663c34f01c2e456880f70c00ec..ea7bc2dcf997be44200abbd099334b9de952c405 100644 (file)
@@ -24,7 +24,7 @@ class AttachmentBBCode extends AbstractBBCode {
        
        /**
         * active object id
-        * @var integer
+        * @var int
         * @deprecated
         */
        protected static $objectID = 0;
@@ -194,7 +194,7 @@ class AttachmentBBCode extends AbstractBBCode {
        /**
         * Sets the active object id.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @deprecated
         */
        public static function setObjectID($objectID) {
index f5cca5226cb4380cb9b07279bd85c92b070f7873..e07c5fb4270034befb69c61aaa16c99f826799ad 100644 (file)
@@ -36,7 +36,7 @@ class Benchmark extends SingletonFactory {
        
        /**
         * number of executed sql queries
-        * @var integer
+        * @var int
         */
        protected $queryCount = 0;
        
@@ -58,8 +58,8 @@ class Benchmark extends SingletonFactory {
         * Starts a benchmark.
         * 
         * @param       string          $text
-        * @param       integer         $type
-        * @return      integer         index
+        * @param       int             $type
+        * @return      int             index
         */
        public function start($text, $type = self::TYPE_OTHER) {
                $newIndex = count($this->items);
@@ -75,7 +75,7 @@ class Benchmark extends SingletonFactory {
         * Stops the benchmark with the given index. If no index is given, the
         * latest benchmark is stopped.
         * 
-        * @param       integer         $index
+        * @param       int             $index
         */
        public function stop($index = null) {
                if ($index === null) {
@@ -134,7 +134,7 @@ class Benchmark extends SingletonFactory {
        /**
         * Returns the number of executed sql queries.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getQueryCount() {
                return $this->queryCount;
index d6b43744c58c57622832cb1bdaa093d324441b31..6c04ff641f536e803fc0a3dd5efeec1f4a36dfba 100644 (file)
@@ -43,7 +43,7 @@ abstract class AbstractDatabaseObjectListBoxController extends AbstractBoxContro
        /**
         * default limit value for the maximum number of shown database objects
         * if this property is null, setting a limit is disabled
-        * @var integer
+        * @var int
         */
        public $defaultLimit;
        
@@ -61,19 +61,19 @@ abstract class AbstractDatabaseObjectListBoxController extends AbstractBoxContro
        
        /**
         * limit value for the maximum number of shown database objects
-        * @var integer
+        * @var int
         */
        public $limit;
        
        /**
         * maximum limit value, if `null` no maximum is set
-        * @var integer
+        * @var int
         */
        public $maximumLimit;
        
        /**
         * minimum limit value
-        * @var integer
+        * @var int
         */
        public $minimumLimit = 1;
        
index 6746f4bdb44254735a8b096944499a58dbdc1073..9aabbad97415de419ff873cac26b500ea6f8c1e4 100644 (file)
@@ -107,7 +107,7 @@ class BoxHandler extends SingletonFactory {
        /**
         * Returns the box with the given id or `null` if it does not exist.
         * 
-        * @param       integer         $boxID
+        * @param       int             $boxID
         * @return      Box|null
         */
        public function getBox($boxID) {
@@ -217,7 +217,7 @@ class BoxHandler extends SingletonFactory {
        /**
         * Returns the list of boxes sorted by their global and page-local show order.
         * 
-        * @param       integer         $pageID         page id
+        * @param       int         $pageID         page id
         * @param       boolean         $forDisplay     enables content loading and removes inaccessible boxes from view
         * @return      Box[][]
         */
@@ -307,7 +307,7 @@ class BoxHandler extends SingletonFactory {
        /**
         * Returns true if provided page id uses a custom box show order.
         * 
-        * @param       integer         $pageID         page id
+        * @param       int         $pageID         page id
         * @return      boolean         true if there is a custom show order for boxes
         */
        public static function hasCustomShowOrder($pageID) {
index aee80c2aeffb55668af434ef4972386421673682..5afb2a529d18ab2cd7d1bb5bf86c6f8dee8be4a6 100644 (file)
@@ -136,7 +136,7 @@ class TodaysBirthdaysBoxController extends AbstractDatabaseObjectListBoxControll
        /**
         * Filters given user ids.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]   $userIDs
         */
        protected function filterUserIDs(&$userIDs) {
                // does nothing, can be overwritten by child classes
index 56797fa4d2643e77c2fdf46a0cebef3cf3ebeca2..9894735f2c9abf7d6ce5826cba0e8d5b60d8782f 100644 (file)
@@ -47,7 +47,7 @@ class UserListBoxController extends AbstractDatabaseObjectListBoxController {
        
        /**
         * ids of the shown users loaded from cache
-        * @var integer[]|null
+        * @var int[]|null
         */
        public $userIDs;
        
index a20c90bad98ea016a33a53862a21ddc562e45c64..0161299b6f9dae3739642dcca9ea3644542bee2d 100644 (file)
@@ -57,7 +57,7 @@ class Breadcrumbs extends SingletonFactory implements \Countable, \Iterator {
         * Replaces a breadcrumb, returns true if replacement was successful.
         * 
         * @param       Breadcrumb      $item
-        * @param       integer         $index
+        * @param       int             $index
         * @deprecated  3.0
         */
        public function replace(Breadcrumb $item, $index) {
@@ -67,7 +67,7 @@ class Breadcrumbs extends SingletonFactory implements \Countable, \Iterator {
        /**
         * Removes a breadcrumb, returns true if deletion was successful.
         * 
-        * @param       integer         $index
+        * @param       int             $index
         * @deprecated  3.0
         */
        public function remove($index) {
index c5240cce4c83cea5c9694ecb8ca665585af1d36e..a4fc794b7c6acbc64524449d60e9401c8c287633 100644 (file)
@@ -35,7 +35,7 @@ abstract class AbstractUserGroupsUserBulkProcessingAction extends AbstractUserBu
        
        /**
         * ids of selected user groups
-        * @var integer[]
+        * @var int[]
         */
        public $userGroupIDs = [];
        
index 67df8d08b7b8b1629e60bcee4cafadfd8c35f626..573aaf4b3cfb6677d5fa101f089ca97b771a54ca 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
 class SendMailUserBulkProcessingAction extends AbstractUserBulkProcessingAction {
        /**
         * is 1 if HTML for the email is enabled
-        * @var integer
+        * @var int
         */
        public $enableHTML = 0;
        
index 5c7e329e54159465ae55448758a6ba94d339378b..fe1fb874e839de8120ee3c02a9c44e295fe7f94c 100644 (file)
@@ -21,7 +21,7 @@ abstract class AbstractCacheBuilder extends SingletonFactory implements ICacheBu
        
        /**
         * maximum cache lifetime in seconds, '0' equals infinite
-        * @var integer
+        * @var int
         */
        protected $maxLifetime = 0;
        
index 281c454818b1ad36e48ca0bab189430f4f900520..c5678540a70947fab179533ea454d960d460ba69 100644 (file)
@@ -14,7 +14,7 @@ use wcf\data\user\UserList;
 abstract class AbstractSortedUserCacheBuilder extends AbstractCacheBuilder {
        /**
         * default limit value if no limit parameter is provided
-        * @var integer
+        * @var int
         */
        protected $defaultLimit = 5;
        
index 8074c1f52ddd94da4dfdf35cec25dc7a4dfb7273..02cc3cf2a03f291afc0c210e6d5e55e2e2a70c40 100644 (file)
@@ -22,7 +22,7 @@ interface ICacheBuilder {
        /**
         * Returns maximum lifetime for cache resource.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getMaxLifetime();
        
index 52df2f40ed3f704b103138efb830c23042035ea0..d93e5d20f788f889cb24cec246fdf2331a3d46ec 100644 (file)
@@ -23,7 +23,7 @@ class TagCloudCacheBuilder extends AbstractCacheBuilder {
        
        /**
         * language ids
-        * @var integer
+        * @var int
         */
        protected $languageIDs = [];
        
@@ -34,7 +34,7 @@ class TagCloudCacheBuilder extends AbstractCacheBuilder {
        
        /**
         * object type ids
-        * @var integer
+        * @var int
         */
        protected $objectTypeIDs = [];
        
@@ -59,8 +59,8 @@ class TagCloudCacheBuilder extends AbstractCacheBuilder {
        /**
         * Parses a list of language ids. If one given language id evaluates to '0' all ids will be discarded.
         * 
-        * @param       integer[]               $parameters
-        * @return      integer[]
+        * @param       int[]           $parameters
+        * @return      int[]
         */
        protected function parseLanguageIDs(array $parameters) {
                // handle special '0' value
@@ -115,7 +115,7 @@ class TagCloudCacheBuilder extends AbstractCacheBuilder {
         * 
         * @param       TagCloudTag     $tagA
         * @param       TagCloudTag     $tagB
-        * @return      integer
+        * @return      int
         */
        protected static function compareTags($tagA, $tagB) {
                if ($tagA->counter > $tagB->counter) return -1;
index d2bd998e2f7a0097222b162f2eda4c25d9283736..f6fe2a8d7c1a0984c7c263326fdcfd243803f559 100644 (file)
@@ -22,7 +22,7 @@ abstract class AbstractRuntimeCache extends SingletonFactory implements IRuntime
        
        /**
         * ids of objects which will be fetched next
-        * @var integer[]
+        * @var int[]
         */
        protected $objectIDs = [];
        
index 117f7f31bf3d36a5805e6ba4ef73b2229edc0571..9ec0677390ab003c2a58884d6eaa72c615a188cf 100644 (file)
@@ -16,7 +16,7 @@ interface IRuntimeCache {
         * Caches the given object id so that during the next object fetch, the object with
         * this id will also be fetched.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         */
        public function cacheObjectID($objectID);
        
@@ -24,7 +24,7 @@ interface IRuntimeCache {
         * Caches the given object ids so that during the next object fetch, the objects with
         * these ids will also be fetched.
         * 
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public function cacheObjectIDs(array $objectIDs);
        
@@ -40,7 +40,7 @@ interface IRuntimeCache {
         * If the given object id should not have been cached before, it will be cached
         * during this method call and the object, if existing, will be returned.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      DatabaseObject|null
         */
        public function getObject($objectID);
@@ -51,7 +51,7 @@ interface IRuntimeCache {
         * If the given object ids should not have been cached before, they will be cached
         * during this method call and the objects, if existing, will be returned.
         * 
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @return      DatabaseObject[]
         */
        public function getObjects(array $objectIDs);
@@ -59,7 +59,7 @@ interface IRuntimeCache {
        /**
         * Removes the object with the given id from the runtime cache if it has already been loaded.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         */
        public function removeObject($objectID);
        
@@ -67,7 +67,7 @@ interface IRuntimeCache {
        /**
         * Removes the objects with the given ids from the runtime cache if they have already been loaded.
         *
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public function removeObjects(array $objectIDs);
 }
index ff1fb0bd4a4974db2052e54bc500962f1451c4e1..9a7fa539e5e49643a98bb0a224b14e486530c979 100644 (file)
@@ -110,7 +110,7 @@ class DiskCacheSource implements ICacheSource {
         * Determines whether the cache needs to be rebuild or not.
         * 
         * @param       string          $filename
-        * @param       integer         $maxLifetime
+        * @param       int             $maxLifetime
         * @return      boolean
         */
        protected function needRebuild($filename, $maxLifetime) {
index 24457fed8f7828c603286df81feb5c5435957253..cb09a0f5581b7b6a422c7ff76a1e41a35ffe38a3 100644 (file)
@@ -27,7 +27,7 @@ interface ICacheSource {
         * Returns a cached variable.
         * 
         * @param       string          $cacheName
-        * @param       integer         $maxLifetime
+        * @param       int             $maxLifetime
         * @return      mixed
         */
        public function get($cacheName, $maxLifetime);
@@ -37,7 +37,7 @@ interface ICacheSource {
         * 
         * @param       string          $cacheName
         * @param       mixed           $value
-        * @param       integer         $maxLifetime
+        * @param       int             $maxLifetime
         */
        public function set($cacheName, $value, $maxLifetime);
 }
index 0be34026a7502e35daecb30001ed0248a627ad6d..f478babbae59f18b413bf27cf31a06acb8833241 100644 (file)
@@ -152,8 +152,8 @@ class MemcachedCacheSource implements ICacheSource {
        /**
         * Returns time to live in seconds, defaults to 3 days.
         * 
-        * @param       integer         $maxLifetime
-        * @return      integer
+        * @param       int             $maxLifetime
+        * @return      int
         */
        protected function getTTL($maxLifetime = 0) {
                // max lifetime is a timestamp -> http://www.php.net/manual/en/memcached.expiration.php
index 66423dc60b6e46a34bad4105b42e4bbf8c04aaba..0ce339034d67c50c3f1af9f9699301068e516a40 100644 (file)
@@ -97,8 +97,8 @@ class RedisCacheSource implements ICacheSource {
        /**
         * Returns time to live in seconds, defaults to 3 days.
         * 
-        * @param       integer         $maxLifetime
-        * @return      integer
+        * @param       int             $maxLifetime
+        * @return      int
         */
        protected function getTTL($maxLifetime = 0) {
                if ($maxLifetime) return $maxLifetime;
index d73f49458f39c3390cca879a0f64c61186675b48..4d4e9d989ce389a0c9d36f6909e3e129678e8a35 100644 (file)
@@ -40,7 +40,7 @@ class CaptchaHandler extends SingletonFactory {
         * Returns the captcha object type with the given id or `null` if no such
         * object type exists.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      ObjectType|null
         */
        public function getObjectType($objectTypeID) {
index 7c1d474310c0f275c1b3d2224392c6ce8c0f207e..25cf09e5c17c80c381d82b0e2507ff6281b103a4 100644 (file)
@@ -46,7 +46,7 @@ abstract class AbstractCategoryType extends SingletonFactory implements ICategor
        
        /**
         * maximum category nesting label
-        * @var integer
+        * @var int
         */
        protected $maximumNestingLevel = -1;
        
index 88cee796abc6b4983fa1d6fefcb404b0a74f4701..0ced76a60d3951bd5314c5c06472a610ed5c7760 100644 (file)
@@ -24,13 +24,13 @@ class CategoryHandler extends SingletonFactory {
        
        /**
         * category ids grouped by the object type they belong to
-        * @var integer[][]
+        * @var int[][]
         */
        protected $objectTypeCategoryIDs = [];
        
        /**
         * maps the names of the category object types to the object type ids
-        * @var integer[]
+        * @var int[]
         */
        protected $objectTypeIDs = [];
        
@@ -66,7 +66,7 @@ class CategoryHandler extends SingletonFactory {
        /**
         * Returns the category with the given id or `null` if no such category exists.
         * 
-        * @param       integer         $categoryID
+        * @param       int             $categoryID
         * @return      Category|null
         */
        public function getCategory($categoryID) {
@@ -82,8 +82,8 @@ class CategoryHandler extends SingletonFactory {
         * 
         * The second parameter is only needed if $categoryID is 0.
         * 
-        * @param       integer         $categoryID
-        * @param       integer         $objectTypeID
+        * @param       int             $categoryID
+        * @param       int             $objectTypeID
         * @return      Category[]
         * @throws      SystemException
         */
@@ -105,7 +105,7 @@ class CategoryHandler extends SingletonFactory {
        /**
         * Returns the category object type with the given id or `null` if no such object type exists.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      ObjectType|null
         */
        public function getObjectType($objectTypeID) {
index 06687e062e5d2ef7fa6a3ece3c1f2ffac1d682bd..9e3238577a0e1fdc631e635a4454582c436b6f9a 100644 (file)
@@ -27,7 +27,7 @@ class CategoryPermissionHandler extends SingletonFactory {
         * 
         * @param       Category        $category
         * @param       User            $user
-        * @return      integer[]
+        * @return      int[]
         */
        public function getPermissions(Category $category, User $user = null) {
                if ($user === null) {
index 267ecd8542091ceaa80a5a532525a0c85d60df37..12499a38baf5410a9bd95edfb0751e9b0ecb2241 100644 (file)
@@ -123,7 +123,7 @@ interface ICategoryType {
         * Returns the maximum category nesting level for this type. "-1" means
         * that there is no maximum.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getMaximumNestingLevel();
        
index 39544679fe9c78283ba0f5e07c48d62fc004f8e5..21e857af1f5b4e2dee0fa198b18d8ec35d45c6e8 100644 (file)
@@ -98,7 +98,7 @@ class ImportCLICommand implements ICLICommand {
        
        /**
         * user merge mode
-        * @var integer
+        * @var int
         */
        public $userMergeMode = 0;
        
index 606de4fc2d88cc5bc5356ffd403fd5477aa7c6fa..70feccf71ed32610f8bfc08fa4ece8dac790fc27 100644 (file)
@@ -135,7 +135,7 @@ final class ClipboardEditorItem {
        /**
         * Returns number of affected items.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getCount() {
                if (isset($this->parameters['objectIDs'])) {
index b179b8a9d48b08f39a2509c2ac141732497a2617..6955883be6317d0d452cbbedef273a2db0dd64be 100644 (file)
@@ -54,7 +54,7 @@ class ClipboardHandler extends SingletonFactory {
        
        /**
         * page object id
-        * @var integer
+        * @var int
         */
        protected $pageObjectID = 0;
        
@@ -88,7 +88,7 @@ class ClipboardHandler extends SingletonFactory {
         * Marks objects as marked.
         * 
         * @param       array           $objectIDs
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         */
        public function mark(array $objectIDs, $objectTypeID) {
                // remove existing entries first, prevents conflict with INSERT
@@ -111,7 +111,7 @@ class ClipboardHandler extends SingletonFactory {
         * Removes an object marking.
         * 
         * @param       array           $objectIDs
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         */
        public function unmark(array $objectIDs, $objectTypeID) {
                $conditions = new PreparedStatementConditionBuilder();
@@ -128,7 +128,7 @@ class ClipboardHandler extends SingletonFactory {
        /**
         * Unmarks all items of given type.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         */
        public function unmarkAll($objectTypeID) {
                $sql = "DELETE FROM     wcf".WCF_N."_clipboard_item
@@ -146,7 +146,7 @@ class ClipboardHandler extends SingletonFactory {
         * clipboard object type exists.
         * 
         * @param       string          $typeName
-        * @return      integer|null
+        * @return      int|null
         */
        public function getObjectTypeID($typeName) {
                if (isset($this->cache['objectTypeNames'][$typeName])) {
@@ -160,7 +160,7 @@ class ClipboardHandler extends SingletonFactory {
         * Returns the clipboard object type with the given id or `null` if no such
         * clipboard object type exists.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      ObjectType|null
         */
        public function getObjectType($objectTypeID) {
@@ -176,7 +176,7 @@ class ClipboardHandler extends SingletonFactory {
         * clipboard object type exists.
         * 
         * @param       string          $objectType
-        * @return      integer|null
+        * @return      int|null
         */
        public function getObjectTypeByName($objectType) {
                foreach ($this->cache['objectTypes'] as $objectTypeID => $objectTypeObj) {
@@ -191,7 +191,7 @@ class ClipboardHandler extends SingletonFactory {
        /**
         * Loads a list of marked items grouped by type name.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @throws      SystemException
         */
        protected function loadMarkedItems($objectTypeID = null) {
@@ -281,7 +281,7 @@ class ClipboardHandler extends SingletonFactory {
        /**
         * Loads a list of marked items grouped by type name.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      array
         */
        public function getMarkedItems($objectTypeID = null) {
@@ -305,7 +305,7 @@ class ClipboardHandler extends SingletonFactory {
         * Returns the data of the items for clipboard editor or `null` if no items are marked.
         * 
         * @param       string|string[]         $page
-        * @param       integer                 $pageObjectID
+        * @param       int                     $pageObjectID
         * @return      array|null
         * @throws      ImplementationException
         */
@@ -391,7 +391,7 @@ class ClipboardHandler extends SingletonFactory {
        /**
         * Removes items from clipboard.
         * 
-        * @param       integer         $typeID
+        * @param       int             $typeID
         */
        public function removeItems($typeID = null) {
                $conditions = new PreparedStatementConditionBuilder();
@@ -407,8 +407,8 @@ class ClipboardHandler extends SingletonFactory {
        /**
         * Returns true (1) if at least one item (of the given object type) is marked.
         * 
-        * @param       integer         $objectTypeID
-        * @return      integer
+        * @param       int             $objectTypeID
+        * @return      int
         */
        public function hasMarkedItems($objectTypeID = null) {
                if (!WCF::getUser()->userID) return 0;
@@ -440,7 +440,7 @@ class ClipboardHandler extends SingletonFactory {
        /**
         * Returns page object id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getPageObjectID() {
                return $this->pageObjectID;
index be1650447f14114c34f9de0ef961cd7bc1487bda..38c18e32c66a39d5fe5266fdad96ae9d8c65dc64 100644 (file)
@@ -90,7 +90,7 @@ class ArticleClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the articles that can be deleted.
         *
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateDelete() {
                $objectIDs = [];
@@ -108,7 +108,7 @@ class ArticleClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the articles that can be published.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function validatePublish() {
                $objectIDs = [];
@@ -126,7 +126,7 @@ class ArticleClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the articles that can be restored.
         *
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateRestore() {
                return $this->validateDelete();
@@ -135,7 +135,7 @@ class ArticleClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the articles whose category can be set.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateSetCategory() {
                if (!WCF::getSession()->getPermission('admin.content.article.canManageArticle')) {
@@ -148,7 +148,7 @@ class ArticleClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the articles that can be trashed.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateTrash() {
                $objectIDs = [];
@@ -166,7 +166,7 @@ class ArticleClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the articles that can be unpublished.
         *
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateUnpublish() {
                $objectIDs = [];
index 4f3d2ae43014ae9adbd917faa176fe87bdaf3f65..e292f99236e3c7b6751b38dab5deafa5dd505712 100644 (file)
@@ -69,7 +69,7 @@ class MediaClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the media files which can be deleted.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateDelete() {
                if (!WCF::getSession()->getPermission('admin.content.cms.canManageMedia')) {
@@ -95,7 +95,7 @@ class MediaClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the media files which can be inserted.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateInsert() {
                return array_keys($this->objects);
@@ -104,7 +104,7 @@ class MediaClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the media files whose category can be set.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateSetCategory() {
                if (!WCF::getSession()->getPermission('admin.content.cms.canManageMedia')) {
index 681ed56ba095aacb5f4b6a26f69eb21e90ad17fc..f4f40d7452179b590c952ea0d92f72f381f49358 100644 (file)
@@ -69,7 +69,7 @@ class TagClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the tags which can be deleted.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        protected function validateDelete() {
                if (!WCF::getSession()->getPermission('admin.content.tag.canManageTag')) {
@@ -82,7 +82,7 @@ class TagClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the tags which can be set as synonyms.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        protected function validateSetAsSynonyms() {
                if (!WCF::getSession()->getPermission('admin.content.tag.canManageTag')) {
index b2e459d56c3d93f4cc8edaf6668d7208e21549e5..2605995eacac6d5385e677168a39a32fe3e7cebb 100644 (file)
@@ -88,7 +88,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users which can be deleted.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        protected function validateDelete() {
                // check permissions
@@ -102,7 +102,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users which can be banned.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        protected function validateBan() {
                // check permissions
@@ -123,9 +123,9 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Validates accessible groups.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]   $userIDs
         * @param       boolean         $ignoreOwnUser
-        * @return      integer[]
+        * @return      int[]
         */
        protected function __validateAccessibleGroups(array $userIDs, $ignoreOwnUser = true) {
                if ($ignoreOwnUser) {
@@ -164,7 +164,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users which can be marked as email confirmed.
         *
-        * @return      integer[]
+        * @return      int[]
         * @since       5.3
         */
        protected function validateConfirmEmail() {
@@ -185,7 +185,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users which can be unmarked as email confirmed.
         *
-        * @return      integer[]
+        * @return      int[]
         * @since       5.3
         */
        protected function validateUnconfirmEmail() {
@@ -206,7 +206,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users which can be sent new passwords.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function validateSendNewPassword() {
                // check permissions
@@ -226,7 +226,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users which can be enabled.
         * 
-        * @return      integer[]
+        * @return      int[]
         * @since       3.0
         */
        protected function validateEnable() {
@@ -247,7 +247,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users which can be merge.
         * 
-        * @return      integer[]
+        * @return      int[]
         * @since       3.0
         */
        protected function validateMerge() {
@@ -265,7 +265,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users which aren't activated.
         *
-        * @return      integer[]
+        * @return      int[]
         * @since       5.2
         */
        protected function validateResendActivationMail() {
@@ -286,7 +286,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users whose contents can be deleted.
         * 
-        * @return      integer[]
+        * @return      int[]
         * @since       5.4
         */
        protected function validateDeleteUserContent() {
index 64ce0b2cc9054e3355b9464bda9683a5b0c5f7f6..757f5250ac73aea8086ef36209350f8ea9bb3a83 100644 (file)
@@ -56,7 +56,7 @@ class UserContentClipboardAction extends AbstractClipboardAction {
        /**
         * Returns the ids of the users whose edits can be reverted.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        protected function validateRevertContentChanges() {
                if (!MODULE_EDIT_HISTORY) {
index 93b984e909381a4751e537cbcf445372631c9ace..4670606db3856ffd1102023bf0eb2707ad0a0e5a 100644 (file)
@@ -57,7 +57,7 @@ class CommentHandler extends SingletonFactory {
         * such object type exists.
         * 
         * @param       string          $objectType
-        * @return      integer|null
+        * @return      int|null
         */
        public function getObjectTypeID($objectType) {
                if (isset($this->cache['objectTypeIDs'][$objectType])) {
@@ -71,7 +71,7 @@ class CommentHandler extends SingletonFactory {
         * Returns the comment object type with the given name or `null` if no such
         * object type exists.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      ObjectType|null
         */
        public function getObjectType($objectTypeID) {
@@ -102,8 +102,8 @@ class CommentHandler extends SingletonFactory {
         * Returns a comment list for a given object type and object id.
         * 
         * @param       ICommentManager         $commentManager
-        * @param       integer                 $objectTypeID
-        * @param       integer                 $objectID
+        * @param       int                     $objectTypeID
+        * @param       int                     $objectID
         * @param       boolean                 $readObjects
         * @return      StructuredCommentList
         */
@@ -120,7 +120,7 @@ class CommentHandler extends SingletonFactory {
         * Removes all comments for given objects.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public function deleteObjects($objectType, array $objectIDs) {
                $objectTypeID = $this->getObjectTypeID($objectType);
@@ -207,8 +207,8 @@ class CommentHandler extends SingletonFactory {
         * the given ids as confirmed for the active user.
         * 
         * @param       string          $objectType     comment object type name
-        * @param       integer[]       $objectIDs      ids of the objects whose comment-related notifications will be marked as confirmed
-        * @param       integer         $time           only notifications older than the given timestamp will be marked as confirmed
+        * @param       int[]   $objectIDs      ids of the objects whose comment-related notifications will be marked as confirmed
+        * @param       int             $time           only notifications older than the given timestamp will be marked as confirmed
         * @throws      \InvalidArgumentException       if invalid comment object type name is given
         * @since       5.2
         */
index 419f1f7bc9839ba96dbdd29f04503bb5a127c937..f72e06c9a3007727219ec50d33b7f9d62413238d 100644 (file)
@@ -18,7 +18,7 @@ use wcf\system\WCF;
 abstract class AbstractCommentManager extends SingletonFactory implements ICommentManager {
        /**
         * display comments per page
-        * @var integer
+        * @var int
         */
        public $commentsPerPage = 30;
        
@@ -243,7 +243,7 @@ abstract class AbstractCommentManager extends SingletonFactory implements IComme
        /**
         * Returns the object ID for the given Comment or CommentResponse.
         * 
-        * @return integer
+        * @return int
         */
        protected final function getObjectID($commentOrResponse) {
                if ($commentOrResponse instanceof CommentResponse || ($commentOrResponse instanceof DatabaseObjectDecorator && $commentOrResponse->getDecoratedObject() instanceof CommentResponse)) {
index 75e6ae0544fe2de9b65f7abcd02bc86ad9b9b09c..9094b2f7f97098306b6b6438bf7bd851c2a7ace1 100644 (file)
@@ -15,7 +15,7 @@ interface ICommentManager {
        /**
         * Returns true if the current user may add comments or responses.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function canAdd($objectID);
@@ -23,7 +23,7 @@ interface ICommentManager {
        /**
         * Returns true if a comment requires approval.
         * 
-        * @param       integer         $objectID
+        * @param       int         $objectID
         * @return      boolean
         */
        public function canAddWithoutApproval($objectID);
@@ -63,8 +63,8 @@ interface ICommentManager {
         * Returns true if the current user may moderated content identified by
         * object type id and object id.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $objectID
+        * @param       int             $objectTypeID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function canModerate($objectTypeID, $objectID);
@@ -72,15 +72,15 @@ interface ICommentManager {
        /**
         * Returns the amount of comments per page.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getCommentsPerPage();
        
        /**
         * Returns a link to the commented object with the given object type id and object id.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $objectID
+        * @param       int             $objectTypeID
+        * @param       int             $objectID
         * @return      string
         */
        public function getLink($objectTypeID, $objectID);
@@ -104,8 +104,8 @@ interface ICommentManager {
        /**
         * Returns the title for a comment or response.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $objectID
+        * @param       int             $objectTypeID
+        * @param       int             $objectID
         * @param       boolean         $isResponse
         * @return      string
         */
@@ -115,7 +115,7 @@ interface ICommentManager {
         * Returns true if comments and responses for given object id are accessible
         * by current user.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       boolean         $validateWritePermission
         * @return      boolean
         */
@@ -124,8 +124,8 @@ interface ICommentManager {
        /**
         * Updates total count of comments (includes responses).
         * 
-        * @param       integer         $objectID
-        * @param       integer         $value
+        * @param       int             $objectID
+        * @param       int             $value
         */
        public function updateCounter($objectID, $value);
        
index 995faf6e73d63e43d9221dd32c9a462463c0beb0..1101976e5f11fc5d5d9c8eb4223722ac59f4c057 100644 (file)
@@ -23,7 +23,7 @@ abstract class AbstractCheckboxCondition extends AbstractSingleFieldCondition {
        
        /**
         * is `1` if the checkbox is checked
-        * @var integer
+        * @var int
         */
        protected $fieldValue = 0;
        
index f3d89a8f447d946e3fbcc22edc2ec2cdbb9d1e30..795a2bedcd3472053b0f46fcfdc91e03b0ac2742 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\WCF;
 abstract class AbstractIntegerCondition extends AbstractSingleFieldCondition {
        /**
         * property value has to be greater than the given value
-        * @var integer
+        * @var int
         */
        protected $greaterThan = null;
        
@@ -27,19 +27,19 @@ abstract class AbstractIntegerCondition extends AbstractSingleFieldCondition {
        
        /**
         * property value has to be less than the given value
-        * @var integer
+        * @var int
         */
        protected $lessThan = null;
        
        /**
         * maximum value the property can have
-        * @var integer
+        * @var int
         */
        protected $maxValue = null;
        
        /**
         * minimum value the property can have
-        * @var integer
+        * @var int
         */
        protected $minValue = null;
        
@@ -136,7 +136,7 @@ HTML;
         * Returns the maximum value the property can have or `null` if there is no
         * such maximum.
         * 
-        * @return      integer|null
+        * @return      int|null
         */
        protected function getMaxValue() {
                if ($this->getDecoratedObject()->maxvalue !== null) {
@@ -172,7 +172,7 @@ HTML;
         * Returns the minimum value the property can have or `null` if there is no
         * such minimum.
         * 
-        * @return      integer|null
+        * @return      int|null
         */
        protected function getMinValue() {
                if ($this->getDecoratedObject()->minvalue !== null) {
index f2f97a231971ad2da1e6227c59e3d083d73c1481..8792d4d9de37d3e5111e3ea5262ed31bd07a9b07 100644 (file)
@@ -29,7 +29,7 @@ class ConditionHandler extends SingletonFactory {
         * Creates condition objects for the object with the given id and based
         * on the given condition object types.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       ObjectType[]    $conditionObjectTypes
         */
        public function createConditions($objectID, array $conditionObjectTypes) {
@@ -52,7 +52,7 @@ class ConditionHandler extends SingletonFactory {
         * Deletes all conditions of the objects with the given ids.
         * 
         * @param       string          $definitionName
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @throws      SystemException
         */
        public function deleteConditions($definitionName, array $objectIDs) {
@@ -87,7 +87,7 @@ class ConditionHandler extends SingletonFactory {
         * object type definition and object id.
         * 
         * @param       string          $definitionName
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      Condition[]
         * @throws      SystemException
         */
@@ -114,7 +114,7 @@ class ConditionHandler extends SingletonFactory {
        /**
         * Updates the conditions for the object with the given object id.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       Condition[]     $oldConditions
         * @param       ObjectType[]    $conditionObjectTypes
         */
index 6fe7af969db50a392b3fbf519e223a420088bed4..f0b5adfd2513c8043efa9fb851e017ea0928aded 100644 (file)
@@ -30,19 +30,19 @@ class UserAvatarCondition extends AbstractSelectCondition implements IContentCon
        
        /**
         * value of the "user has no avatar" option
-        * @var integer
+        * @var int
         */
        const NO_AVATAR = 0;
        
        /**
         * value of the "user has a custom avatar" option
-        * @var integer
+        * @var int
         */
        const AVATAR = 1;
        
        /**
         * value of the "user has a gravatar" option
-        * @var integer
+        * @var int
         */
        const GRAVATAR = 2;
        
index 3e50b403597823789b484496fe52c1208946108f..d9422f6360de10ef2f9e12969a2c969732b51126 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\WCF;
 class UserBirthdayCondition extends AbstractCondition implements IContentCondition {
        /**
         * 1 if birthday today checkbox is checked
-        * @var integer
+        * @var int
         */
        protected $birthdayToday = 0;
        
index d72861b79288f5b20571f4230e55ab2a78a8567b..42b48f5652be75ebe6e53f22b7f7545f50c61983 100644 (file)
@@ -31,13 +31,13 @@ class UserCoverPhotoCondition extends AbstractSelectCondition implements IConten
        
        /**
         * value of the "user has no cover photo" option
-        * @var integer
+        * @var int
         */
        const NO_COVER_PHOTO = 0;
        
        /**
         * value of the "user has a cover photo" option
-        * @var integer
+        * @var int
         */
        const COVER_PHOTO = 1;
        
index 4803df2d63014e204d0108ea9d423e83a1e9e7ca..66ead0355dad039835c356579520ee7ce4afaede 100644 (file)
@@ -33,7 +33,7 @@ class UserGroupCondition extends AbstractMultipleFieldsCondition implements ICon
        
        /**
         * ids of the selected user groups the user has to be member of
-        * @var integer[]
+        * @var int[]
         */
        protected $groupIDs = [];
        
@@ -47,7 +47,7 @@ class UserGroupCondition extends AbstractMultipleFieldsCondition implements ICon
        
        /**
         * ids of the selected user groups the user may not be member of
-        * @var integer[]
+        * @var int[]
         */
        protected $notGroupIDs = [];
        
index e9abf20892e0a951c48ae551dac0d2c7666fa58e..be9f6670959269d471ea196c7a423fb6795e51d5 100644 (file)
@@ -28,7 +28,7 @@ class UserLanguageCondition extends AbstractSingleFieldCondition implements ICon
        
        /**
         * ids of the selected languages
-        * @var integer[]
+        * @var int[]
         */
        protected $languageIDs = [];
        
index 8e19efe77c2f9dd01d1f14be87e2cb88e73381f6..f7de17c1e70d6dd08d67381aa41a0fac344dc7a3 100644 (file)
@@ -21,13 +21,13 @@ class UserMobileBrowserCondition extends AbstractSingleFieldCondition implements
        
        /**
         * 1 if mobile browser checkbox is checked
-        * @var integer
+        * @var int
         */
        protected $usesMobileBrowser = 0;
        
        /**
         * 1 if not use mobile browser checkbox is checked
-        * @var integer
+        * @var int
         */
        protected $usesNoMobileBrowser = 0;
        
index 7b9c63adcffe214870d6233db0ac8cd6a4f5edff..26091d3b6300c80d6410b29cdda1f031124763a2 100644 (file)
@@ -27,13 +27,13 @@ class UserMultifactorCondition extends AbstractSingleFieldCondition implements I
        
        /**
         * 1 if multifactor active checkbox is checked
-        * @var integer
+        * @var int
         */
        protected $multifactorActive = 0;
        
        /**
         * 1 if multifactor not active checkbox is checked
-        * @var integer
+        * @var int
         */
        protected $multifactorNotActive = 0;
        
index 857a66c65a38ce781f9e56745a07ec39c869d57f..6daad7afbde6db4e36093def1911c48a46d2f566 100644 (file)
@@ -31,13 +31,13 @@ class UserSignatureCondition extends AbstractSelectCondition implements IContent
        
        /**
         * value of the "user has no signature" option
-        * @var integer
+        * @var int
         */
        const NO_SIGNATURE = 0;
        
        /**
         * value of the "user has a signature" option
-        * @var integer
+        * @var int
         */
        const SIGNATURE = 1;
        
index d8fe860d4bc8b8d97edc69eb56b2d920fe99a26a..8028b778e7c741480727a52d563bcd191a68113e 100644 (file)
@@ -26,38 +26,38 @@ class UserStateCondition extends AbstractSingleFieldCondition implements IConten
        
        /**
         * true if the the user has to be banned
-        * @var integer
+        * @var int
         */
        protected $userIsBanned = 0;
        
        /**
         * true if the user has to be disabled
-        * @var integer
+        * @var int
         */
        protected $userIsDisabled = 0;
        
        /**
         * true if the user has to be enabled
-        * @var integer
+        * @var int
         */
        protected $userIsEnabled = 0;
        
        /**
         * true if the the user may not be banned
-        * @var integer
+        * @var int
         */
        protected $userIsNotBanned = 0;
        
        /**
         * true if the the user has confirmed their email address
         *
-        * @var integer
+        * @var int
         */
        protected $userIsEmailConfirmed = 0;
        
        /**
         * true if the the user has not confirmed their email address
-        * @var integer
+        * @var int
         */
        protected $userIsNotEmailConfirmed = 0;
        
index f7dfe6f7a1039cb48ba63e1c0b161cd7eafaf8de..5e0b64560f0b3b5c52e5d3a51a5481fb98531228 100644 (file)
@@ -42,13 +42,13 @@ class UserTrophyCondition extends AbstractMultipleFieldsCondition implements ICo
        
        /**
         * ids of the selected trophies the user has earned
-        * @var integer[]
+        * @var int[]
         */
        protected $userTrophyIDs = [];
        
        /**
         * ids of the selected trophies the user has not earned
-        * @var integer[]
+        * @var int[]
         */
        protected $notUserTrophyIDs = [];
        
index 3793b1d79cf26f4ea3500906a5350fdb91579ba8..a1256282fe9891f29da4c2e9b3895bcac3fce5d5 100644 (file)
@@ -21,7 +21,7 @@ use function wcf\functions\exception\logThrowable;
 class CronjobScheduler extends SingletonFactory {
        /**
         * cached times of the next and after next cronjob execution
-        * @var integer[]
+        * @var int[]
         */
        protected $cache = [];
        
@@ -92,7 +92,7 @@ class CronjobScheduler extends SingletonFactory {
        /**
         * Returns the next execution time.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getNextExec() {
                return $this->cache['nextExec'];
index 13f67b297d3f7d4cdf252cd6d5214e8be31aa8fe..95b1d21e919a0dcb9a9e8d030b7548d8b4b7afa0 100644 (file)
@@ -38,7 +38,7 @@ abstract class Database {
        
        /**
         * sql server post
-        * @var integer
+        * @var int
         */
        protected $port = 0;
        
@@ -68,7 +68,7 @@ abstract class Database {
        
        /**
         * number of executed queries
-        * @var integer
+        * @var int
         */
        protected $queryCount = 0;
        
@@ -86,7 +86,7 @@ abstract class Database {
        
        /**
         * amount of active transactions
-        * @var integer
+        * @var int
         */
        protected $activeTransactions = 0;
        
@@ -109,7 +109,7 @@ abstract class Database {
         * @param       string          $user                   SQL database server username
         * @param       string          $password               SQL database server password
         * @param       string          $database               SQL database server database name
-        * @param       integer         $port                   SQL database server port
+        * @param       int             $port                   SQL database server port
         * @param       boolean         $failsafeTest
         * @param       boolean         $tryToCreateDatabase
         * @param       array           $defaultDriverOptions
@@ -142,7 +142,7 @@ abstract class Database {
         * 
         * @param       string          $table
         * @param       string          $field
-        * @return      integer
+        * @return      int
         * @throws      DatabaseException
         */
        public function getInsertID($table, $field) {
@@ -244,8 +244,8 @@ abstract class Database {
         * Prepares a statement for execution and returns a statement object.
         * 
         * @param       string                  $statement
-        * @param       integer                 $limit
-        * @param       integer                 $offset
+        * @param       int                     $limit
+        * @param       int                     $offset
         * @return      PreparedStatement
         * @throws      DatabaseQueryException
         */
@@ -291,8 +291,8 @@ abstract class Database {
         * Other database implementations should override this function. 
         * 
         * @param       string          $query
-        * @param       integer         $limit
-        * @param       integer         $offset
+        * @param       int             $limit
+        * @param       int             $offset
         * @return      string
         */
        public function handleLimitParameter($query, $limit = 0, $offset = 0) {
@@ -306,7 +306,7 @@ abstract class Database {
        /**
         * Returns the number of the last error.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getErrorNumber() {
                if ($this->pdo !== null) return $this->pdo->errorCode();
@@ -382,7 +382,7 @@ abstract class Database {
        /**
         * Returns the amount of executed sql queries.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getQueryCount() {
                return $this->queryCount;
index 0f2ec91ac938f7a91263c7f31271a49f362a187e..3d578f36dd31942f0e65a0b4b3b21993c53d9f2b 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\exception\SystemException;
 class DatabaseException extends SystemException {
        /**
         * error number
-        * @var integer
+        * @var int
         */
        protected $errorNumber = null;
        
@@ -85,7 +85,7 @@ class DatabaseException extends SystemException {
        /**
         * Returns the error number of this exception.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getErrorNumber() {
                return $this->errorNumber;
index d0a9b70618962b5570b8e6bdd9d8d44600618fd9..4aadd3d4254828cb18bfb2bc1e4e767e21f42a7a 100644 (file)
@@ -11,17 +11,17 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Database
  * 
- * @method     integer         del($key1, $key2 = null, $key3 = null)
+ * @method     int             del($key1, $key2 = null, $key3 = null)
  * @method     boolean         expire($key, $ttl)
  * @method     string|bool     get($key)
- * @method     integer         hDel($key, $hashKey1, $hashKey2 = null, $hashKeyN = null)
+ * @method     int             hDel($key, $hashKey1, $hashKey2 = null, $hashKeyN = null)
  * @method     string          hGet($key, $hashKey)
- * @method     integer         hSet($key, $hashKey, $value)
- * @method     integer         incr($key)
+ * @method     int             hSet($key, $hashKey, $value)
+ * @method     int             incr($key)
  * @method     string          info($option = null)
  * @method     boolean         setex($key, $ttl, $value)
  * @method     boolean         setnx($key, $value)
- * @method     integer         ttl($key)
+ * @method     int             ttl($key)
  */
 class Redis {
        /**
index e83091bed07f93a5a657ed3f9cc2b5b60f361bcc..41cf541d232498026ddbeab864855e22348373c7 100644 (file)
@@ -109,7 +109,7 @@ class PreparedStatement {
        /**
         * Fetches the next row from a result set in an array.
         * 
-        * @param       integer         $type           fetch type
+        * @param       int             $type           fetch type
         * @return      mixed
         */
        public function fetchArray($type = null) {
@@ -126,7 +126,7 @@ class PreparedStatement {
         * Note: It is not possible to fetch further rows after calling
         * this method!
         * 
-        * @param       integer         $type           fetch type
+        * @param       int             $type           fetch type
         * @return      mixed
         * @see         \wcf\system\database\statement\PreparedStatement::fetchArray()
         */
@@ -144,7 +144,7 @@ class PreparedStatement {
         * Note: It is not possible to fetch further rows after calling
         * this method!
         * 
-        * @param       integer         $columnNumber
+        * @param       int             $columnNumber
         * @return      mixed
         * @see         \PDOStatement::fetchColumn()
         */
@@ -261,7 +261,7 @@ class PreparedStatement {
        /**
         * Counts number of affected rows by the last sql statement (INSERT, UPDATE or DELETE).
         * 
-        * @return      integer         number of affected rows
+        * @return      int             number of affected rows
         * @throws      DatabaseQueryException
         */
        public function getAffectedRows() {
@@ -276,7 +276,7 @@ class PreparedStatement {
        /**
         * Returns the number of the last error.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getErrorNumber() {
                if ($this->pdoStatement !== null) return $this->pdoStatement->errorCode();
index 1ec3fb619248f0d2289662a6e8a7f3dc5a2fba09..a3da42d2295f7b777012f8e42af1582ba06a0449 100644 (file)
@@ -34,7 +34,7 @@ class EditHistoryManager extends SingletonFactory {
         * Returns the id of the object type with the given name.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         */
        public function getObjectTypeID($objectType) {
@@ -49,13 +49,13 @@ class EditHistoryManager extends SingletonFactory {
         * Adds a new entry.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $message
-        * @param       integer         $time
-        * @param       integer         $userID
+        * @param       int             $time
+        * @param       int             $userID
         * @param       string          $username
         * @param       string          $editReason
-        * @param       integer         $obsoletedByUserID      The userID of the user that forced this entry to become outdated
+        * @param       int             $obsoletedByUserID      The userID of the user that forced this entry to become outdated
         */
        public function add($objectType, $objectID, $message, $time, $userID, $username, $editReason, $obsoletedByUserID) {
                // no op, if edit history is disabled
@@ -73,7 +73,7 @@ class EditHistoryManager extends SingletonFactory {
         * Deletes edit history entries.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public function delete($objectType, array $objectIDs) {
                $objectTypeID = $this->getObjectTypeID($objectType);
@@ -100,8 +100,8 @@ class EditHistoryManager extends SingletonFactory {
        /**
         * Performs mass reverting of edits by the given users in the given timeframe.
         * 
-        * @param       integer[]       $userIDs
-        * @param       integer         $timeframe
+        * @param       int[]   $userIDs
+        * @param       int             $timeframe
         */
        public function bulkRevert(array $userIDs, $timeframe = 86400) {
                if (empty($userIDs)) return;
index d7a5a99b8541dad3e61e595595964341b86ab7e0..2a494a460560308f6430b7c791fc8b8d667ad64b 100644 (file)
@@ -42,7 +42,7 @@ class MultipartAlternativeMimePart extends AbstractMultipartMimePart {
         * mime part will be further down the email (see RFC 2046, 5.1.4).
         * 
         * @param       AbstractMimePart        $part
-        * @param       integer                 $data   The priority.
+        * @param       int                     $data   The priority.
         * @throws      \InvalidArgumentException
         * @throws      \DomainException
         */
index 59e710f49b1938d6e796b00086147ee9d1ec1f4d..9be5597a672b94402974adc38fd347232b281b57 100644 (file)
@@ -33,7 +33,7 @@ class SmtpEmailTransport implements IEmailTransport {
        
        /**
         * port to use
-        * @var integer
+        * @var int
         */
        protected $port;
        
@@ -78,7 +78,7 @@ class SmtpEmailTransport implements IEmailTransport {
         * Creates a new SmtpEmailTransport using the given host.
         * 
         * @param       string  $host           host of the smtp server to use
-        * @param       integer $port           port to use
+        * @param       int     $port           port to use
         * @param       string  $username       username to use for authentication
         * @param       string  $password       corresponding password
         * @param       string  $starttls       one of 'none', 'may' and 'encrypt'
@@ -157,7 +157,7 @@ class SmtpEmailTransport implements IEmailTransport {
         * Reads a server reply and validates it against the given expected status codes.
         * Returns a tuple [ status code, reply text ].
         * 
-        * @param       integer[]       $expectedCodes
+        * @param       int[]   $expectedCodes
         * @return      array
         * @throws      PermanentFailure
         * @throws      TransientFailure
@@ -227,7 +227,7 @@ class SmtpEmailTransport implements IEmailTransport {
         * Connects to the server and enables STARTTLS if available. Bails
         * out if STARTTLS is not available and connection is set to 'encrypt'.
         * 
-        * @param       integer         $overrideTimeout
+        * @param       int         $overrideTimeout
         * @throws      PermanentFailure
         */
        protected function connect($overrideTimeout = null) {
index 0251ee8405831ac650222d71fe12c3fc972e3851..430b9987b4fb4520f12bb880098490cd7438a7e8 100644 (file)
@@ -24,7 +24,7 @@ abstract class AbstractHtmlInputNodeProcessorListener implements IParameterizedE
         * 
         * @param       HtmlInputNodeProcessor          $processor
         * @param       Regex                           $regex
-        * @return      integer[]
+        * @return      int[]
         */
        protected function getObjectIDs(HtmlInputNodeProcessor $processor, Regex $regex) {
                $objectIDs = [];
index 3905a2b152acdc9a631321291bf046d79416ca81..f92c491f6d7ed7c92721851d715df7d893cad940 100644 (file)
@@ -15,37 +15,37 @@ use wcf\util\JSON;
 class AJAXException extends LoggedException {
        /**
         * missing parameters
-        * @var integer
+        * @var int
         */
        const MISSING_PARAMETERS = 400;
        
        /**
         * session expired
-        * @var integer
+        * @var int
         */
        const SESSION_EXPIRED = 401;
        
        /**
         * insufficient permissions
-        * @var integer
+        * @var int
         */
        const INSUFFICIENT_PERMISSIONS = 403;
        
        /**
         * illegal link
-        * @var integer
+        * @var int
         */
        const ILLEGAL_LINK = 404;
        
        /**
         * bad parameters
-        * @var integer
+        * @var int
         */
        const BAD_PARAMETERS = 412;
        
        /**
         * internal server error
-        * @var integer
+        * @var int
         */
        const INTERNAL_ERROR = 503;
        
@@ -53,7 +53,7 @@ class AJAXException extends LoggedException {
         * Throws a JSON-encoded error message
         * 
         * @param       string          $message
-        * @param       integer         $errorType
+        * @param       int             $errorType
         * @param       string          $stacktrace
         * @param       mixed[]         $returnValues
         * @param       string          $exceptionID
index d98d79c10d2ba8566d5da2107154bc494f75dd96..bd7c6c5e04dc6b8bb29b710aff8c283cb8ebe5b6 100644 (file)
@@ -32,7 +32,7 @@ class SystemException extends LoggedException {
         * Creates a new SystemException.
         * 
         * @param       string          $message        error message
-        * @param       integer         $code           error code
+        * @param       int             $code           error code
         * @param       string          $description    description of the error
         * @param       \Exception      $previous       repacked Exception
         */
index 6ae8e725aab844c0737e178d509fd31e5b946608..fb09c64f5f3efc1aaaaf3625d4dacfe535d648f5 100644 (file)
@@ -69,13 +69,13 @@ abstract class AbstractExporter implements IExporter {
        
        /**
         * limits for items per run
-        * @var integer[]
+        * @var int[]
         */
        protected $limits = [];
        
        /**
         * default limit for items per run
-        * @var integer
+        * @var int
         */
        protected $defaultLimit = 1000;
        
@@ -185,7 +185,7 @@ abstract class AbstractExporter implements IExporter {
         * 
         * @param       string          $tableName
         * @param       string          $columnName
-        * @return      integer
+        * @return      int
         */
        protected function __getMaxID($tableName, $columnName) {
                $sql = "SELECT  MAX(".$columnName.") AS maxID
index 3b5dadbec9f34f9da9c9454ecc07cee3069a09d0..b54decac582670c76f31bde85dcb8bf42bd34ca8 100644 (file)
@@ -32,7 +32,7 @@ interface IExporter {
         * Counts the number of required loops for given type.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         */
        public function countLoops($objectType);
        
@@ -40,7 +40,7 @@ interface IExporter {
         * Runs the data export.
         * 
         * @param       string          $objectType
-        * @param       integer         $loopCount
+        * @param       int             $loopCount
         */
        public function exportData($objectType, $loopCount = 0);
        
index b300c78af74d14aba978a3e75e5194aa122ab806..ccb79ad3cd69c5877f10c9b0ab88b4e40a8d33bd 100644 (file)
@@ -24,7 +24,7 @@ class FeedEnclosure {
        
        /**
         * size of the enclosure in bytes
-        * @var integer
+        * @var int
         */
        protected $length = 0;
        
@@ -33,7 +33,7 @@ class FeedEnclosure {
         *
         * @param       string          $url            url to the enclosure
         * @param       string          $type           enclosure's MIME type
-        * @param       integer         $length         size of the enclosure in bytes
+        * @param       int         $length         size of the enclosure in bytes
         */
        public function __construct($url, $type, $length) {
                $this->url = $url;
@@ -62,7 +62,7 @@ class FeedEnclosure {
        /**
         * Returns the size of the enclosure in bytes.
         * 
-        * @return integer
+        * @return int
         */
        public function getLength() {
                return $this->length;
index 9db622f110977070a21da08f28772c1222996eb9..d225e0029ac9966fc09598e828189c94f088f3cb 100644 (file)
@@ -23,7 +23,7 @@ trait TFormParentNode {
        
        /**
         * current iterator index
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
index 212aaa408169d6006adfbe26f75f26629d43a758..22e9c2ef488b0f78fb509d23cddb5b5ddf7c56db 100644 (file)
@@ -20,7 +20,7 @@ class WysiwygPreviewFormButton extends FormButton implements IObjectTypeFormNode
        
        /**
         * id of the previewed message
-        * @var integer
+        * @var int
         */
        protected $objectId = 0;
        
@@ -41,7 +41,7 @@ class WysiwygPreviewFormButton extends FormButton implements IObjectTypeFormNode
         * 
         * By default, `0` is returned.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getObjectId() {
                return $this->objectId;
@@ -57,7 +57,7 @@ class WysiwygPreviewFormButton extends FormButton implements IObjectTypeFormNode
        /**
         * Sets the id of the previewed message and returns this button.
         * 
-        * @param       integer         $objectId       id of previewed message
+        * @param       int             $objectId       id of previewed message
         * @return      WysiwygPreviewFormButton        this button
         */
        public function objectId($objectId) {
index 2ad7b5d341597876d50bd6840935ef7c32e50730..ee5f0cd604979f72f3557c58c92f04c0612c5b11 100644 (file)
@@ -61,7 +61,7 @@ class WysiwygFormContainer extends FormContainer {
        
        /**
         * id of the edited object
-        * @var integer
+        * @var int
         */
        protected $objectId;
        
@@ -187,7 +187,7 @@ class WysiwygFormContainer extends FormContainer {
         * By default, no attachment data is set.
         * 
         * @param       null|string     $objectType             name of attachment object type or `null` to unset previous attachment data
-        * @param       integer         $parentObjectID         id of the parent of the object the attachments belong to or `0` if no such parent exists
+        * @param       int             $parentObjectID         id of the parent of the object the attachments belong to or `0` if no such parent exists
         * @return      WysiwygFormContainer                    this form container
         * @throws      \BadMethodCallException                 if the attachment form field has already been initialized
         */
@@ -250,7 +250,7 @@ class WysiwygFormContainer extends FormContainer {
        /**
         * Returns the id of the edited object or `0` if no object is edited.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getObjectId() {
                return $this->objectId;
index e4098febab1072a42d2546c9535ec81bd4911da6..77f3e640b1a3bb33ccf6d8f75e4dcdafdc1b6d58 100644 (file)
@@ -27,7 +27,7 @@ interface IMinimumLengthFormField extends IFormField {
         * @param       null|int        $minimumLength  minimum field value length
         * @return      static                          this field
         * 
-        * @throws      \InvalidArgumentException       if the given minimum length is no integer or otherwise invalid
+        * @throws      \InvalidArgumentException       if the given minimum length is no int or otherwise invalid
         */
        public function minimumLength($minimumLength = null);
        
index 3d4437e701a07ad1bdac961ee9c6375419e05822..094f5d116e3be479b410127899c74a141961cd0e 100644 (file)
@@ -128,7 +128,7 @@ class RatingFormField extends AbstractFormField implements IImmutableFormField,
        /**
         * Returns the sorted list of possible ratings used to generate the form field's html code.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getRatings() {
                if (WCF::getLanguage()->get('wcf.global.pageDirection') === 'rtl') {
index 03889a152ad7fdeffab286e9e7870d0635478d48..bab38e14d8d7a77a01a00d96394469acab00183e 100644 (file)
@@ -27,7 +27,7 @@ abstract class AbstractHtmlProcessor implements IHtmlProcessor {
         * Sets the message context data.
         * 
         * @param       string          $objectType     object type identifier
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @throws      InvalidObjectTypeException
         */
        public function setContext($objectType, $objectID) {
index f506ffcb699263696ccde53aa51e70274e53beac..205a21255107d008622f191e480fb214821a148a 100644 (file)
@@ -45,7 +45,7 @@ class HtmlInputProcessor extends AbstractHtmlProcessor {
         *
         * @param       string          $html                   html string
         * @param       string          $objectType             object type identifier
-        * @param       integer         $objectID               object id
+        * @param       int         $objectID               object id
         * @param       boolean         $convertFromBBCode      interpret input as bbcode
         */
        public function process($html, $objectType, $objectID = 0, $convertFromBBCode = false) {
@@ -92,7 +92,7 @@ class HtmlInputProcessor extends AbstractHtmlProcessor {
         * 
         * @param       string          $html           html string
         * @param       string          $objectType     object type identifier
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @since       3.1
         */
        public function reprocess($html, $objectType, $objectID) {
@@ -143,7 +143,7 @@ class HtmlInputProcessor extends AbstractHtmlProcessor {
         * 
         * @param       string          $html           html string
         * @param       string          $objectType     object type identifier
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @throws      \UnexpectedValueException
         */
        public function processEmbeddedContent($html, $objectType, $objectID) {
@@ -170,7 +170,7 @@ class HtmlInputProcessor extends AbstractHtmlProcessor {
        /**
         * Enforces the maximum depth of nested quotes.
         *
-        * @param       integer         $depth
+        * @param       int             $depth
         */
        public function enforceQuoteDepth($depth) {
                $this->getHtmlInputNodeProcessor()->enforceQuoteDepth($depth);
@@ -226,7 +226,7 @@ class HtmlInputProcessor extends AbstractHtmlProcessor {
        /**
         * Sets the new object id.
         * 
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         */
        public function setObjectID($objectID) {
                $this->context['objectID'] = $objectID;
index df113c53143e3f2f667ef9cd14a15fd32c59d344..a7837c779f7bcc7ab396058174c7ea39966b4a9a 100644 (file)
@@ -20,7 +20,7 @@ use wcf\util\JSON;
 class HtmlInputNodeImg extends AbstractHtmlInputNode {
        /**
         * number of found smilies
-        * @var integer
+        * @var int
         */
        protected $smiliesFound = 0;
        
@@ -80,7 +80,7 @@ class HtmlInputNodeImg extends AbstractHtmlInputNode {
        /**
         * Returns the number of smilies found within the message.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getSmileyCount() {
                return $this->smiliesFound;
index 67eee3d15829fb2af8315c6f614879438870ba41..e01a74ab3c4413d9ec57811c54733dacffa1f5f2 100644 (file)
@@ -186,7 +186,7 @@ class HtmlInputNodeProcessor extends AbstractHtmlNodeProcessor {
        /**
         * Enforces the maximum depth of nested quotes.
         * 
-        * @param       integer         $depth
+        * @param       int             $depth
         */
        public function enforceQuoteDepth($depth) {
                $quotes = [];
index a789066f881663dd58a3e1578e9a5b554295473e..d1765468dc46bfa69fd73c250cc466a2b0774b83 100644 (file)
@@ -40,7 +40,7 @@ class HtmlInputNodeTextParser {
        
        /**
         * number of found smilies
-        * @var integer
+        * @var int
         */
        protected $smileyCount = 0;
        
@@ -83,7 +83,7 @@ class HtmlInputNodeTextParser {
         * HtmlInputNodeTextParser constructor.
         * 
         * @param HtmlInputNodeProcessor $htmlInputNodeProcessor
-        * @param integer $smileyCount
+        * @param int $smileyCount
         */
        public function __construct(HtmlInputNodeProcessor $htmlInputNodeProcessor, $smileyCount = 0) {
                $this->htmlInputNodeProcessor = $htmlInputNodeProcessor;
index 0a6a1296f8f81320d8361806a2207cbcda2a6c4c..67b8f047eda053bedb61898608b30e47780ad0d0 100644 (file)
@@ -37,7 +37,7 @@ class HtmlOutputProcessor extends AbstractHtmlProcessor {
        
        /**
         * content language id
-        * @var integer
+        * @var int
         */
        protected $languageID;
        
@@ -58,9 +58,9 @@ class HtmlOutputProcessor extends AbstractHtmlProcessor {
         *
         * @param       string          $html                           html string
         * @param       string          $objectType                     object type identifier
-        * @param       integer         $objectID                       object id
+        * @param       int         $objectID                       object id
         * @param       boolean         $doKeywordHighlighting          enable keyword highlighting
-        * @param       integer         $languageID                     content language id
+        * @param       int         $languageID                     content language id
         */
        public function process($html, $objectType, $objectID, $doKeywordHighlighting = true, $languageID = null) {
                $this->languageID = $languageID;
index 985d85c541a1abd4efbb0f620d34fc1bb3eca43b..8d22a3347ccf3dc422f123c1f86f89d4e4a46f74 100644 (file)
@@ -44,7 +44,7 @@ class HtmlSimpleParser extends SingletonFactory {
         * Sets the embedded object context.
         * 
         * @param       string          $objectType     object type identifier
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         */
        public function setContext($objectType, $objectID) {
                MessageEmbeddedObjectManager::getInstance()->setActiveMessage($objectType, $objectID);
@@ -59,7 +59,7 @@ class HtmlSimpleParser extends SingletonFactory {
         * Parses a message to identify any embedded content using simple placeholders.
         * 
         * @param       string          $objectType     object type identifier
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @param       string          $message        message content
         * @return      boolean         true if there is at least one embedded content found
         */
@@ -98,7 +98,7 @@ class HtmlSimpleParser extends SingletonFactory {
         * Replaces simple placeholders with embedded content data.
         * 
         * @param       string          $objectType     object type identifier
-        * @param       integer         $objectID       object id
+        * @param       int         $objectID       object id
         * @param       string          $message        message content
         * @return      string          parsed and replaced string
         */
index 213a3f35ef0cd18a9a8fdca14702a16b95a73986..33f0cb840408c98f1b889e3b6ffd7d36fd31c165 100644 (file)
@@ -84,7 +84,7 @@ class HtmlTocItem implements \Countable, \RecursiveIterator {
        /**
         * Returns the number of children.
         *
-        * @return        integer
+        * @return        int
         */
        public function count() {
                return count($this->children);
index b8da1e045b23cdcad8cdb69d72ae60265da3ffdd..b3b6c9dd783092ef636357cb635eb14a18347e13 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\StringUtil;
 class GDImageAdapter implements IImageAdapter {
        /**
         * active color
-        * @var integer
+        * @var int
         */
        protected $color = null;
        
@@ -26,7 +26,7 @@ class GDImageAdapter implements IImageAdapter {
        
        /**
         * image height
-        * @var integer
+        * @var int
         */
        protected $height = 0;
        
@@ -38,13 +38,13 @@ class GDImageAdapter implements IImageAdapter {
        
        /**
         * image type
-        * @var integer
+        * @var int
         */
        protected $type = 0;
        
        /**
         * image width
-        * @var integer
+        * @var int
         */
        protected $width = 0;
        
@@ -433,13 +433,13 @@ class GDImageAdapter implements IImageAdapter {
         * 
         * @param       resource        $dst_im         destination image resource
         * @param       resource        $src_im         source image resource
-        * @param       integer         $dst_x          x-coordinate of destination point
-        * @param       integer         $dst_y          y-coordinate of destination point
-        * @param       integer         $src_x          x-coordinate of source point
-        * @param       integer         $src_y          y-coordinate of source point
-        * @param       integer         $src_w          source width
-        * @param       integer         $src_h          source height
-        * @param       integer         $pct            opacity percent
+        * @param       int             $dst_x          x-coordinate of destination point
+        * @param       int             $dst_y          y-coordinate of destination point
+        * @param       int             $src_x          x-coordinate of source point
+        * @param       int             $src_y          y-coordinate of source point
+        * @param       int             $src_w          source width
+        * @param       int             $src_h          source height
+        * @param       int             $pct            opacity percent
         * @return      boolean
         */
        private function imagecopymerge_alpha($dst_im, $src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $pct) { // phpcs:ignore
index 6b4b9ae4f5c2592d969d0aea0994469f92a2dc34..faae666dbb9cb1ebc46e0c4423e85c5b3bcfda53 100644 (file)
@@ -14,7 +14,7 @@ interface IImageAdapter {
         * Loads an image resource.
         * 
         * @param       mixed           $image
-        * @param       integer         $type
+        * @param       int             $type
         */
        public function load($image, $type = 0);
        
@@ -28,16 +28,16 @@ interface IImageAdapter {
        /**
         * Creates a new empty image.
         * 
-        * @param       integer         $width
-        * @param       integer         $height
+        * @param       int             $width
+        * @param       int             $height
         */
        public function createEmptyImage($width, $height);
        
        /**
         * Creates a thumbnail from previously loaded image.
         * 
-        * @param       integer         $maxWidth
-        * @param       integer         $maxHeight
+        * @param       int             $maxWidth
+        * @param       int             $maxHeight
         * @param       boolean         $preserveAspectRatio
         * @return      mixed
         */
@@ -46,10 +46,10 @@ interface IImageAdapter {
        /**
         * Clips a part of currently loaded image, overwrites image resource within instance.
         * 
-        * @param       integer         $originX
-        * @param       integer         $originY
-        * @param       integer         $width
-        * @param       integer         $height
+        * @param       int             $originX
+        * @param       int             $originY
+        * @param       int             $width
+        * @param       int             $height
         * @see         \wcf\system\image\adapter\IImageAdapter::getImage()
         */
        public function clip($originX, $originY, $width, $height);
@@ -57,12 +57,12 @@ interface IImageAdapter {
        /**
         * Resizes an image with optional scaling, overwrites image resource within instance.
         * 
-        * @param       integer         $originX
-        * @param       integer         $originY
-        * @param       integer         $originWidth
-        * @param       integer         $originHeight
-        * @param       integer         $targetWidth
-        * @param       integer         $targetHeight
+        * @param       int             $originX
+        * @param       int             $originY
+        * @param       int             $originWidth
+        * @param       int             $originHeight
+        * @param       int             $targetWidth
+        * @param       int             $targetHeight
         * @see         \wcf\system\image\adapter\IImageAdapter::getImage()
         */
        public function resize($originX, $originY, $originWidth, $originHeight, $targetWidth, $targetHeight);
@@ -70,10 +70,10 @@ interface IImageAdapter {
        /**
         * Draws a rectangle, overwrites image resource within instance.
         * 
-        * @param       integer         $startX
-        * @param       integer         $startY
-        * @param       integer         $endX
-        * @param       integer         $endY
+        * @param       int             $startX
+        * @param       int             $startY
+        * @param       int             $endX
+        * @param       int             $endY
         * @see         \wcf\system\image\adapter\IImageAdapter::getImage()
         * @see         \wcf\system\image\adapter\IImageAdapter::setColor()
         */
@@ -83,10 +83,10 @@ interface IImageAdapter {
         * Draws a line of text, overwrites image resource within instance.
         * 
         * @param       string          $text
-        * @param       integer         $x
-        * @param       integer         $y
+        * @param       int             $x
+        * @param       int             $y
         * @param       string          $font           path to TrueType font file
-        * @param       integer         $size           font size
+        * @param       int             $size           font size
         * @param       float           $opacity
         * @see         \wcf\system\image\adapter\IImageAdapter::getImage()
         * @see         \wcf\system\image\adapter\IImageAdapter::setColor()
@@ -99,11 +99,11 @@ interface IImageAdapter {
         * 
         * @param       string          $text
         * @param       string          $position
-        * @param       integer         $margin         in pixels
-        * @param       integer         $offsetX
-        * @param       integer         $offsetY
+        * @param       int             $margin         in pixels
+        * @param       int             $offsetX
+        * @param       int             $offsetY
         * @param       string          $font           path to TrueType font file
-        * @param       integer         $size           font size
+        * @param       int             $size           font size
         * @param       float           $opacity
         */
        public function drawTextRelative($text, $position, $margin, $offsetX, $offsetY, $font, $size, $opacity = 1.0);
@@ -112,10 +112,10 @@ interface IImageAdapter {
         * Returns true if the given text fits the image.
         * 
         * @param       string          $text
-        * @param       integer         $margin
+        * @param       int             $margin
         * @param       string          $font           path to TrueType font file
-        * @param       integer         $size           font size
-        * @return      integer
+        * @param       int             $size           font size
+        * @return      int
         * @return      boolean
         */
        public function textFitsImage($text, $margin, $font, $size);
@@ -125,19 +125,19 @@ interface IImageAdapter {
         * image. Returns 0 if no appropriate font size could be determined.
         * 
         * @param       string          $text
-        * @param       integer         $margin
+        * @param       int             $margin
         * @param       string          $font           path to TrueType font file
-        * @param       integer         $size           font size
-        * @return      integer
+        * @param       int             $size           font size
+        * @return      int
         */
        public function adjustFontSize($text, $margin, $font, $size);
        
        /**
         * Sets active color.
         * 
-        * @param       integer         $red
-        * @param       integer         $green
-        * @param       integer         $blue
+        * @param       int             $red
+        * @param       int             $green
+        * @param       int             $blue
         */
        public function setColor($red, $green, $blue);
        
@@ -151,9 +151,9 @@ interface IImageAdapter {
        /**
         * Sets a color to be transparent with alpha 0.
         * 
-        * @param       integer         $red
-        * @param       integer         $green
-        * @param       integer         $blue
+        * @param       int             $red
+        * @param       int             $green
+        * @param       int             $blue
         */
        public function setTransparentColor($red, $green, $blue);
        
@@ -175,21 +175,21 @@ interface IImageAdapter {
        /**
         * Returns image width.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getWidth();
        
        /**
         * Returns image height
         * 
-        * @return      integer
+        * @return      int
         */
        public function getHeight();
        
        /**
         * Returns the image type (GD only)
         * 
-        * @return      integer
+        * @return      int
         */
        public function getType();
        
@@ -205,8 +205,8 @@ interface IImageAdapter {
         * Overlays the given image at an absolute position.
         * 
         * @param       string          $file
-        * @param       integer         $x
-        * @param       integer         $y
+        * @param       int             $x
+        * @param       int             $y
         * @param       float           $opacity
         */
        public function overlayImage($file, $x, $y, $opacity);
@@ -216,7 +216,7 @@ interface IImageAdapter {
         * 
         * @param       string          $file
         * @param       string          $position
-        * @param       integer         $margin
+        * @param       int             $margin
         * @param       float           $opacity
         */
        public function overlayImageRelative($file, $position, $margin, $opacity);
index f68388ad0bf790b4e9439269821457d906daaf1f..cfae232076bc044c78664811c9178529e3972279 100644 (file)
@@ -16,8 +16,8 @@ interface IMemoryAwareImageAdapter extends IImageAdapter {
         * Returns whether it is believed that sufficient memory
         * is available to process an image with the given properties.
         * 
-        * @param       integer         $width
-        * @param       integer         $height
+        * @param       int             $width
+        * @param       int             $height
         * @param       string          $mimeType
         * @return      boolean
         */
index 09ee4073fa732e6e9b4259229c0cec891fbc34e1..a2afcb8cfdd511c1c34075f1df1a916aa20fa2e8 100644 (file)
@@ -27,13 +27,13 @@ class ImagickImageAdapter implements IImageAdapter {
        
        /**
         * image height
-        * @var integer
+        * @var int
         */
        protected $height = 0;
        
        /**
         * image width
-        * @var integer
+        * @var int
         */
        protected $width = 0;
        
index 2250ad5a7795ace0e4bc44e63da7f40bf12e65f4..dc780e68ae250d31addbc0dfecb39466cd9ee703 100644 (file)
@@ -13,13 +13,13 @@ use wcf\system\WCF;
 class AbstractACLImporter extends AbstractImporter {
        /**
         * object type id for options
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = 0;
        
        /**
         * object type name
-        * @var integer
+        * @var int
         */
        protected $objectTypeName = '';
        
index 36b86b6b8b15f67624ad3c7169a8a2d890c78529..cadd27cf9004dc90391481310c6c80520f6cf18e 100644 (file)
@@ -21,7 +21,7 @@ class AbstractAttachmentImporter extends AbstractImporter {
        
        /**
         * object type id for attachments
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = 0;
        
@@ -96,8 +96,8 @@ class AbstractAttachmentImporter extends AbstractImporter {
         * Replaces old attachment BBCodes with BBCodes with the new attachment id.
         * 
         * @param       string          $message
-        * @param       integer         $oldID
-        * @param       integer         $newID
+        * @param       int             $oldID
+        * @param       int             $newID
         * @return      string|boolean
         */
        protected function fixEmbeddedAttachments($message, $oldID, $newID) {
index 8288491bf6e9779a540b0b33c64da9059309730f..920a6e83c268873d69bf89c3140b220a6aa44220 100644 (file)
@@ -22,13 +22,13 @@ class AbstractCategoryImporter extends AbstractImporter {
        
        /**
         * object type id for categories
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = 0;
        
        /**
         * object type name
-        * @var integer
+        * @var int
         */
        protected $objectTypeName = '';
        
index be6cc26a8a9716ca76ef791c7317a6c8b64a8bc8..66a9271a4dbc9063b1dd86e1b1910c8a118de679 100644 (file)
@@ -19,13 +19,13 @@ class AbstractCommentImporter extends AbstractImporter {
        
        /**
         * object type id for comments
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = 0;
        
        /**
         * object type name
-        * @var integer
+        * @var int
         */
        protected $objectTypeName = '';
        
index 999a695211c551f875cad9edc33c4d0c0b386d9f..7d749f8c90e7aa09e321dec6f33a987e5d8cbcf7 100644 (file)
@@ -59,7 +59,7 @@ abstract class AbstractImporter implements IImporter {
         * Returns the language category id.
         * 
         * @param       string          $languageCategory
-        * @return      integer
+        * @return      int
         */
        protected function getLanguageCategoryID($languageCategory) {
                static $languageCategoryIDs = [];
index 6c7c0fd89844ac400037ac0022cf2c9ab4ad4163..6875ac7fd36cc7ee4c163b5cc11fb1500b79e5a2 100644 (file)
@@ -24,12 +24,12 @@ class AbstractLikeImporter extends AbstractImporter {
        
        /**
         * object type id for likes
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = 0;
        
        /**
-        * @var integer|null
+        * @var int|null
         */
        protected static $dislikeReactionTypeID;
        
@@ -76,7 +76,7 @@ class AbstractLikeImporter extends AbstractImporter {
        }
        
        /**
-        * @return integer
+        * @return int
         */
        protected static function getDislikeReactionTypeID() {
                if (self::$dislikeReactionTypeID === null) {
index f36a167333995ffc962cd328515f82d15179f686..afd1090fcb9b04c29fdc09914027dd42f69bbc6f 100644 (file)
@@ -19,7 +19,7 @@ class AbstractPollImporter extends AbstractImporter {
        
        /**
         * object type id for poll
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = 0;
        
index daf6e6b5742b1c6ad77ded95fe32e78e1c31eba1..e323a83b79d2a7e8137ad5d9800dc3ad2051fbb9 100644 (file)
@@ -20,7 +20,7 @@ class AbstractWatchedObjectImporter extends AbstractImporter {
        
        /**
         * object type id for watched objects
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = 0;
        
index fa061a823b605893e194885cdb5e91508a041aac..7e8b7635b86276168431b617c46655e96bb6d198 100644 (file)
@@ -24,7 +24,7 @@ class ArticleImporter extends AbstractImporter {
        
        /**
         * category for orphaned articles
-        * @var integer
+        * @var int
         */
        private $importCategoryID = 0;
        
@@ -118,7 +118,7 @@ class ArticleImporter extends AbstractImporter {
        /**
         * Returns the id of the category used for articles without previous categories.
         * 
-        * @return      integer
+        * @return      int
         */
        private function getImportCategoryID() {
                if (!$this->importCategoryID) {
index 14a3cf788a67a7cd911dde5ee8d41abb3df9430f..6e01a11796ce85f67111d8f0cd6ec9cfeee7669f 100644 (file)
@@ -37,7 +37,7 @@ class ImportHandler extends SingletonFactory implements IAJAXInvokeAction {
        
        /**
         * user merge mode
-        * @var integer
+        * @var int
         */
        protected $userMergeMode = 2;
        
@@ -84,7 +84,7 @@ class ImportHandler extends SingletonFactory implements IAJAXInvokeAction {
         * 
         * @param       string          $type
         * @param       mixed           $oldID
-        * @return      integer         $newID
+        * @return      int             $newID
         */
        public function getNewID($type, $oldID) {
                if (!$oldID) return null;
@@ -119,8 +119,8 @@ class ImportHandler extends SingletonFactory implements IAJAXInvokeAction {
         * Saves an id mapping.
         * 
         * @param       string          $type
-        * @param       integer         $oldID
-        * @param       integer         $newID
+        * @param       int             $oldID
+        * @param       int             $newID
         */
        public function saveNewID($type, $oldID, $newID) {
                $objectTypeID = $this->objectTypes[$type]->objectTypeID;
@@ -159,7 +159,7 @@ class ImportHandler extends SingletonFactory implements IAJAXInvokeAction {
        /**
         * Sets the user merge mode.
         * 
-        * @param       integer         $mode
+        * @param       int             $mode
         */
        public function setUserMergeMode($mode) {
                $this->userMergeMode = $mode;
@@ -168,7 +168,7 @@ class ImportHandler extends SingletonFactory implements IAJAXInvokeAction {
        /**
         * Returns the user merge mode.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getUserMergeMode() {
                return $this->userMergeMode;
index e53af3d5eb9b6f168abed69a0c9a33d24b72378b..b83948f33fd23e2921680f17c198e7379eb8617f 100644 (file)
@@ -23,7 +23,7 @@ class TrophyImporter extends AbstractImporter {
        
        /**
         * category for orphaned trophies
-        * @var integer
+        * @var int
         */
        private $importCategoryID = 0;
        
@@ -97,7 +97,7 @@ class TrophyImporter extends AbstractImporter {
        /**
         * Returns a categoryID for trophies without categoryID.
         *
-        * @return integer
+        * @return int
         */
        private function getImportCategoryID() {
                if (!$this->importCategoryID) {
index a423d5d26a719c4c20494c28aa81e461a832efc3..642073f52d0ae59294b625850174d4726965ad92 100644 (file)
@@ -24,7 +24,7 @@ class UserImporter extends AbstractImporter {
        
        /**
         * ids of default notification events
-        * @var integer[]
+        * @var int[]
         */
        protected $eventIDs = [];
        
index e9add464a662d376636e12208f06ff4da8ec7104..d4dc6b963112dcbc2f571f97c324f8a00d7a33fb 100644 (file)
@@ -25,7 +25,7 @@ class UserOptionImporter extends AbstractImporter {
        
        /**
         * language category id
-        * @var integer
+        * @var int
         */
        protected $languageCategoryID = null;
        
index 66cfaae99171f4ebddad39ca466b510a09ffcf54..3f018a8457e86973fa7efa2ce70c21721f805563 100644 (file)
@@ -21,8 +21,8 @@ class FTP {
         * Opens a new ftp connection to given host.
         * 
         * @param       string          $host
-        * @param       integer         $port
-        * @param       integer         $timeout
+        * @param       int             $port
+        * @param       int             $timeout
         * @throws      SystemException
         */
        public function __construct($host = 'localhost', $port = 21, $timeout = 30) {
index a6ce21834dfae0cc345f5c1ba85566f4d36864d4..6b9db3474c3bf8fdb212f2260a5a37f45335e539 100644 (file)
@@ -23,16 +23,16 @@ use wcf\system\exception\SystemException;
  * 
  * @method     boolean         close()
  * @method     boolean         eof()
- * @method     integer         filesize()
+ * @method     int             filesize()
  * @method     string          gets($length = null)
  * @method     resource        open($mode, $use_include_path = false, $context = null)
- * @method     integer         puts($string, $length = null)           alias of `write`
+ * @method     int             puts($string, $length = null)           alias of `write`
  * @method     string          read($length)
- * @method     integer         seek($offset, $whence = SEEK_SET)
+ * @method     int             seek($offset, $whence = SEEK_SET)
  * @method     array           stat()
- * @method     integer         tell()
+ * @method     int             tell()
  * @method     boolean         touch($time = 0, $atime = 0)            note: default value of `$time` actually is `time()`
- * @method     integer         write($string, $length = null)
+ * @method     int             write($string, $length = null)
  */
 class File {
        /**
index b836a20a3764f2a53d1378ac971c0631ea18efc2..df65b0204630a410a331742d42a9d84ae66e234d 100644 (file)
@@ -71,7 +71,7 @@ class GZipFile extends File {
        /**
         * Returns the filesize of the unzipped file.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getFileSize() {
                $byteBlock = 1<<14;
index 8f64c71a4f20c769f0d073236a10a5b388ad463a..d550c63e09d3135a321f10d12ea37afead5bd340 100644 (file)
@@ -50,7 +50,7 @@ interface IArchive {
         * Returns false if not found.
         * 
         * @param       string          $filename
-        * @return      integer                         index of the requested file
+        * @return      int                             index of the requested file
         */
        public function getIndexByFilename($filename);
 }
index 90f9b38c31bdd8441ea64935830650148df7934b..9de9955157e3fe0f98d6b5e165e65795d46b78dd 100644 (file)
@@ -19,13 +19,13 @@ class RemoteFile extends File {
        
        /**
         * port
-        * @var integer
+        * @var int
         */
        protected $port = 0;
        
        /**
         * error number
-        * @var integer
+        * @var int
         */
        protected $errorNumber = 0;
        
@@ -46,8 +46,8 @@ class RemoteFile extends File {
         * Opens a new connection to a remote host.
         * 
         * @param       string          $host
-        * @param       integer         $port
-        * @param       integer         $timeout
+        * @param       int             $port
+        * @param       int             $timeout
         * @param       array           $options
         * @throws      SystemException
         */
@@ -74,7 +74,7 @@ class RemoteFile extends File {
        /**
         * Returns the error number of the last error.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getErrorNumber() {
                return $this->errorNumber;
index ff2b882664857e1e41bbb97e268b1440a4494c7c..32f264ad1490182e09266c253c18b258a27bae16 100644 (file)
@@ -64,7 +64,7 @@ class Tar implements IArchive {
        
        /**
         * chunk size for extracting
-        * @var integer
+        * @var int
         */
        const CHUNK_SIZE = 8192;
        
index 6ce864444c43eb27c355eb8e51cf3579b18c0417..c39eb6ffbd5e198ca2070bef07652b167e09e95b 100644 (file)
@@ -201,12 +201,12 @@ class TarWriter extends Tar {
         * Writes header block.
         * 
         * @param       string          $filename
-        * @param       integer         $size
-        * @param       integer         $mtime
-        * @param       integer         $permissions
+        * @param       int             $size
+        * @param       int             $mtime
+        * @param       int             $permissions
         * @param       string          $typeFlag
-        * @param       integer         $uid
-        * @param       integer         $gid
+        * @param       int             $uid
+        * @param       int             $gid
         * @return      boolean
         */
        public function writeHeaderBlock($filename, $size, $mtime = 0, $permissions = 0, $typeFlag = '', $uid = 0, $gid = 0) {
index 410839e0a017d09bf7227e0661b8641caf22699d..bc1a877249e41eac8f199fb55fa5f50b02a008e3 100644 (file)
@@ -218,7 +218,7 @@ class Zip extends File implements IArchive {
         * Checks whether the next record is a file.
         * This does not change the position of the file-pointer.
         * 
-        * @param       integer         $offset         where to start reading
+        * @param       int             $offset         where to start reading
         * @return      boolean
         * @throws      SystemException
         */
@@ -238,7 +238,7 @@ class Zip extends File implements IArchive {
        /**
         * Reads a file and returns it.
         * 
-        * @param       integer         $offset         where to start reading
+        * @param       int             $offset         where to start reading
         * @return      array
         * @throws      SystemException
         */
@@ -322,7 +322,7 @@ class Zip extends File implements IArchive {
        /**
         * Reads in the specified number of bytes and unpacks them.
         * 
-        * @param       integer         $length         Number of bytes to read
+        * @param       int             $length         Number of bytes to read
         * @param       string          $type           Which type are the bytes of
         * @return      mixed
         */
index d60bf4e2615284c00cea1d02105e13808827db98..7ff781851b3953e367d3d6bfdc5491ae47ba5376 100644 (file)
@@ -22,7 +22,7 @@ class ZipWriter {
         * Adds a folder to the Zip archive.
         * 
         * @param       string          $name           dirname
-        * @param       integer         $date
+        * @param       int             $date
         */
        public function addDir($name, $date = TIME_NOW) {
                // replace backward slashes with forward slashes in the dirname
@@ -82,7 +82,7 @@ class ZipWriter {
         * 
         * @param       string          $data           content of the file
         * @param       string          $name           filename
-        * @param       integer         $date           file creation time as unix timestamp
+        * @param       int             $date           file creation time as unix timestamp
         */
        public function addFile($data, $name, $date = TIME_NOW) {               
                // replace backward slashes with forward slashes in the filename
@@ -188,7 +188,7 @@ class ZipWriter {
        /**
         * Converts an unix timestamp to Zip file time.
         * 
-        * @param       integer         $date           unix timestamp
+        * @param       int             $date           unix timestamp
         * @return      string
         */
        protected static function getDosDatetime($date) {
index 9c6de7bbee2ec0216910f5502d02cbaaaeb0016f..bb0f7725a3c88d1fe6e599aab382f856efd16351 100644 (file)
@@ -55,7 +55,7 @@ class LabelHandler extends SingletonFactory {
         * no such option exists.
         * 
         * @param       string          $optionName
-        * @return      integer
+        * @return      int
         */
        public function getOptionID($optionName) {
                foreach ($this->labelGroups['options'] as $option) {
@@ -86,7 +86,7 @@ class LabelHandler extends SingletonFactory {
        /**
         * Returns an array with view permissions for the labels with the given id.
         * 
-        * @param       integer[]               $labelIDs
+        * @param       int[]           $labelIDs
         * @param       User                    $user
         * @return      array
         * @see         \wcf\system\label\LabelHandler::getPermissions()
@@ -98,7 +98,7 @@ class LabelHandler extends SingletonFactory {
        /**
         * Returns an array with use permissions for the labels with the given id.
         * 
-        * @param       integer[]               $labelIDs
+        * @param       int[]           $labelIDs
         * @param       User                    $user
         * @return      array
         * @see         \wcf\system\label\LabelHandler::getPermissions()
@@ -111,7 +111,7 @@ class LabelHandler extends SingletonFactory {
         * Returns an array with boolean values for each given label id.
         * 
         * @param       string                  $optionName
-        * @param       integer[]               $labelIDs
+        * @param       int[]           $labelIDs
         * @param       User                    $user
         * @return      array
         * @throws      SystemException
@@ -160,9 +160,9 @@ class LabelHandler extends SingletonFactory {
         * Sets labels for given object id, pass an empty array to remove all previously
         * assigned labels.
         * 
-        * @param       integer[]               $labelIDs
-        * @param       integer                 $objectTypeID
-        * @param       integer                 $objectID
+        * @param       int[]           $labelIDs
+        * @param       int                     $objectTypeID
+        * @param       int                     $objectID
         * @param       boolean                 $validatePermissions
         */
        public function setLabels(array $labelIDs, $objectTypeID, $objectID, $validatePermissions = true) {
@@ -204,10 +204,10 @@ class LabelHandler extends SingletonFactory {
         * label for any of the given label group is given, an existing label from this group will
         * be removed.
         * 
-        * @param       integer[]       $groupIDs               ids of the relevant label groups
-        * @param       integer[]       $labelIDs               ids of the new labels
+        * @param       int[]   $groupIDs               ids of the relevant label groups
+        * @param       int[]   $labelIDs               ids of the new labels
         * @param       string          $objectType             label object type of the updated object
-        * @param       integer         $objectID               id of the updated object
+        * @param       int             $objectID               id of the updated object
         * @since       5.2
         */
        public function replaceLabels(array $groupIDs, array $labelIDs, $objectType, $objectID) {
@@ -252,8 +252,8 @@ class LabelHandler extends SingletonFactory {
        /**
         * Returns all assigned labels, optionally filtered to validate permissions.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer[]       $objectIDs
+        * @param       int             $objectTypeID
+        * @param       int[]   $objectIDs
         * @param       boolean         $validatePermissions
         * @return      Label[][]
         */
@@ -320,7 +320,7 @@ class LabelHandler extends SingletonFactory {
        /**
         * Returns given label groups by id.
         * 
-        * @param       integer[]       $groupIDs
+        * @param       int[]   $groupIDs
         * @param       boolean         $validatePermissions
         * @param       string          $permission
         * @return      ViewableLabelGroup[]
@@ -362,7 +362,7 @@ class LabelHandler extends SingletonFactory {
        /**
         * Returns a list of accessible label ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getAccessibleLabelIDs() {
                $labelIDs = [];
@@ -378,7 +378,7 @@ class LabelHandler extends SingletonFactory {
        /**
         * Returns label group by id.
         * 
-        * @param       integer         $groupID
+        * @param       int             $groupID
         * @return      ViewableLabelGroup
         */
        public function getLabelGroup($groupID) {
@@ -392,8 +392,8 @@ class LabelHandler extends SingletonFactory {
        /**
         * Removes all assigned labels for given object ids.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer[]       $objectIDs
+        * @param       int             $objectTypeID
+        * @param       int[]   $objectIDs
         */
        public function removeLabels($objectTypeID, array $objectIDs) {
                $conditions = new PreparedStatementConditionBuilder();
index 494acf6cb30aab5679c37aa0b39185e574d559a1..77cd6051e5e2aa0c8824fc6b8fa17a89b2f6f17f 100644 (file)
@@ -29,7 +29,7 @@ abstract class AbstractLabelObjectHandler extends SingletonFactory implements IL
        
        /**
         * object type id
-        * @var integer
+        * @var int
         */
        protected $objectTypeID = 0;
        
index 6d12b85500c5f1ee3a4d5c36e0919a8178082e97..21c2283ff4fcf22a9746190ba97f4aa746cfcd8e 100644 (file)
@@ -21,7 +21,7 @@ class ArticleLabelObjectHandler extends AbstractLabelObjectHandler {
        /**
         * Sets the label groups available for the categories with the given ids.
         * 
-        * @param       integer[]               $categoryIDs
+        * @param       int[]           $categoryIDs
         */
        public function setCategoryIDs($categoryIDs) {
                $labelGroupsToCategories = ArticleCategoryLabelCacheBuilder::getInstance()->getData();
index 1c48532161199164b73104b36e84a5803a3112ee..5810f2402e8816ff0a32ccf9a0929108a16d496d 100644 (file)
@@ -16,7 +16,7 @@ interface ILabelObjectHandler {
         * Returns a list of label group ids.
         * 
         * @param       array           $parameters
-        * @return      integer[]
+        * @return      int[]
         */
        public function getLabelGroupIDs(array $parameters = []);
        
@@ -31,7 +31,7 @@ interface ILabelObjectHandler {
        /**
         * Returns true, if all given label ids are valid and accessible.
         * 
-        * @param       integer[]       $labelIDs
+        * @param       int[]   $labelIDs
         * @param       string          $optionName
         * @param       boolean         $legacyReturnValue
         * @return      mixed
@@ -41,8 +41,8 @@ interface ILabelObjectHandler {
        /**
         * Assigns labels to an object.
         * 
-        * @param       integer[]               $labelIDs
-        * @param       integer                 $objectID
+        * @param       int[]           $labelIDs
+        * @param       int                     $objectID
         * @param       boolean                 $validatePermissions
         * @see         \wcf\system\label\LabelHandler::setLabels()
         */
@@ -51,7 +51,7 @@ interface ILabelObjectHandler {
        /**
         * Removes all assigned labels.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       boolean         $validatePermissions
         * @see         \wcf\system\label\LabelHandler::removeLabels()
         */
@@ -60,7 +60,7 @@ interface ILabelObjectHandler {
        /**
         * Returns a list of assigned labels.
         * 
-        * @param       integer[]               $objectIDs
+        * @param       int[]           $objectIDs
         * @param       boolean                 $validatePermissions
         * @return      Label[]
         */
index 9707d617933d14a14adcbc0ad567615aa0323126..e6f6192216ca4d8a8b757d3cb537e7cab950d59a 100644 (file)
@@ -19,7 +19,7 @@ abstract class AbstractLabelObjectTypeHandler extends SingletonFactory implement
        
        /**
         * object type id
-        * @var integer
+        * @var int
         */
        public $objectTypeID = 0;
        
index 7831f2271c0e7ca22b54374ff7c6d3004dae6aa4..cd46c32386f129616acad221a5ffb054cc78be1f 100644 (file)
@@ -13,14 +13,14 @@ interface ILabelObjectTypeHandler {
        /**
         * Sets object type id.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         */
        public function setObjectTypeID($objectTypeID);
        
        /**
         * Returns object type id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getObjectTypeID();
        
index a3de412d70a5de4dfa52c0934ef2911127fef43e..589747c1f46287fee5cbdf4c0ebd5c9b1a4e6c70 100644 (file)
@@ -12,7 +12,7 @@ namespace wcf\system\label\object\type;
 class LabelObjectType {
        /**
         * indentation level
-        * @var integer
+        * @var int
         */
        public $depth = 0;
        
@@ -30,13 +30,13 @@ class LabelObjectType {
        
        /**
         * object id
-        * @var integer
+        * @var int
         */
        public $objectID = 0;
        
        /**
         * option value
-        * @var integer
+        * @var int
         */
        public $optionValue = 0;
        
@@ -44,8 +44,8 @@ class LabelObjectType {
         * Creates a new LabelObjectType object.
         * 
         * @param       string          $label
-        * @param       integer         $objectID
-        * @param       integer         $depth
+        * @param       int             $objectID
+        * @param       int             $depth
         * @param       boolean         $isCategory
         */
        public function __construct($label, $objectID = 0, $depth = 0, $isCategory = false) {
@@ -66,7 +66,7 @@ class LabelObjectType {
        
        /**
         * Returns the object id.
-        * @return      integer
+        * @return      int
         */
        public function getObjectID() {
                return $this->objectID;
@@ -84,7 +84,7 @@ class LabelObjectType {
        /**
         * Returns indentation level.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getDepth() {
                return $this->depth;
@@ -93,7 +93,7 @@ class LabelObjectType {
        /**
         * Sets option value.
         * 
-        * @param       integer         $optionValue
+        * @param       int             $optionValue
         */
        public function setOptionValue($optionValue) {
                $this->optionValue = $optionValue;
@@ -102,7 +102,7 @@ class LabelObjectType {
        /**
         * Returns option value.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getOptionValue() {
                return $this->optionValue;
index 80f5b5395afa2bb040f613bc49c3982f00294e17..0ad0e5e7b1bea27ed3fac12a026a6e0c3c0cc919 100644 (file)
@@ -19,20 +19,20 @@ class LabelObjectTypeContainer implements \Countable, \Iterator {
        
        /**
         * object type id
-        * @var integer
+        * @var int
         */
        public $objectTypeID = 0;
        
        /**
         * iterator position
-        * @var integer
+        * @var int
         */
        private $position = 0;
        
        /**
         * Creates a new LabelObjectTypeContainer object.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         */
        public function __construct($objectTypeID) {
                $this->objectTypeID = $objectTypeID;
@@ -50,7 +50,7 @@ class LabelObjectTypeContainer implements \Countable, \Iterator {
        /**
         * Returns the object type id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getObjectTypeID() {
                return $this->objectTypeID;
index 1c10ec3b3cfbe2cef19d69de464a6664e808e235..ac13e1c72198545ae657561e5fa7324768411e00 100644 (file)
@@ -282,7 +282,7 @@ class I18nHandler extends SingletonFactory {
         * @param       string|string[]         $elementID              either the id of the element or externally passed array `languageID => value`
         * @param       string                  $languageVariable
         * @param       string                  $languageCategory
-        * @param       integer                 $packageID
+        * @param       int                     $packageID
         */
        public function save($elementID, $languageVariable, $languageCategory, $packageID = PACKAGE_ID) {
                // get language category id
@@ -405,8 +405,8 @@ class I18nHandler extends SingletonFactory {
        /**
         * Sets additional options for elements, required if updating values.
         * 
-        * @param       integer         $elementID
-        * @param       integer         $packageID
+        * @param       int             $elementID
+        * @param       int             $packageID
         * @param       string          $value
         * @param       string          $pattern
         */
index 07c52e2c133c358705501f2796eefc03526216fd..b17b2390e8b926db2b2f8940a8bd467d5b368216 100644 (file)
@@ -48,7 +48,7 @@ class I18nPlural {
         * `f` is the fractional number as a whole number (1.234 yields 234)
         *
         * @param       number          $n
-        * @return      integer
+        * @return      int
         */
        private static function getF($n) {
                $n = (string)$n;
@@ -64,7 +64,7 @@ class I18nPlural {
         * `v` represents the number of digits of the fractional part (1.234 yields 3)
         *
         * @param       number          $n
-        * @return      integer
+        * @return      int
         */
        private static function getV($n) {
                return strlen(preg_replace('/^[^.]*\.?/', '', (string)$n));
index 758db50e2a9e74b4290e2f91d56d9ee8b6b8afe6..436f24667931f3fa2765f4b74e730ed7edd9e64c 100644 (file)
@@ -20,7 +20,7 @@ class I18nValue {
        
        /**
         * bit-mask to alter validation rules
-        * @var integer
+        * @var int
         */
        protected $flags = 0;
        
@@ -77,7 +77,7 @@ class I18nValue {
        /**
         * Sets bit flags.
         * 
-        * @param       integer         $flags
+        * @param       int         $flags
         */
        public function setFlags($flags) {
                $this->flags = $flags;
@@ -86,7 +86,7 @@ class I18nValue {
        /**
         * Returns true if given flag is set.
         * 
-        * @param       integer         $flag
+        * @param       int         $flag
         * @return      boolean
         */
        public function getFlag($flag) {
index 61525e17d24f5e8db194a24414715b1124a5232e..8bf613d0289d6b24cf7a44f16809c08d942382c2 100644 (file)
@@ -45,7 +45,7 @@ class LanguageFactory extends SingletonFactory {
        /**
         * Returns a Language object for the language with the given id.
         * 
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @return      Language
         */
        public function getLanguage($languageID) {
@@ -63,7 +63,7 @@ class LanguageFactory extends SingletonFactory {
        /**
         * Returns the preferred language of the current user.
         * 
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @return      Language
         */
        public function getUserLanguage($languageID = 0) {
@@ -128,7 +128,7 @@ class LanguageFactory extends SingletonFactory {
        /**
         * Returns language category by id.
         * 
-        * @param       integer         $languageCategoryID
+        * @param       int             $languageCategoryID
         * @return      LanguageCategory
         */
        public function getCategoryByID($languageCategoryID) {
@@ -249,7 +249,7 @@ class LanguageFactory extends SingletonFactory {
        /**
         * Returns the default language id
         * 
-        * @return      integer
+        * @return      int
         */
        public function getDefaultLanguageID() {
                return $this->cache['default'];
@@ -283,7 +283,7 @@ class LanguageFactory extends SingletonFactory {
        /**
         * Returns the list of content language ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         * @since       3.1
         */
        public function getContentLanguageIDs() {
@@ -300,7 +300,7 @@ class LanguageFactory extends SingletonFactory {
        /**
         * Makes given language the default language.
         * 
-        * @param       integer         $languageID
+        * @param       int             $languageID
         */
        public function makeDefault($languageID) {
                // remove old default language
@@ -345,7 +345,7 @@ class LanguageFactory extends SingletonFactory {
        /**
         * Returns the number of phrases that have been automatically disabled in the past 7 days.
         * 
-        * @return      integer
+        * @return      int
         */
        public function countRecentlyDisabledCustomValues() {
                $sql = "SELECT  COUNT(*) AS count
index 3d22dff81e4dc7d3399916c059e4e86148127ddc..87e8a40dc9363a0a1eeb9af84b52604cee0961af 100644 (file)
@@ -60,7 +60,7 @@ class LikeHandler extends SingletonFactory {
         * Returns a like object.
         * 
         * @param       ObjectType      $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      LikeObject|null
         */
        public function getLikeObject(ObjectType $objectType, $objectID) {
@@ -83,7 +83,7 @@ class LikeHandler extends SingletonFactory {
         * 
         * @param       ObjectType      $objectType
         * @param       array           $objectIDs
-        * @return      integer
+        * @return      int
         */
        public function loadLikeObjects(ObjectType $objectType, array $objectIDs) {
                return ReactionHandler::getInstance()->loadLikeObjects($objectType, $objectIDs);
@@ -94,8 +94,8 @@ class LikeHandler extends SingletonFactory {
         * 
         * @param       ILikeObject     $likeable
         * @param       User            $user
-        * @param       integer         $likeValue
-        * @param       integer         $time
+        * @param       int             $likeValue
+        * @param       int             $time
         * @return      array
         */
        public function like(ILikeObject $likeable, User $user, $likeValue, $time = TIME_NOW) {
@@ -150,7 +150,7 @@ class LikeHandler extends SingletonFactory {
         * Removes all likes for given objects.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @param       string[]        $notificationObjectTypes
         */
        public function removeLikes($objectType, array $objectIDs, array $notificationObjectTypes = []) {
index 33b0ea01fb0463b64cfb465f93f0d04661527163..518b8fb6fb71abba34a120f5ff553e3753a7b59f 100644 (file)
@@ -46,13 +46,13 @@ abstract class AbstractModificationLogHandler extends SingletonFactory {
         * Creates a modification log entry.
         * 
         * @param       string          $action
-        * @param       integer         $objectID
-        * @param       integer|null    $parentObjectID
+        * @param       int             $objectID
+        * @param       int|null        $parentObjectID
         * @param       array           $additionalData
-        * @param       integer         $time
-        * @param       integer|null    $userID
+        * @param       int             $time
+        * @param       int|null        $userID
         * @param       string|null     $username
-        * @param       integer         $hidden
+        * @param       int             $hidden
         * @return      ModificationLog
         */
        public function createLog($action, $objectID, $parentObjectID = null, array $additionalData = [], $time = TIME_NOW, $userID = null, $username = null, $hidden = 1) {
@@ -94,7 +94,7 @@ abstract class AbstractModificationLogHandler extends SingletonFactory {
        /**
         * Deletes modification log entries.
         * 
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @param       string[]        $ignoredActions         names of actions whose log entries will not be deleted
         */
        public function deleteLogs(array $objectIDs, array $ignoredActions = []) {
@@ -116,7 +116,7 @@ abstract class AbstractModificationLogHandler extends SingletonFactory {
        /**
         * Deletes modification log entries by the id of the parent object.
         * 
-        * @param       integer[]       $parentObjectIDs
+        * @param       int[]   $parentObjectIDs
         */
        public function deleteLogsByParentIDs(array $parentObjectIDs) {
                if (empty($parentObjectIDs)) return;
@@ -149,8 +149,8 @@ abstract class AbstractModificationLogHandler extends SingletonFactory {
        /**
         * Updates the parent object id of modification log entries.
         * 
-        * @param       integer[]       $objectIDs
-        * @param       integer         $newParentObjectID
+        * @param       int[]   $objectIDs
+        * @param       int             $newParentObjectID
         */
        public function updateParentObjectID(array $objectIDs, $newParentObjectID) {
                if (empty($objectIDs)) return;
index 41b94d7a2934b80f11bf7bdae44320835b4424be..53b3e3c0fc2183b13dc094e0f290a57b5f99fb40 100644 (file)
@@ -52,11 +52,11 @@ class ModificationLogHandler extends SingletonFactory {
         * Adds a new entry to modification log.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $action
         * @param       array           $additionalData
-        * @param       integer         $time
-        * @param       integer         $userID
+        * @param       int             $time
+        * @param       int             $userID
         * @param       string          $username
         * @return      ModificationLog
         * @throws      SystemException
@@ -99,7 +99,7 @@ class ModificationLogHandler extends SingletonFactory {
         * Removes log entries.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @throws      SystemException
         */
        protected function _remove($objectType, array $objectIDs) {
index 58684c1f4ec1fa85b849fba75b953db4d7306c29..e2b783dc29b19da4cfd44b1b9acaaadc9a48c3fb 100644 (file)
@@ -58,7 +58,7 @@ class Mail {
         * @param       string          $cc
         * @param       string          $bcc
         * @param       array           $attachments
-        * @param       integer|string  $priority
+        * @param       int|string      $priority
         * @param       string          $header
         */
        public function __construct($to = '', $subject = '', $message = '', $from = '', $cc = '', $bcc = '', $attachments = [], $priority = '', $header = '') {
@@ -312,7 +312,7 @@ class Mail {
        /**
         * Sets the priority of the mail.
         * 
-        * @param       integer         $priority
+        * @param       int             $priority
         */
        public function setPriority($priority) {
                $this->email->addHeader('x-priority', $priority);
index 4b4d26f49c0a399b665dfecb3bc166a2209dc038..775593ba2b2eed0ec804dadfae712ea3ddb91f1f 100644 (file)
@@ -182,7 +182,7 @@ abstract class TreeMenu extends SingletonFactory {
        /**
         * Returns the active menu item.
         * 
-        * @param       integer         $level
+        * @param       int             $level
         * @return      string
         */
        public function getActiveMenuItem($level = 0) {
index 8d6746b666a6b545dc1c5bcb6722af367fa58803..b7415fa922d3865dce281a4a10daae269ab4eecf 100644 (file)
@@ -101,7 +101,7 @@ class UserProfileMenu extends SingletonFactory {
        /**
         * Returns the first visible menu item.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      UserProfileMenuItem
         */
        public function getActiveMenuItem($userID = 0) {
index cccef04b99203089927c6f420c4dc8e34b5f9b7b..4c80bec983d870596465cfb0181244de46c854ad 100644 (file)
@@ -21,7 +21,7 @@ class CommentUserProfileMenuContent extends SingletonFactory implements IUserPro
        
        /**
         * object type id
-        * @var integer
+        * @var int
         */
        public $objectTypeID = 0;
        
index 1b751154531573fb83105fd055061da31e741813..c78d8ba4b36ae9b419c5314e7b2b1f7a5030647a 100644 (file)
@@ -13,7 +13,7 @@ interface IUserProfileMenuContent {
        /**
         * Returns content for this user profile menu item.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      string
         */
        public function getContent($userID);
@@ -21,7 +21,7 @@ interface IUserProfileMenuContent {
        /**
         * Returns true if the associated menu item should be visible for the active user.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      boolean
         */
        public function isVisible($userID);
index 81c62ce460f303efd5dd1528f19fbe8839ec70f9..f7699e6d5e4acd58ba3791839c382744c1fb9553 100644 (file)
@@ -34,7 +34,7 @@ class QuickReplyManager extends SingletonFactory {
        
        /**
         * object id
-        * @var integer
+        * @var int
         */
        public $objectID = 0;
        
@@ -48,7 +48,7 @@ class QuickReplyManager extends SingletonFactory {
         * Returns a stored message from session.
         * 
         * @param       string          $type
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      string
         */
        public function getMessage($type, $objectID) {
@@ -66,7 +66,7 @@ class QuickReplyManager extends SingletonFactory {
         * Stores a message in session.
         * 
         * @param       string          $type
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $message
         */
        public function setMessage($type, $objectID, $message) {
@@ -77,7 +77,7 @@ class QuickReplyManager extends SingletonFactory {
         * Removes a stored message from session.
         * 
         * @param       string          $type
-        * @param       integer         $objectID
+        * @param       int             $objectID
         */
        public function removeMessage($type, $objectID) {
                WCF::getSession()->unregister('quickReply-'.$type.'-'.$objectID);
index 9b6e3082cca73259f33ba84e5ec8cd8ff32b4db4..1760e58adbeac7399cbc3da4756b7f6fdb430e33 100644 (file)
@@ -163,7 +163,7 @@ class Censorship extends SingletonFactory {
        /**
         * Looks behind in the word list.
         * 
-        * @param       integer         $index
+        * @param       int             $index
         * @param       string          $search
         * @return      boolean
         */
@@ -183,7 +183,7 @@ class Censorship extends SingletonFactory {
        /**
         * Looks ahead in the word list.
         * 
-        * @param       integer         $index
+        * @param       int             $index
         * @param       string          $search
         * @return      mixed
         */
index bbcc6793697119cdc67a5bb6c509d39034da125f..23edef9e83361b732ab8e2d8fca98d4223c3105b 100644 (file)
@@ -11,7 +11,7 @@ use wcf\system\html\input\HtmlInputProcessor;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Message\Embedded\Object
  * 
- * @property-read      integer         $objectTypeID   id of the embedded object type
+ * @property-read      int             $objectTypeID   id of the embedded object type
  */
 interface IMessageEmbeddedObjectHandler {
        /**
@@ -21,7 +21,7 @@ interface IMessageEmbeddedObjectHandler {
         * 
         * @param       HtmlInputProcessor      $htmlInputProcessor     html input processor holding the current document
         * @param       mixed[]                 $embeddedData           list of found embedded data with attributes
-        * @return      integer[]               ids of found embedded objects
+        * @return      int[]               ids of found embedded objects
         */
        public function parse(HtmlInputProcessor $htmlInputProcessor, array $embeddedData);
        
index 39a33b3bd36ea0d68645eca4776aa179e7b107e4..461477ed71b8220285526537e6c6442819091d6e 100644 (file)
@@ -14,9 +14,9 @@ interface ISimpleMessageEmbeddedObjectHandler extends IMessageEmbeddedObjectHand
         * Validates the provided values for existence and returns the filtered list.
         * 
         * @param       string          $objectType     object type identifier
-        * @param       integer         $objectID       object id
-        * @param       integer[]       $values         list of value ids
-        * @return      integer[]       filtered list
+        * @param       int         $objectID       object id
+        * @param       int[]       $values         list of value ids
+        * @return      int[]       filtered list
         */
        public function validateValues($objectType, $objectID, array $values);
        
@@ -25,8 +25,8 @@ interface ISimpleMessageEmbeddedObjectHandler extends IMessageEmbeddedObjectHand
         * if no replacement should be performed due to invalid or missing arguments.
         * 
         * @param       string          $objectType     object type identifier
-        * @param       integer         $objectID       object id
-        * @param       integer         $value          value id
+        * @param       int         $objectID       object id
+        * @param       int         $value          value id
         * @param       array           $attributes     list of additional attributes
         * @return      string|null     replacement string or null if value id is unknown
         */
index f7aef7d9a3c483172b1e910c059b0e151f0f42fe..cb3c166c1fd70caa25a7b3aa8f7dd1b6535b27dc 100644 (file)
@@ -30,19 +30,19 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
        
        /**
         * object type of the active message
-        * @var integer
+        * @var int
         */
        protected $activeMessageObjectTypeID;
        
        /**
         * id of the active message
-        * @var integer
+        * @var int
         */
        protected $activeMessageID;
        
        /**
         * language id of the active message
-        * @var integer
+        * @var int
         */
        protected $activeMessageLanguageID;
        
@@ -54,7 +54,7 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
        
        /**
         * content language id
-        * @var integer
+        * @var int
         */
        protected $contentLanguageID;
        
@@ -165,8 +165,8 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
         * Registers the embedded objects found in a message using the simplified syntax.
         * 
         * @param       string          $messageObjectType      object type identifier
-        * @param       integer         $messageID              object id
-        * @param       integer[][]     $embeddedContent        list of object ids for embedded objects by object type id
+        * @param       int         $messageID              object id
+        * @param       int[][]     $embeddedContent        list of object ids for embedded objects by object type id
         * @return      boolean         true if at least one embedded object was found
         */
        public function registerSimpleObjects($messageObjectType, $messageID, array $embeddedContent) {
@@ -201,7 +201,7 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
         * Removes embedded object assignments for given messages.
         * 
         * @param       string                  $messageObjectType
-        * @param       integer[]               $messageIDs
+        * @param       int[]           $messageIDs
         */
        public function removeObjects($messageObjectType, array $messageIDs) {
                $conditionBuilder = new PreparedStatementConditionBuilder();
@@ -218,8 +218,8 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
         * Loads the embedded objects for given messages.
         * 
         * @param       string          $messageObjectType
-        * @param       integer[]       $messageIDs
-        * @param       integer         $contentLanguageID
+        * @param       int[]   $messageIDs
+        * @param       int         $contentLanguageID
         * @throws      InvalidObjectTypeException
         */
        public function loadObjects($messageObjectType, array $messageIDs, $contentLanguageID = null) {
@@ -269,7 +269,7 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
        /**
         * Returns the content language id or null.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getContentLanguageID() {
                return $this->contentLanguageID;
@@ -279,8 +279,8 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
         * Sets active message information.
         * 
         * @param       string          $messageObjectType
-        * @param       integer         $messageID
-        * @param       integer         $languageID
+        * @param       int             $messageID
+        * @param       int             $languageID
         */
        public function setActiveMessage($messageObjectType, $messageID, $languageID = null) {
                $this->activeMessageObjectTypeID = ObjectTypeCache::getInstance()->getObjectTypeIDByName('com.woltlab.wcf.message', $messageObjectType);
@@ -291,7 +291,7 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
        /**
         * Returns the language id of the active message.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getActiveMessageLanguageID() {
                return $this->activeMessageLanguageID;
@@ -321,7 +321,7 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
         * Returns a specific embedded object.
         * 
         * @param       string          $embeddedObjectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      \wcf\data\DatabaseObject
         */
        public function getObject($embeddedObjectType, $objectID) {
@@ -401,7 +401,7 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
        /**
         * Returns a specific embedded object handler.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      IMessageEmbeddedObjectHandler
         */
        protected function getEmbeddedObjectHandler($objectTypeID) {
index 2aa263f81996c9a8404ed10203475b42c9ae1461..a0d9480761f6e1b8df1308ad68fc9a3425e54716 100644 (file)
@@ -21,7 +21,7 @@ use wcf\util\ArrayUtil;
 class MessageQuoteManager extends SingletonFactory {
        /**
         * current object ids
-        * @var integer[]
+        * @var int[]
         */
        protected $objectIDs = [];
        
@@ -51,7 +51,7 @@ class MessageQuoteManager extends SingletonFactory {
        
        /**
         * message id for quoting
-        * @var integer
+        * @var int
         */
        protected $quoteMessageID = 0;
        
@@ -86,8 +86,8 @@ class MessageQuoteManager extends SingletonFactory {
         * $message and $obj->getMessage() for $fullQuote.
         * 
         * @param       string          $objectType
-        * @param       integer         $parentObjectID
-        * @param       integer         $objectID
+        * @param       int             $parentObjectID
+        * @param       int             $objectID
         * @param       string          $message
         * @param       string          $fullQuote
         * @param       boolean         $returnFalseIfExists
@@ -157,7 +157,7 @@ class MessageQuoteManager extends SingletonFactory {
         * Returns the quote id for given quote.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $message
         * @param       string          $fullQuote
         * @return      string
@@ -286,7 +286,7 @@ class MessageQuoteManager extends SingletonFactory {
         * Returns a list of quotes by object type and id.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @param       boolean         $markForRemoval
         * @return      string[]
         */
@@ -326,7 +326,7 @@ class MessageQuoteManager extends SingletonFactory {
         * Returns a list of quotes by object type and parent object id.
         * 
         * @param       string          $objectType
-        * @param       integer         $parentObjectID
+        * @param       int             $parentObjectID
         * @param       boolean         $markForRemoval
         * @return      string[]
         */
@@ -384,7 +384,7 @@ class MessageQuoteManager extends SingletonFactory {
         * Returns the object id by quote id.
         * 
         * @param       string          $quoteID
-        * @return      integer
+        * @return      int
         */
        public function getObjectID($quoteID) {
                if (isset($this->quoteData[$quoteID])) {
@@ -467,7 +467,7 @@ class MessageQuoteManager extends SingletonFactory {
        /**
         * Returns the number of stored quotes.
         * 
-        * @return      integer
+        * @return      int
         */
        public function countQuotes() {
                $count = 0;
@@ -515,7 +515,7 @@ class MessageQuoteManager extends SingletonFactory {
         * Sets object type and object ids.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @throws      SystemException
         */
        public function initObjects($objectType, array $objectIDs) {
@@ -589,7 +589,7 @@ class MessageQuoteManager extends SingletonFactory {
        /**
         * Returns quote message id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getQuoteMessageID() {
                return $this->quoteMessageID;
@@ -598,7 +598,7 @@ class MessageQuoteManager extends SingletonFactory {
        /**
         * Removes orphaned quote ids
         * 
-        * @param       integer[]               $quoteIDs
+        * @param       int[]           $quoteIDs
         */
        public function removeOrphanedQuotes(array $quoteIDs) {
                foreach ($quoteIDs as $quoteID) {
index 239f6367841c4b339442649ba2e06baaa343325c..11cbe631baa9791ac1ada687691e36630a1fec15 100644 (file)
@@ -15,9 +15,9 @@ use wcf\data\IMessage;
  * @method     string          getFormattedMessage()
  * @method     string          getLink()
  * @method     string          getMessage()
- * @method     integer         getTime()
+ * @method     int             getTime()
  * @method     string          getTitle()
- * @method     integer         getUserID()
+ * @method     int             getUserID()
  * @method     string          getUsername()
  * @method     boolean         isVisible()
  */
@@ -48,13 +48,13 @@ class QuotedMessage implements \Countable, \Iterator {
        
        /**
         * current iterator index
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
        /**
         * list of index to object relation
-        * @var integer[]
+        * @var int[]
         */
        protected $indexToObject = null;
        
index b6684d431ff1f505a5a03714ba35136be1464bc8..6747ba47037a25e5f9805fb6b7ab5ab2493d7874 100644 (file)
@@ -91,7 +91,7 @@ class AbstractCommentCommentModerationQueueHandler extends AbstractModerationQue
        /**
         * Returns a comment object by comment id or null if comment id is invalid.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      Comment|null
         */
        protected function getComment($objectID) {
index 08dd69bf5478640be81b7ee60474c079b11aae47..bb626c708a039721ac7f507aced950f56e4a7b0e 100644 (file)
@@ -104,7 +104,7 @@ class AbstractCommentResponseModerationQueueHandler extends AbstractCommentComme
        /**
         * Returns a comment response object by response id or null if response id is invalid.
         *
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      CommentResponse|null
         */
        protected function getResponse($objectID) {
index 853698b89a0b1e151e1b8fa6de44174556064a4c..547139094d77b92b10a1e7b2bba45b7bc91b3cef 100644 (file)
@@ -74,9 +74,9 @@ abstract class AbstractModerationQueueManager extends SingletonFactory implement
        /**
         * Adds an entry to moderation queue.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $objectID
-        * @param       integer         $containerID
+        * @param       int             $objectTypeID
+        * @param       int             $objectID
+        * @param       int             $containerID
         * @param       array           $additionalData
         */
        protected function addEntry($objectTypeID, $objectID, $containerID = 0, array $additionalData = []) {
@@ -129,9 +129,9 @@ abstract class AbstractModerationQueueManager extends SingletonFactory implement
         *
         * This method is intended for bulk processing.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer[]       $objectIDs
-        * @param       integer[]       $containerIDs           format: `objectID => containerID`
+        * @param       int             $objectTypeID
+        * @param       int[]   $objectIDs
+        * @param       int[]   $containerIDs           format: `objectID => containerID`
         * @param       array           $additionalData
         */
        protected function addEntries($objectTypeID, array $objectIDs, array $containerIDs, array $additionalData = []) {
@@ -232,8 +232,8 @@ abstract class AbstractModerationQueueManager extends SingletonFactory implement
        /**
         * Marks a list of moderation queue entries as done.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer[]       $objectIDs
+        * @param       int             $objectTypeID
+        * @param       int[]   $objectIDs
         */
        protected function removeEntries($objectTypeID, array $objectIDs) {
                $queueList = new ModerationQueueList();
index 29799cf695dc8a76101de77f5f998857388302c8..46b82aa370df2e03e9b001341186539c71ef455c 100644 (file)
@@ -22,23 +22,23 @@ interface IModerationQueueHandler {
        /**
         * Returns the container id for current object id, may return 0.
         * 
-        * @param       integer         $objectID
-        * @return      integer
+        * @param       int             $objectID
+        * @return      int
         */
        public function getContainerID($objectID);
        
        /**
         * Validates object ids and returns orphaned queue ids.
         * 
-        * @param       integer[]               $queues
-        * @return      integer[]
+        * @param       int[]           $queues
+        * @return      int[]
         */
        public function identifyOrphans(array $queues);
        
        /**
         * Returns true if given object id is valid.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function isValid($objectID);
@@ -71,7 +71,7 @@ interface IModerationQueueHandler {
         * Removes queses from database, should only be called if the referenced
         * object is permanently deleted.
         * 
-        * @param       integer[]               $objectIDs
+        * @param       int[]           $objectIDs
         */
        public function removeQueues(array $objectIDs);
        
@@ -79,7 +79,7 @@ interface IModerationQueueHandler {
         * Returns true, if given user is affected by given queue entry.
         * 
         * @param       ModerationQueue         $queue
-        * @param       integer                 $userID
+        * @param       int                     $userID
         * @return      boolean
         */
        public function isAffectedUser(ModerationQueue $queue, $userID);
index c07838bdbd944b5f7e6c87871b54396fd0138179..6df10ef00069687f7d02368857d1780ef94a8b6b 100644 (file)
@@ -15,7 +15,7 @@ interface IModerationQueueManager {
        /**
         * Creates queue assignments for matching object type ids.
         * 
-        * @param       integer                 $objectTypeID
+        * @param       int                     $objectTypeID
         * @param       ModerationQueue[]       $queues
         */
        public function assignQueues($objectTypeID, array $queues);
@@ -24,7 +24,7 @@ interface IModerationQueueManager {
         * Returns true if given object type is valid, optionally checking object id.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function isValid($objectType, $objectID = null);
@@ -32,7 +32,7 @@ interface IModerationQueueManager {
        /**
         * Returns link for viewing/editing objects for this moderation type.
         * 
-        * @param       integer         $queueID
+        * @param       int             $queueID
         * @return      string
         */
        public function getLink($queueID);
@@ -41,7 +41,7 @@ interface IModerationQueueManager {
         * Returns object type id for given object type.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         */
        public function getObjectTypeID($objectType);
        
@@ -49,7 +49,7 @@ interface IModerationQueueManager {
         * Returns object type processor by object type.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      object
         */
        public function getProcessor($objectType, $objectTypeID = null);
@@ -57,7 +57,7 @@ interface IModerationQueueManager {
        /**
         * Populates object properties for viewing.
         * 
-        * @param       integer                         $objectTypeID
+        * @param       int                             $objectTypeID
         * @param       ViewableModerationQueue[]       $objects
         */
        public function populate($objectTypeID, array $objects);
index 45f3dad7767da4d2825742fbb8f775345792a888..cc9b9edea47743063ec46e780a31dbd9dfeb3efa 100644 (file)
@@ -52,7 +52,7 @@ class ModerationQueueActivationManager extends AbstractModerationQueueManager {
         * Adds an entry for moderated content.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       array           $additionalData
         * @throws      InvalidObjectTypeException
         */
@@ -79,8 +79,8 @@ class ModerationQueueActivationManager extends AbstractModerationQueueManager {
         * This method is intended for bulk processing.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectID
-        * @poram       integer[]       $containerIDs           format: `objectID => containerID`
+        * @param       int[]   $objectID
+        * @poram       int[]   $containerIDs           format: `objectID => containerID`
         * @param       array           $additionalData
         * @throws      InvalidObjectTypeException
         */
@@ -101,7 +101,7 @@ class ModerationQueueActivationManager extends AbstractModerationQueueManager {
         * Marks entries from moderation queue as done.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @throws      InvalidObjectTypeException
         */
        public function removeModeratedContent($objectType, array $objectIDs) {
index da98f308b87cc639676532aae40b3ab065053993..8efab673a9c476cb9b590996776064d3a4ca2f3e 100644 (file)
@@ -35,7 +35,7 @@ class ModerationQueueManager extends SingletonFactory {
        
        /**
         * list of object type names categorized by type
-        * @var integer[][]
+        * @var int[][]
         */
        protected $objectTypeNames = [];
        
@@ -96,7 +96,7 @@ class ModerationQueueManager extends SingletonFactory {
         * 
         * @param       string          $definitionName
         * @param       string          $objectType
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      object
         */
        public function getProcessor($definitionName, $objectType, $objectTypeID = null) {
@@ -114,8 +114,8 @@ class ModerationQueueManager extends SingletonFactory {
        /**
         * Returns link for viewing/editing an object type.
         * 
-        * @param       integer         $objectTypeID
-        * @param       integer         $queueID
+        * @param       int             $objectTypeID
+        * @param       int             $queueID
         * @return      string
         */
        public function getLink($objectTypeID, $queueID) {
@@ -133,7 +133,7 @@ class ModerationQueueManager extends SingletonFactory {
         * 
         * @param       string          $definitionName
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         */
        public function getObjectTypeID($definitionName, $objectType) {
                if ($this->isValid($definitionName, $objectType)) {
@@ -164,8 +164,8 @@ class ModerationQueueManager extends SingletonFactory {
        /**
         * Returns a list of object type ids for given definition ids.
         * 
-        * @param       integer[]               $definitionIDs
-        * @return      integer[]
+        * @param       int[]           $definitionIDs
+        * @return      int[]
         */
        public function getObjectTypeIDs(array $definitionIDs) {
                $objectTypeIDs = [];
@@ -183,7 +183,7 @@ class ModerationQueueManager extends SingletonFactory {
        /**
         * Populates object properties for viewing.
         * 
-        * @param       integer                         $objectTypeID
+        * @param       int                             $objectTypeID
         * @param       ViewableModerationQueue[]       $objects
         * @throws      SystemException
         */
@@ -207,7 +207,7 @@ class ModerationQueueManager extends SingletonFactory {
        /**
         * Returns the count of outstanding moderation queue items.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getOutstandingModerationCount() {
                // get count
@@ -244,7 +244,7 @@ class ModerationQueueManager extends SingletonFactory {
         * Returns the count of unread moderation queue items.
         * 
         * @param       boolean         $skipCache
-        * @return      integer
+        * @return      int
         */
        public function getUnreadModerationCount($skipCache = false) {
                // get count
@@ -373,7 +373,7 @@ class ModerationQueueManager extends SingletonFactory {
        /**
         * Removes a list of orphaned queue ids.
         * 
-        * @param       integer[]               $queueIDs
+        * @param       int[]           $queueIDs
         */
        public function removeOrphans(array $queueIDs) {
                if (!empty($queueIDs)) {
@@ -391,7 +391,7 @@ class ModerationQueueManager extends SingletonFactory {
        /**
         * Resets moderation count for all users or optionally only for one user.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         */
        public function resetModerationCount($userID = null) {
                if ($userID === null) {
@@ -441,7 +441,7 @@ class ModerationQueueManager extends SingletonFactory {
         * Removes moderation queues, should only be called if related objects are permanently deleted.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @throws      SystemException
         */
        public function removeQueues($objectType, array $objectIDs) {
index 48e6458fcf742a570a6a5daf50d48495f6647d84..c7a57a2e1adfcc0c7811fd145ffd6ad103dfaebe 100644 (file)
@@ -25,7 +25,7 @@ class ModerationQueueReportManager extends AbstractModerationQueueManager {
         * Returns true if given item was already reported.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function isAlreadyReported($objectType, $objectID) {
@@ -49,7 +49,7 @@ class ModerationQueueReportManager extends AbstractModerationQueueManager {
         * A pending report has a status other than done.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function hasPendingReport($objectType, $objectID) {
@@ -75,7 +75,7 @@ class ModerationQueueReportManager extends AbstractModerationQueueManager {
         * Returns true if current user can report given content.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function canReport($objectType, $objectID) {
@@ -106,7 +106,7 @@ class ModerationQueueReportManager extends AbstractModerationQueueManager {
         * Returns the reported object.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      \wcf\data\IUserContent
         */
        public function getReportedObject($objectType, $objectID) {
@@ -117,7 +117,7 @@ class ModerationQueueReportManager extends AbstractModerationQueueManager {
         * Adds a report for specified content.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $message
         * @param       array           $additionalData
         * @throws      InvalidObjectTypeException
index b56dc26819dad059fdfb97c10a588e83ad9ba694..68c4d7509a4d4b707284fdff1e04786dc23c1af0 100644 (file)
@@ -15,7 +15,7 @@ interface IModerationQueueReportHandler extends IModerationQueueHandler {
        /**
         * Returns true if current user can report given content.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      boolean
         */
        public function canReport($objectID);
@@ -31,7 +31,7 @@ interface IModerationQueueReportHandler extends IModerationQueueHandler {
        /**
         * Returns reported object.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      \wcf\data\IUserContent
         */
        public function getReportedObject($objectID);
index 03efd7d1b2b0a661c360ce591c81d41a7757c722..66816b47a6fcce2b777f50fd4c21bde247b60958 100644 (file)
@@ -106,7 +106,7 @@ class UserModerationQueueReportHandler extends AbstractModerationQueueHandler im
        /**
         * Returns a user object by user id or null if user id is invalid.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      User|null
         */
        protected function getUser($objectID) {
index 13b69c7b1d824695247fa092f4f6780c813a1073..907083fceef6b207ac070ae9f3594854048902ee 100644 (file)
@@ -37,7 +37,7 @@ interface IOptionHandler {
         * Returns the tree of options.
         * 
         * @param       string          $parentCategoryName
-        * @param       integer         $level
+        * @param       int             $level
         * @return      array
         */
        public function getOptionTree($parentCategoryName = '', $level = 0);
index 6c9c105e74ad253d279e1bdb459e0fcdf5a56eb3..0799616da8d8e3a79b1fd2d6834aa95ad35ba96f 100644 (file)
@@ -64,7 +64,7 @@ interface IOptionType {
         * 
         * @param       mixed           $value1
         * @param       mixed           $value2
-        * @return      integer
+        * @return      int
         */
        public function compare($value1, $value2);
        
index 39b5abd6cca7c5a00f58b72199648a14271b185d..276ffa4330518cd8b6aed0b76a1c0189a41f7fc9 100644 (file)
@@ -33,7 +33,7 @@ class DateUserOptionOutput implements IUserOptionOutput {
         * Splits the given dashed date into its components.
         * 
         * @param       string          $value
-        * @return      integer[]
+        * @return      int[]
         */
        protected static function splitDate($value) {
                $year = $month = $day = 0;
index 7945a375692b770f13c9e0f9d6516d1aef1659d2..a4b87973e228e459695c088c99baaf5f9b6901d9 100644 (file)
@@ -71,7 +71,7 @@ class PackageArchive {
        
        /**
         * list of compatible API versions
-        * @var integer[]
+        * @var int[]
         * @deprecated 5.2
         */
        protected $compatibility = [];
@@ -614,7 +614,7 @@ class PackageArchive {
        /**
         * Returns the list of compatible API versions.
         * 
-        * @return      integer[]
+        * @return      int[]
         * @deprecated 5.2
         */
        public function getCompatibleVersions() {
index ae209f262e79c4233bcd82808365c3698e4594cb..5a3cc5c9604ee77ed73b5601eb814eaa009f8a79 100644 (file)
@@ -1021,7 +1021,7 @@ class PackageInstallationDispatcher {
        /**
         * Returns current package id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getPackageID() {
                return $this->queue->packageID;
@@ -1050,8 +1050,8 @@ class PackageInstallationDispatcher {
         * Opens the package installation queue and
         * starts the installation, update or uninstallation of the first entry.
         * 
-        * @param       integer         $parentQueueID
-        * @param       integer         $processNo
+        * @param       int             $parentQueueID
+        * @param       int             $processNo
         */
        public static function openQueue($parentQueueID = 0, $processNo = 0) {
                $conditions = new PreparedStatementConditionBuilder();
@@ -1083,7 +1083,7 @@ class PackageInstallationDispatcher {
        /**
         * Checks the package installation queue for outstanding entries.
         * 
-        * @return      integer
+        * @return      int
         */
        public static function checkPackageInstallationQueue() {
                $sql = "SELECT          queueID
@@ -1297,7 +1297,7 @@ class PackageInstallationDispatcher {
         * Converts shorthand byte values into an integer representing bytes.
         * 
         * @param       string          $value
-        * @return      integer
+        * @return      int
         * @see         http://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
         */
        protected static function convertShorthandByteValue($value) {
index fa11dec9c975dca042185158ee87b8ee346de2ca..72952f8c7ff55c5e06cd38c379e5bf6de599ed00 100644 (file)
@@ -49,7 +49,7 @@ class PackageInstallationNodeBuilder {
        
        /**
         * current sequence number within one node
-        * @var integer
+        * @var int
         */
        public $sequenceNo = 0;
        
@@ -136,7 +136,7 @@ class PackageInstallationNodeBuilder {
        /**
         * Returns package name associated with given queue id.
         * 
-        * @param       integer         $queueID
+        * @param       int             $queueID
         * @return      string
         */
        public function getPackageNameByQueue($queueID) {
@@ -157,7 +157,7 @@ class PackageInstallationNodeBuilder {
        /**
         * Returns installation type by queue id.
         * 
-        * @param       integer         $queueID
+        * @param       int             $queueID
         * @return      string
         */
        public function getInstallationTypeByQueue($queueID) {
@@ -234,7 +234,7 @@ class PackageInstallationNodeBuilder {
         * Calculates current setup process.
         * 
         * @param       string          $node
-        * @return      integer
+        * @return      int
         */
        public function calculateProgress($node) {
                $progress = [
@@ -274,7 +274,7 @@ class PackageInstallationNodeBuilder {
         * Duplicates a node by re-inserting it and moving all descendants into a new tree.
         * 
         * @param       string          $node
-        * @param       integer         $sequenceNo
+        * @param       int             $sequenceNo
         */
        public function cloneNode($node, $sequenceNo) {
                $newNode = $this->getToken();
@@ -747,9 +747,9 @@ class PackageInstallationNodeBuilder {
        /**
         * Returns queue id based upon current node.
         * 
-        * @param       integer         $processNo
+        * @param       int             $processNo
         * @param       string          $node
-        * @return      integer|null
+        * @return      int|null
         */
        public function getQueueByNode($processNo, $node) {
                $sql = "SELECT  queueID
index 47cb0fb1cdc1779c196d5a87f9988da0f3961507..91e1f56378f97ccbd8a798354e0099f8da2640e0 100644 (file)
@@ -207,7 +207,7 @@ class PackageInstallationSQLParser extends SQLParser {
         * 
         * @param       string          $tableName
         * @param       string          $columnName
-        * @return      integer         package id
+        * @return      int             package id
         */
        protected function getColumnOwnerID($tableName, $columnName) {
                $sql = "SELECT  packageID
@@ -230,7 +230,7 @@ class PackageInstallationSQLParser extends SQLParser {
         * 
         * @param       string          $tableName
         * @param       string          $indexName
-        * @return      integer         package id
+        * @return      int             package id
         */
        protected function getIndexOwnerID($tableName, $indexName) {
                $sql = "SELECT  packageID
index 1404e51596e8141eaaf04310edb40d7d53db3901..bbc9cb30a2a4f27234343908f72b6d5b46cd9665 100644 (file)
@@ -113,7 +113,7 @@ class PackageInstallationScheduler {
         * 
         * @param       string          $package        package identifier
         * @param       string          $version        package version
-        * @param       integer         $stackPosition
+        * @param       int             $stackPosition
         * @param       boolean         $validateInstallInstructions
         */
        protected function installPackage($package, $version = '', $stackPosition = -1, $validateInstallInstructions = false) {
@@ -146,7 +146,7 @@ class PackageInstallationScheduler {
         * Resolves the package requirements of an package update.
         * Starts the installation or update to higher version of required packages.
         * 
-        * @param       integer         $packageUpdateVersionID
+        * @param       int             $packageUpdateVersionID
         */
        protected function resolveRequirements($packageUpdateVersionID) {
                // resolve requirements
@@ -443,7 +443,7 @@ class PackageInstallationScheduler {
        /**
         * Updates an existing package.
         * 
-        * @param       integer         $packageID
+        * @param       int             $packageID
         * @param       string          $version
         */
        protected function updatePackage($packageID, $version) {
@@ -618,7 +618,7 @@ class PackageInstallationScheduler {
         * 
         * @param       array           $updateThreadListA
         * @param       array           $updateThreadListB
-        * @return      integer
+        * @return      int
         */
        protected function compareUpdateThreadLists($updateThreadListA, $updateThreadListB) {
                $countA = count($updateThreadListA);
index 742e3e685842c5c4b5cd67d1277cb7690051202f..9e0f1923307e6340b30ca5c92b83f2365c4a2b2c 100644 (file)
@@ -34,7 +34,7 @@ class PackageUpdateDispatcher extends SingletonFactory {
        /**
         * Refreshes the package database.
         * 
-        * @param       integer[]               $packageUpdateServerIDs
+        * @param       int[]           $packageUpdateServerIDs
         * @param       boolean                 $ignoreCache
         */
        public function refreshPackageDatabase(array $packageUpdateServerIDs = [], $ignoreCache = false) {
@@ -477,7 +477,7 @@ class PackageUpdateDispatcher extends SingletonFactory {
         * Updates information parsed from a packages_update.xml into the database.
         * 
         * @param       array           $allNewPackages
-        * @param       integer         $packageUpdateServerID
+        * @param       int             $packageUpdateServerID
         */
        protected function savePackageUpdates(array &$allNewPackages, $packageUpdateServerID) {
                $excludedPackagesParameters = $fromversionParameters = $insertParameters = $optionalInserts = $requirementInserts = $compatibilityInserts = [];
@@ -834,7 +834,7 @@ class PackageUpdateDispatcher extends SingletonFactory {
         * Removes unnecessary updates of requirements from the list of available updates.
         * 
         * @param       array           $updates
-        * @param       integer         $packageUpdateVersionID
+        * @param       int             $packageUpdateVersionID
         * @return      array           $updates
         */
        protected function removeUpdateRequirements(array $updates, $packageUpdateVersionID) {
index 64e4b2f8048384503ce5592e28d5357dd5e180af..a1d965156711d6b0d123c5cc4a4df645ff502ff2 100644 (file)
@@ -36,7 +36,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati
        
        /**
         * list of loaded acl object type ids sorted by their option type name
-        * @var integer[]
+        * @var int[]
         */
        protected $optionTypeIDs = [];
        
@@ -304,7 +304,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati
         * or throws a SystemException if no such option type exists.
         * 
         * @param       string          $optionType
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         */
        protected function getObjectTypeID($optionType) {
index d4395291a79b4cb83dade3cf9bc87002c3f7562e..479fb7ad98370117f9fc0c14c8341be127451192 100644 (file)
@@ -341,7 +341,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag
         * 
         * @param       array           $option
         * @param       string          $categoryName
-        * @param       integer         $existingOptionID
+        * @param       int             $existingOptionID
         */
        abstract protected function saveOption($option, $categoryName, $existingOptionID = 0);
        
index b24e1a694358c8fbfed643fb81761be0838de74b..cf5997f0a9fb50fcce3cff6539b7bd55ca495b4b 100644 (file)
@@ -374,11 +374,11 @@ abstract class AbstractXMLPackageInstallationPlugin extends AbstractPackageInsta
        /**
         * Returns the show order value.
         * 
-        * @param       null|integer    $showOrder
+        * @param       null|int        $showOrder
         * @param       string          $parentName
         * @param       string          $columnName
         * @param       string          $tableNameExtension
-        * @return      integer
+        * @return      int
         */
        protected function getShowOrder($showOrder, $parentName = null, $columnName = null, $tableNameExtension = '') {
                if ($showOrder === null) {
index 215cf783afcbb4196f1da36d05cdf5e70959575a..d9a526c9360fdccfb0a5773edb78ba377427f79a 100644 (file)
@@ -285,7 +285,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin
         * menu or parent item.
         *
         * @param       string          $position       box position
-        * @return      integer
+        * @return      int
         */
        protected function getItemOrder($position) {
                $sql = "SELECT  MAX(showOrder) AS showOrder
index 374a2deac79fb07a67cf2adc5c909662c4795971..7fef3cbf5b6926f9f4a7c394bf3cef1121159a63 100644 (file)
@@ -237,7 +237,7 @@ class LanguagePackageInstallationPlugin extends AbstractXMLPackageInstallationPl
         * in case they are now empty.
         * 
         * @param       array           $categoryIDs
-        * @param       integer         $packageID
+        * @param       int             $packageID
         */
        protected function deleteEmptyCategories(array $categoryIDs, $packageID) {
                // Get empty categories which where changed by this package.
index 167b35ba6480f35e1dd4ba4907c362d6421e3618..779dddfa14e722e4579d24983d8cfcc87add39df 100644 (file)
@@ -236,9 +236,9 @@ class MenuItemPackageInstallationPlugin extends AbstractXMLPackageInstallationPl
         * Returns the show order for a new item that will append it to the current
         * menu or parent item.
         * 
-        * @param       integer         $menuID
-        * @param       integer         $parentItemID
-        * @return      integer
+        * @param       int             $menuID
+        * @param       int             $parentItemID
+        * @return      int
         */
        protected function getItemOrder($menuID, $parentItemID = null) {
                $sql = "SELECT  MAX(showOrder) AS showOrder
index 9452a6c2cb9125c5bd2d2b01b2b866787123ea4e..50d70543a0bd55ff9cfe2d5142e924c13e7ce187 100644 (file)
@@ -86,7 +86,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation
         * Returns the id of the object type definition with the given name.
         * 
         * @param       string          $definitionName
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         */
        protected function getDefinitionID($definitionName) {
index 941cc0b70d2d8921612cb2bcedc976dbb16af83e..768e78b9576ba31916f2b2a631691a879c701212 100644 (file)
@@ -34,7 +34,7 @@ use wcf\util\StringUtil;
 class UserGroupOptionPackageInstallationPlugin extends AbstractOptionPackageInstallationPlugin implements IGuiPackageInstallationPlugin {
        /**
         * list of group ids by type
-        * @var integer[][]
+        * @var int[][]
         */
        protected $groupIDs = null;
        
@@ -175,7 +175,7 @@ class UserGroupOptionPackageInstallationPlugin extends AbstractOptionPackageInst
        /**
         * Returns a list of group ids by type.
         * 
-        * @return      integer[][]
+        * @return      int[][]
         */
        protected function getGroupIDs() {
                if ($this->groupIDs === null) {
index 95199f411e270de9cb9fa3ba98bda68065671e49..dfbfe04671334b6b8541b7dde0becb87fa423d0f 100644 (file)
@@ -50,7 +50,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI
        
        /**
         * preset event ids
-        * @var integer[]
+        * @var int[]
         */
        protected $presetEventIDs = [];
        
@@ -147,7 +147,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI
         * Gets the id of given object type id.
         *
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         */
        protected function getObjectTypeID($objectType) {
index 5b32ec9a368658041e901d1d413f9d9a69e5412f..1e97682e22c9f55905ee8c2050b3afeb2104e113 100644 (file)
@@ -35,7 +35,7 @@ class PackageValidationArchive implements \RecursiveIterator {
        
        /**
         * nesting depth
-        * @var integer
+        * @var int
         */
        protected $depth = 0;
        
@@ -59,7 +59,7 @@ class PackageValidationArchive implements \RecursiveIterator {
        
        /**
         * children pointer
-        * @var integer
+        * @var int
         */
        private $position = 0;
        
@@ -68,7 +68,7 @@ class PackageValidationArchive implements \RecursiveIterator {
         * 
         * @param       string                          $archive
         * @param       PackageValidationArchive        $parent
-        * @param       integer                         $depth
+        * @param       int                             $depth
         */
        public function __construct($archive, PackageValidationArchive $parent = null, $depth = 0) {
                $this->archive = new PackageArchive($archive);
@@ -80,7 +80,7 @@ class PackageValidationArchive implements \RecursiveIterator {
         * Validates this package and optionally it's delivered requirements. The set validation
         * mode will toggle between different checks. 
         * 
-        * @param       integer         $validationMode
+        * @param       int             $validationMode
         * @param       string          $requiredVersion
         * @return      boolean
         */
@@ -183,7 +183,7 @@ class PackageValidationArchive implements \RecursiveIterator {
         * Validates if the package has suitable install or update instructions
         * 
         * @param       string          $requiredVersion
-        * @param       integer         $validationMode
+        * @param       int             $validationMode
         * @throws      PackageValidationException
         */
        protected function validateInstructions($requiredVersion, $validationMode) {
@@ -431,7 +431,7 @@ class PackageValidationArchive implements \RecursiveIterator {
        /**
         * Returns nesting depth.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getDepth() {
                return $this->depth;
index bf8971d688c74956c2c317e9f86a2faaf4f86d05..bfde4513d76554fdd8fbf41b8bb994eb1ebef1f9 100644 (file)
@@ -22,114 +22,114 @@ class PackageValidationException extends SystemException {
        
        /**
         * missing archive, expects the detail 'archive' and optionally 'targetArchive' (extracting archive from the archive)
-        * @var integer
+        * @var int
         */
        const FILE_NOT_FOUND = 1;
        
        /**
         * missing package.xml, expects the detail 'archive'
-        * @var integer
+        * @var int
         */
        const MISSING_PACKAGE_XML = 2;
        
        /**
         * package name violates WCF's schema, expects the detail 'packageName'
-        * @var integer
+        * @var int
         */
        const INVALID_PACKAGE_NAME = 3;
        
        /**
         * package version violates WCF's schema, expects the detail 'packageVersion'
-        * @var integer
+        * @var int
         */
        const INVALID_PACKAGE_VERSION = 4;
        
        /**
         * package contains no install instructions and an update is not possible, expects the detail 'packageName'
-        * @var integer
+        * @var int
         */
        const NO_INSTALL_PATH = 5;
        
        /**
         * package is already installed and cannot be updated using current archive, expects the details 'packageName', 'packageVersion' and 'deliveredPackageVersion'
-        * @var integer
+        * @var int
         */
        const NO_UPDATE_PATH = 6;
        
        /**
         * packages which exclude the current package, expects the detail 'packages' (list of \wcf\data\package\Package)
-        * @var integer
+        * @var int
         */
        const EXCLUDING_PACKAGES = 7;
        
        /**
         * packages which are excluded by current package, expects the detail 'packages' (list of \wcf\data\package\Package)
-        * @var integer
+        * @var int
         */
        const EXCLUDED_PACKAGES = 8;
        
        /**
         * package version is lower than the request version, expects the details 'packageName', 'packageVersion' and 'deliveredPackageVersion'
-        * @var integer
+        * @var int
         */
        const INSUFFICIENT_VERSION = 9;
        
        /**
         * requirement is set but neither installed nor provided, expects the details 'packageName', 'packageVersion' and 'package' (must be
         * an instance of \wcf\data\package\Package or null if not installed)
-        * @var integer
+        * @var int
         */
        const MISSING_REQUIREMENT = 10;
        
        /**
         * file reference for a package installation plugin is missing, expects the details 'pip', 'type' and 'value'
-        * @var integer
+        * @var int
         */
        const MISSING_INSTRUCTION_FILE = 11;
        
        /**
         * the uploaded version is already installed, expects the details 'packageName' and 'packageVersion'
-        * @var integer
+        * @var int
         */
        const ALREADY_INSTALLED = 12;
        
        /**
         * the provided API version string is invalid and does not fall into the range from `2017` through `2099`
-        * @var integer
+        * @var int
         * @deprecated 5.2
         */
        const INVALID_API_VERSION = 13;
        
        /**
         * the package is not compatible with the current API version or any other of the supported ones
-        * @var integer
+        * @var int
         * @deprecated 5.2
         */
        const INCOMPATIBLE_API_VERSION = 14;
        
        /**
         * the package lacks any sort of API compatibility data
-        * @var integer
+        * @var int
         * @deprecated 5.2
         */
        const MISSING_API_VERSION = 15;
        
        /**
         * the void is not the only instruction
-        * @var integer
+        * @var int
         */
        const VOID_NOT_ALONE = 16;
        
        /**
         * the void is used during installation
-        * @var integer
+        * @var int
         */
        const VOID_ON_INSTALL = 17;
        
        /**
         * Creates a new PackageArchiveValidationException.
         * 
-        * @param       integer         $code
+        * @param       int             $code
         * @param       string[]        $details
         */
        public function __construct($code, array $details = []) {
@@ -150,7 +150,7 @@ class PackageValidationException extends SystemException {
        /**
         * Returns the readable error message.
         * 
-        * @param       integer         $code
+        * @param       int             $code
         * @return      string
         */
        public function getErrorMessage($code = null) {
@@ -164,7 +164,7 @@ class PackageValidationException extends SystemException {
        /**
         * Returns legacy error messages to mimic WCF 2.0.x PackageArchive's exceptions.
         * 
-        * @param       integer         $code
+        * @param       int             $code
         * @return      string
         */
        protected function getLegacyMessage($code) {
index dd0719829da92c82ac165d80a0e4b446cf97851d..5cf3507417992bc5b10635f60c782e8525367c2e 100644 (file)
@@ -34,19 +34,19 @@ class PackageValidationManager extends SingletonFactory {
        
        /**
         * validation will only check if the primary package looks like it can be installed or updated
-        * @var integer
+        * @var int
         */
        const VALIDATION_WEAK = 0;
        
        /**
         * validation will recursively check dependencies
-        * @var integer
+        * @var int
         */
        const VALIDATION_RECURSIVE = 1;
        
        /**
         * validation will use the previously gathered exclusions and check them
-        * @var integer
+        * @var int
         */
        const VALIDATION_EXCLUSION = 2;
        
index 0dddd3e39d247f94e352e32551cdc4ac321aca2e..3312ef3c7347216d98b4353f14899c7ffca09330 100644 (file)
@@ -72,7 +72,7 @@ class PageLocationManager extends SingletonFactory {
         * is its assumed priority when matching suitable menu items.
         * 
         * @param       string                  $identifier             internal page identifier
-        * @param       integer                 $pageObjectID           page object id
+        * @param       int                     $pageObjectID           page object id
         * @param       ITitledLinkObject       $locationObject         optional label for breadcrumbs usage
         * @param       boolean                 $useAsParentLocation
         * @throws      SystemException
index 5a4396d355a269902e97ab2edd00f017ef741af0..b1e62c76eadf69fd4dcf9244e0f1d5725c41c857 100644 (file)
@@ -15,7 +15,7 @@ interface ILookupPageHandler extends IMenuPageHandler {
        /**
         * Returns the link for a page with an object id.
         * 
-        * @param       integer         $objectID       page object id
+        * @param       int             $objectID       page object id
         * @return      string          page url
         */
        public function getLink($objectID);
@@ -23,7 +23,7 @@ interface ILookupPageHandler extends IMenuPageHandler {
        /**
         * Returns true if provided object id exists and is valid.
         * 
-        * @param       integer         $objectID       page object id
+        * @param       int             $objectID       page object id
         * @return      boolean         true if object id is valid
         */
        public function isValid($objectID);
index da9f8ec186ac04395e7d199db4919049ab3b243c..a61769eab857ad3c0be591d0b11168297ede4d6e 100644 (file)
@@ -15,8 +15,8 @@ interface IMenuPageHandler {
         * Returns the number of outstanding items for this page for display as a badge, optionally
         * specifying a corresponding object id to limit the scope.
         * 
-        * @param       integer|null    $objectID       optional page object id
-        * @return      integer         number of outstanding items
+        * @param       int|null        $objectID       optional page object id
+        * @return      int             number of outstanding items
         */
        public function getOutstandingItemCount($objectID = null);
        
@@ -24,7 +24,7 @@ interface IMenuPageHandler {
         * Returns false if this page should be hidden from menus, but does not control the accessibility
         * of the page itself. The visibility can optionally be scoped to the given object id.
         * 
-        * @param       integer|null    $objectID       optional page object id
+        * @param       int|null        $objectID       optional page object id
         * @return      boolean         false if the page should be hidden from menus
         */
        public function isVisible($objectID = null);
index 69e1aa8f97aedfda370f4b36c756aa91c925a7fa..c063b630f0db56c0ed30d2b62c0dceba2ad3242e 100644 (file)
@@ -32,7 +32,7 @@ trait TDecoratedCategoryLookupPageHandler {
        /**
         * Returns the link for a page with an object id.
         * 
-        * @param       integer         $objectID       page object id
+        * @param       int             $objectID       page object id
         * @return      string          page url
         * @see ILookupPageHandler::getLink()
         */
@@ -53,7 +53,7 @@ trait TDecoratedCategoryLookupPageHandler {
        /**
         * Returns true if provided object id exists and is valid.
         * 
-        * @param       integer         $objectID       page object id
+        * @param       int             $objectID       page object id
         * @return      boolean         true if object id is valid
         * @see ILookupPageHandler::isValid()
         */
index 1ae4930c89b8a490a00c7d668e383e9c1d05396c..94cd55a5b24e39e90d672f4c28d69c7ac534fdf3 100644 (file)
@@ -24,7 +24,7 @@ trait TDecoratedCategoryMenuPageHandler {
         * Returns false if this page should be hidden from menus, but does not control the accessibility
         * of the page itself. The visibility can optionally be scoped to the given object id.
         *
-        * @param       integer|null    $objectID       optional page object id
+        * @param       int|null        $objectID       optional page object id
         * @return      boolean         false if the page should be hidden from menus
         * @see IMenuPageHandler::isVisible()
         */
index 07e1fe6a2c032188a2b5ed4a3a47be4d82b6f7ca..38d6e85050a651828fed027ada8907318198b0c7 100644 (file)
@@ -16,7 +16,7 @@ trait TUserLookupPageHandler {
        /**
         * Returns true if provided object id exists and is valid.
         *
-        * @param       integer         $objectID       page object id
+        * @param       int             $objectID       page object id
         * @return      boolean         true if object id is valid
         * @see ILookupPageHandler::isValid()
         */
index 13e857ad081fcbad71ba01a68f9b96828edb276c..63acd31e66cb75462d43b5bc415b9734c0764c46 100644 (file)
@@ -34,7 +34,7 @@ interface IPaymentMethod {
         * @param       string          $returnURL
         * @param       string          $cancelReturnURL
         * @param       boolean         $isRecurring
-        * @param       integer         $subscriptionLength
+        * @param       int             $subscriptionLength
         * @param       string          $subscriptionLengthUnit
         * 
         * @return      string
index f7601d1cf080b323abc774beeabe7dcbe3985cd4..dfa5aa6535d92b3e880d08d3b38ae30bdf5396ad 100644 (file)
@@ -13,7 +13,7 @@ interface IPaymentType {
        /**
         * Processes the given transaction.
         * 
-        * @param       integer         $paymentMethodObjectTypeID
+        * @param       int             $paymentMethodObjectTypeID
         * @param       string          $token
         * @param       float           $amount
         * @param       string          $currency
index a648e3c0487543e2e6d8ef91ee76210a38f0da2f..adc85c89d7a2f4aa23e5cfff7ee2ab17a0dd7fea 100644 (file)
@@ -33,7 +33,7 @@ class PollManager extends SingletonFactory {
        
        /**
         * current object id
-        * @var integer
+        * @var int
         */
        protected $objectID = 0;
        
@@ -65,7 +65,7 @@ class PollManager extends SingletonFactory {
        
        /**
         * poll id
-        * @var integer
+        * @var int
         */
        protected $pollID = 0;
        
@@ -88,7 +88,7 @@ class PollManager extends SingletonFactory {
        /**
         * Removes a list of polls by id.
         * 
-        * @param       integer[]               $pollIDs
+        * @param       int[]           $pollIDs
         */
        public function removePolls(array $pollIDs) {
                $conditions = new PreparedStatementConditionBuilder();
@@ -104,8 +104,8 @@ class PollManager extends SingletonFactory {
         * Sets object data.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
-        * @param       integer         $pollID
+        * @param       int             $objectID
+        * @param       int             $pollID
         * @return      boolean
         * @throws      SystemException
         */
@@ -244,8 +244,8 @@ class PollManager extends SingletonFactory {
         * Handles poll creation, modification and deletion. Returns poll id or zero
         * if poll was deleted or nothing was created.
         * 
-        * @param       integer         $objectID
-        * @return      integer
+        * @param       int             $objectID
+        * @return      int
         * @throws      SystemException
         */
        public function save($objectID = null) {
@@ -307,7 +307,7 @@ class PollManager extends SingletonFactory {
         * 
         * @param       IPollContainer          $pollContainer          object the poll belongs to
         * @param       array                   $pollData               poll data
-        * @return      null|integer                                    id of the poll
+        * @return      null|int                                        id of the poll
         * @since       5.2
         */
        public function savePoll(IPollContainer $pollContainer, array $pollData) {
@@ -376,7 +376,7 @@ class PollManager extends SingletonFactory {
        /**
         * Returns a list of polls including options and vote state for current user.
         * 
-        * @param       integer[]               $pollIDs
+        * @param       int[]           $pollIDs
         * @return      Poll[]
         */
        public function getPolls(array $pollIDs) {
@@ -404,7 +404,7 @@ class PollManager extends SingletonFactory {
        /**
         * Returns a list of poll options with vote state for current user.
         * 
-        * @param       integer[]       $pollIDs
+        * @param       int[]   $pollIDs
         * @return      PollOptionList
         */
        public function getPollOptions(array $pollIDs) {
@@ -443,7 +443,7 @@ class PollManager extends SingletonFactory {
         * Returns the handler object for given object type. Returns false if object type (id)
         * is not found, or null if no handler is assigned.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @param       string          $objectType
         * @return      mixed
         * @throws      SystemException
index 7d4f7819e9d6a624bc861a1629c11db86d63a91a..1ef5612238bd235400df5dd7aabfb1923af9dff3 100644 (file)
@@ -99,7 +99,7 @@ class ReactionHandler extends SingletonFactory {
        /**
         * Returns a reaction type by id.
         *
-        * @param       integer                 $reactionID
+        * @param       int                 $reactionID
         * @return      ReactionType|null
         */
        public function getReactionTypeByID($reactionID) {
@@ -110,7 +110,7 @@ class ReactionHandler extends SingletonFactory {
         * Builds the data attributes for the object container.
         *
         * @param       string          $objectTypeName
-        * @param       integer         $objectID
+        * @param       int         $objectID
         * @return      string
         */
        public function getDataAttributes($objectTypeName, $objectID) {
@@ -145,7 +145,7 @@ class ReactionHandler extends SingletonFactory {
         * Cache likeable objects.
         *
         * @param       string          $objectTypeName
-        * @param       integer[]       $objectIDs
+        * @param       int[]       $objectIDs
         */
        public function cacheLikeableObjects($objectTypeName, array $objectIDs) {
                $objectType = $this->getObjectType($objectTypeName);
@@ -171,7 +171,7 @@ class ReactionHandler extends SingletonFactory {
         * Get an likeable object from the internal cache.
         *
         * @param       string          $objectTypeName
-        * @param       integer         $objectID
+        * @param       int         $objectID
         * @return      ILikeObject
         */
        public function getLikeableObject($objectTypeName, $objectID) {
@@ -208,7 +208,7 @@ class ReactionHandler extends SingletonFactory {
         * Returns a like object.
         *
         * @param       ObjectType      $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      LikeObject|null
         */
        public function getLikeObject(ObjectType $objectType, $objectID) {
@@ -239,7 +239,7 @@ class ReactionHandler extends SingletonFactory {
         *
         * @param       ObjectType      $objectType
         * @param       array           $objectIDs
-        * @return      integer
+        * @return      int
         */
        public function loadLikeObjects(ObjectType $objectType, array $objectIDs) {
                if (empty($objectIDs)) {
@@ -289,8 +289,8 @@ class ReactionHandler extends SingletonFactory {
         *
         * @param       ILikeObject     $likeable
         * @param       User            $user
-        * @param       integer         $reactionTypeID
-        * @param       integer         $time
+        * @param       int             $reactionTypeID
+        * @param       int             $time
         * @return      array
         * @throws      DatabaseQueryException
         */
@@ -608,7 +608,7 @@ class ReactionHandler extends SingletonFactory {
         * Removes all reactions for given objects.
         *
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @param       string[]        $notificationObjectTypes
         */
        public function removeReactions($objectType, array $objectIDs, array $notificationObjectTypes = []) {
index 0e09f55da2cf5094282c8b4ddd8197e98523268b..c0b0a18ed44ec69bd078b87ccdfafff074ccccb4 100644 (file)
@@ -219,7 +219,7 @@ class RegistryHandler extends SingletonFactory {
         * Returns the package id of the provided package.
         * 
         * @param       string          $package
-        * @return      integer
+        * @return      int
         */
        protected function getPackageID($package) {
                $packageObj = PackageCache::getInstance()->getPackageByIdentifier($package);
index 241c179e7929ce3840e3be25bc1bb205070e1345..294ac4bbaed9dde3348f727d99c74fdcfd919bcc 100644 (file)
@@ -203,8 +203,8 @@ class ControllerMap extends SingletonFactory {
         * Looks up a cms page URL, returns an array containing the application identifier
         * and url controller name or null if there was no match.
         * 
-        * @param       integer         $pageID         page id
-        * @param       integer         $languageID     content language id
+        * @param       int             $pageID         page id
+        * @param       int             $languageID     content language id
         * @return      string[]|null
         */
        public function lookupCmsPage($pageID, $languageID) {
index e015e204abbd80af1e1e1ed27ba5ee12cae9689b..27fde81981d9cec7daea915087aff871c2014df8 100644 (file)
@@ -267,8 +267,8 @@ class LinkHandler extends SingletonFactory {
         * Passing in an illegal page id will cause this method to fail silently, returning an
         * empty string.
         * 
-        * @param       integer         $pageID         page id
-        * @param       integer         $languageID     language id, optional
+        * @param       int             $pageID         page id
+        * @param       int             $languageID     language id, optional
         * @return      string          full URL of empty string if `$pageID` is invalid
         * @since       3.0
         */
index 89de7fe310758b98bcb207bdcc710e27efce30f0..e58c171d08849f5634f6f35389201a75a33ec1e4 100644 (file)
@@ -30,7 +30,7 @@ class Request {
        
        /**
         * current page id
-        * @var integer
+        * @var int
         */
        protected $pageID;
        
@@ -168,7 +168,7 @@ class Request {
        /**
         * Returns the current page id.
         * 
-        * @return      integer         current page id or `0` if unknown
+        * @return      int             current page id or `0` if unknown
         */
        public function getPageID() {
                if ($this->pageID === null) {
index 0be7f82983481e79b36fd99973eadc937d27a9f3..454171292fe586d8f57b0f7bee63f14772b3792e 100644 (file)
@@ -25,7 +25,7 @@ use wcf\util\ArrayUtil;
 class ArticleSearch extends AbstractSearchableObjectType {
        /**
         * ids of the selected categories
-        * @var integer[]
+        * @var int[]
         */
        public $articleCategoryIDs = [];
        
index 33e942e6e68f98a49e44e7a1bda494b2ef7ee1c8..70c34579d1f52fe9ecc9cb4a8705ccb5e4235880 100644 (file)
@@ -33,7 +33,7 @@ interface ISearchEngine {
         * @param       boolean                                 $subjectOnly
         * @param       PreparedStatementConditionBuilder       $searchIndexCondition
         * @param       string                                  $orderBy
-        * @param       integer                                 $limit
+        * @param       int                                     $limit
         * @return      array
         */
        public function getInnerJoin($objectTypeName, $q, $subjectOnly = false, PreparedStatementConditionBuilder $searchIndexCondition = null, $orderBy = 'time DESC', $limit = 1000);
@@ -54,7 +54,7 @@ interface ISearchEngine {
         * @param       PreparedStatementConditionBuilder       $searchIndexCondition
         * @param       array                                   $additionalConditions
         * @param       string                                  $orderBy
-        * @param       integer                                 $limit
+        * @param       int                                     $limit
         * @return      array
         */
        public function search($q, array $objectTypes, $subjectOnly = false, PreparedStatementConditionBuilder $searchIndexCondition = null, array $additionalConditions = [], $orderBy = 'time DESC', $limit = 1000);
index 601c410e2b288f891ff06efdc73e7b6468690d1a..facde5d594b05fcb82029b1f3681cdab4a9b10f3 100644 (file)
@@ -14,13 +14,13 @@ interface ISearchIndexManager {
         * Adds or updates an entry.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $message
         * @param       string          $subject
-        * @param       integer         $time
-        * @param       integer         $userID
+        * @param       int             $time
+        * @param       int             $userID
         * @param       string          $username
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @param       string          $metaData
         */
        public function set($objectType, $objectID, $message, $subject, $time, $userID, $username, $languageID = null, $metaData = '');
@@ -29,13 +29,13 @@ interface ISearchIndexManager {
         * Adds a new entry.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $message
         * @param       string          $subject
-        * @param       integer         $time
-        * @param       integer         $userID
+        * @param       int             $time
+        * @param       int             $userID
         * @param       string          $username
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @param       string          $metaData
         * @deprecated  3.0 - please use `set()` instead
         */
@@ -45,13 +45,13 @@ interface ISearchIndexManager {
         * Updates the search index.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       string          $message
         * @param       string          $subject
-        * @param       integer         $time
-        * @param       integer         $userID
+        * @param       int             $time
+        * @param       int             $userID
         * @param       string          $username
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @param       string          $metaData
         * @deprecated  3.0 - please use `set() instead`
         */
@@ -61,7 +61,7 @@ interface ISearchIndexManager {
         * Deletes search index entries.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public function delete($objectType, array $objectIDs);
        
index fd8f0cbf2c0d24eab3f7e2c9a6e8064effcf59d8..6901728af0a9ea369b05df1a8df3824974b25290 100644 (file)
@@ -24,7 +24,7 @@ interface ISearchableObjectType {
        /**
         * Returns the object with the given object id.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @return      ISearchResultObject
         */
        public function getObject($objectID);
index b6de0a71a3ccca65cfbc5371fe71063541ce7c56..d3f1a961aabae8a1c6ac44e44a36f02720296ffc 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\SingletonFactory;
 class SearchEngine extends SingletonFactory implements ISearchEngine {
        /**
         * limit for inner search limits
-        * @var integer
+        * @var int
         */
        const INNER_SEARCH_LIMIT = 2500;
        
index c531d49c91f0f0d7a01f8c70ea8d1433e2769962..620572a9e1ad84d598f81813705609a5ebcb8ff7 100644 (file)
@@ -48,7 +48,7 @@ class SearchIndexManager extends SingletonFactory implements ISearchIndexManager
         * Returns the id of the object type with the given name.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         */
        public function getObjectTypeID($objectType) {
index 28c23c4439dc8ea3f4a668ce0d80707238cdc504..2483259bc6e35876752285c7302a4b09dfc1b39f 100644 (file)
@@ -17,7 +17,7 @@ use wcf\util\StringUtil;
 class SearchResultTextParser extends SingletonFactory {
        /**
         * max length for message abstract
-        * @var integer
+        * @var int
         */
        const MAX_LENGTH = 500;
        
index 6b668a0648e6d6dd469c824460bb35645bdbf1d2..300cac0989a84234205a9d9aa405b852cc00d705 100644 (file)
@@ -38,7 +38,7 @@ class ACPSearchHandler extends SingletonFactory {
         * Returns a list of search result collections for given query.
         * 
         * @param       string          $query
-        * @param       integer         $limit
+        * @param       int             $limit
         * @param       string          $providerName
         * @return      ACPSearchResultList[]
         * @throws      ImplementationException
index 6ac6ac183f1f256de145c72d6b357ee450108e64..2a01bdc4447285cf8a85c8d64b5695ca2d34d66c 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\WCF;
 class ACPSearchResultList implements \Countable, \Iterator {
        /**
         * current iterator index
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
@@ -51,7 +51,7 @@ class ACPSearchResultList implements \Countable, \Iterator {
         * Reduces the result collection by given count. If the count is higher
         * than the actual amount of results, the results will be cleared.
         * 
-        * @param       integer         $count
+        * @param       int             $count
         */
        public function reduceResults($count) {
                // more results than available should be wiped, just set it to 0
@@ -72,7 +72,7 @@ class ACPSearchResultList implements \Countable, \Iterator {
        /**
         * Reduces the result collection to specified size.
         * 
-        * @param       integer         $size
+        * @param       int             $size
         */
        public function reduceResultsTo($size) {
                $count = count($this->results);
index b80b5e43e0a5ad9930bacc1647a74d95c2399558..caf19b1417fe647744c613bc9c085650244e5d6a 100644 (file)
@@ -42,7 +42,7 @@ abstract class AbstractCategorizedACPSearchResultProvider extends AbstractACPSea
         * Returns a level 1 or 2 category id for given category name.
         * 
         * @param       string          $categoryName
-        * @return      integer
+        * @return      int
         */
        protected function getCategoryID($categoryName) {
                return $this->getTopCategory($categoryName)->categoryID;
index 8aba719429d6d6b0569d1fa6fae243795a075a24..8cc5f8f3f40889b251eddfaa9e0d65e56e60d543 100644 (file)
@@ -20,7 +20,7 @@ use wcf\util\StringUtil;
 class MysqlSearchEngine extends AbstractSearchEngine {
        /**
         * MySQL's minimum word length for fulltext indices
-        * @var integer
+        * @var int
         */
        protected $ftMinWordLen = null;
        
index 97ab6669ceb3b919c7cff6f528f35ef44897a466..9379a72d010c55a2bcd0e18c8134ac08b65abedd 100644 (file)
@@ -32,12 +32,12 @@ use wcf\util\UserUtil;
  * @package    WoltLabSuite\Core\System\Session
  *
  * @property-read      string          $sessionID              unique textual identifier of the session
- * @property-read      integer|null    $userID                 id of the user the session belongs to or `null` if the session belongs to a guest
- * @property-read      integer|null    $pageID                 id of the latest page visited
- * @property-read      integer|null    $pageObjectID           id of the object the latest page visited belongs to
- * @property-read      integer|null    $parentPageID           id of the parent page of latest page visited
- * @property-read      integer|null    $parentPageObjectID     id of the object the parent page of latest page visited belongs to
- * @property-read      integer         $spiderID               id of the spider the session belongs to
+ * @property-read      int|null        $userID                 id of the user the session belongs to or `null` if the session belongs to a guest
+ * @property-read      int|null        $pageID                 id of the latest page visited
+ * @property-read      int|null        $pageObjectID           id of the object the latest page visited belongs to
+ * @property-read      int|null        $parentPageID           id of the parent page of latest page visited
+ * @property-read      int|null        $parentPageObjectID     id of the object the parent page of latest page visited belongs to
+ * @property-read      int             $spiderID               id of the spider the session belongs to
  */
 final class SessionHandler extends SingletonFactory {
        /**
@@ -66,13 +66,13 @@ final class SessionHandler extends SingletonFactory {
        
        /**
         * language id for active user
-        * @var integer
+        * @var int
         */
        protected $languageID = 0;
        
        /**
         * language ids for active user
-        * @var integer[]
+        * @var int[]
         */
        protected $languageIDs = null;
        
@@ -94,7 +94,7 @@ final class SessionHandler extends SingletonFactory {
        
        /**
         * style id
-        * @var integer
+        * @var int
         */
        protected $styleID = null;
        
@@ -763,7 +763,7 @@ final class SessionHandler extends SingletonFactory {
        /**
         * Returns language ids for active user.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getLanguageIDs() {
                $this->loadLanguageIDs();
@@ -1178,7 +1178,7 @@ final class SessionHandler extends SingletonFactory {
        /**
         * Returns currently active language id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getLanguageID() {
                return $this->languageID;
@@ -1187,7 +1187,7 @@ final class SessionHandler extends SingletonFactory {
        /**
         * Sets the currently active language id.
         * 
-        * @param       integer         $languageID
+        * @param       int             $languageID
         */
        public function setLanguageID($languageID) {
                $this->languageID = $languageID;
@@ -1197,7 +1197,7 @@ final class SessionHandler extends SingletonFactory {
        /**
         * Returns currently active style id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getStyleID() {
                return $this->styleID;
@@ -1206,7 +1206,7 @@ final class SessionHandler extends SingletonFactory {
        /**
         * Sets the currently active style id.
         * 
-        * @param       integer         $styleID
+        * @param       int             $styleID
         */
        public function setStyleID($styleID) {
                $this->styleID = $styleID;
@@ -1216,7 +1216,7 @@ final class SessionHandler extends SingletonFactory {
        /**
         * Resets session-specific storage data.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]   $userIDs
         */
        public static function resetSessions(array $userIDs = []) {
                if (!empty($userIDs)) {
index 825c68c5ab32a289509829c2dd2fe66db6c1a61c..aec00b2f1ae5fdb0ed0c868d4ddd5c3e75d1df58 100644 (file)
@@ -101,7 +101,7 @@ class Installer {
         * Creates a file in the target directory.
         * 
         * @param       string          $file
-        * @param       integer         $index
+        * @param       int             $index
         * @param       Tar             $tar
         */
        protected function createFile($file, $index, Tar $tar) {
index e4d762913062f01c6b6db543ab788d891ed76699..55365a1c74fd09ba2903debc91496da9d4290664 100644 (file)
@@ -15,10 +15,10 @@ abstract class AbstractStatDailyHandler implements IStatDailyHandler {
        /**
         * Counts the number of rows for a single day.
         * 
-        * @param       integer         $date
+        * @param       int             $date
         * @param       string          $tableName
         * @param       string          $dateColumnName
-        * @return      integer
+        * @return      int
         */
        protected function getCounter($date, $tableName, $dateColumnName) {
                $conditionBuilder = new PreparedStatementConditionBuilder();
@@ -38,10 +38,10 @@ abstract class AbstractStatDailyHandler implements IStatDailyHandler {
        /**
         * Counts the total number of rows.
         * 
-        * @param       integer         $date
+        * @param       int             $date
         * @param       string          $tableName
         * @param       string          $dateColumnName
-        * @return      integer
+        * @return      int
         */
        protected function getTotal($date, $tableName, $dateColumnName) {
                $conditionBuilder = new PreparedStatementConditionBuilder();
index bdf94d3013ac8ce37c44ca2ebfb9236a79f79776..a1081acd6fcb67175e34d7b46299642537c9e522 100644 (file)
@@ -13,7 +13,7 @@ interface IStatDailyHandler {
        /**
         * Returns the stats.
         * 
-        * @param       integer         $date
+        * @param       int             $date
         * @return      array
         */
        public function getData($date);
@@ -21,7 +21,7 @@ interface IStatDailyHandler {
        /**
         * Returns a formatted counter value.
         * 
-        * @param       integer         $counter
+        * @param       int             $counter
         * @return      mixed
         */
        public function getFormattedCounter($counter);
index 53f8f3db118f6919cad7c96d0e48b99d704b4eb8..5aa95495068168415a8b1a9218e2cf5ca0b29ffe 100644 (file)
@@ -87,7 +87,7 @@ class StyleHandler extends SingletonFactory {
        /**
         * Changes the active style.
         * 
-        * @param       integer         $styleID
+        * @param       int             $styleID
         * @param       boolean         $ignorePermissions
         * @throws      SystemException
         */
@@ -162,7 +162,7 @@ class StyleHandler extends SingletonFactory {
        /**
         * Returns number of available styles.
         * 
-        * @return      integer
+        * @return      int
         */
        public function countStyles() {
                return count($this->getAvailableStyles());
index 766c92619b39e97cc101d4bdc178cfcf21b5282e..29a4cd4b280a907e219478ca78151c15093d122e 100644 (file)
@@ -15,14 +15,14 @@ use wcf\system\language\LanguageFactory;
 class TagCloud {
        /**
         * max font size
-        * @var integer
+        * @var int
         * @deprecated 3.0
         */
        const MAX_FONT_SIZE = 170;
        
        /**
         * min font size
-        * @var integer
+        * @var int
         * @deprecated 3.0
         */
        const MIN_FONT_SIZE = 85;
@@ -35,26 +35,26 @@ class TagCloud {
        
        /**
         * max value of tag counter
-        * @var integer
+        * @var int
         */
        protected $maxCounter = 0;
        
        /**
         * min value of tag counter
-        * @var integer
+        * @var int
         */
        protected $minCounter = 4294967295;
        
        /**
         * active language ids
-        * @var integer[]
+        * @var int[]
         */
        protected $languageIDs = [];
        
        /**
         * Constructs a new TagCloud object.
         * 
-        * @param       integer[]       $languageIDs
+        * @param       int[]   $languageIDs
         */
        public function __construct(array $languageIDs = []) {
                $this->languageIDs = $languageIDs;
@@ -76,7 +76,7 @@ class TagCloud {
        /**
         * Returns a list of weighted tags.
         * 
-        * @param       integer         $slice
+        * @param       int             $slice
         * @return      TagCloudTag[]   the tags to get
         */
        public function getTags($slice = 50) {
@@ -105,7 +105,7 @@ class TagCloud {
        /**
         * Calculates the weight of the tag based on the given tag count.
         * 
-        * @param       integer         $counter
+        * @param       int             $counter
         * @return      float|int
         */
        private function calculateWeight($counter) {
index 3578026f68e12f572f5c60a01e075f26fa19d02d..aadf892ece979b3fec9ac53fe783453847375b2a 100644 (file)
@@ -24,9 +24,9 @@ class TagEngine extends SingletonFactory {
         * Adds tags to a tagged object.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @param       array           $tags
-        * @param       integer         $languageID
+        * @param       int             $languageID
         * @param       boolean         $replace
         */
        public function addObjectTags($objectType, $objectID, array $tags, $languageID, $replace = true) {
@@ -93,8 +93,8 @@ class TagEngine extends SingletonFactory {
         * Deletes all tags assigned to given tagged object.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
-        * @param       integer         $languageID
+        * @param       int             $objectID
+        * @param       int             $languageID
         */
        public function deleteObjectTags($objectType, $objectID, $languageID = null) {
                $objectTypeID = $this->getObjectTypeID($objectType);
@@ -116,7 +116,7 @@ class TagEngine extends SingletonFactory {
         * Deletes all tags assigned to given tagged objects.
         * 
         * @param       string                  $objectType
-        * @param       integer[]               $objectIDs
+        * @param       int[]           $objectIDs
         */
        public function deleteObjects($objectType, array $objectIDs) {
                $objectTypeID = $this->getObjectTypeID($objectType);
@@ -135,8 +135,8 @@ class TagEngine extends SingletonFactory {
         * Returns all tags set for given object.
         * 
         * @param       string                  $objectType
-        * @param       integer                 $objectID
-        * @param       integer[]               $languageIDs
+        * @param       int                     $objectID
+        * @param       int[]           $languageIDs
         * @return      Tag[]
         */
        public function getObjectTags($objectType, $objectID, array $languageIDs = []) {
@@ -149,8 +149,8 @@ class TagEngine extends SingletonFactory {
         * Returns all tags set for given objects.
         * 
         * @param       string                  $objectType
-        * @param       integer[]               $objectIDs
-        * @param       integer[]               $languageIDs
+        * @param       int[]           $objectIDs
+        * @param       int[]           $languageIDs
         * @return      array
         */
        public function getObjectsTags($objectType, array $objectIDs, array $languageIDs = []) {
@@ -202,7 +202,7 @@ class TagEngine extends SingletonFactory {
         * Returns id of the object type with the given name.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         * @throws      InvalidObjectTypeException
         */
        public function getObjectTypeID($objectType) {
@@ -223,8 +223,8 @@ class TagEngine extends SingletonFactory {
         * there are two or more top language ids with the same amount of tags.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
-        * @return      integer|null
+        * @param       int         $objectID
+        * @return      int|null
         */
        public function getImplicitLanguageID($objectType, $objectID) {
                $existingTags = $this->getObjectTags($objectType, $objectID);
index c48a5e796be6cb5e9f0aa33cff312ad531e67909..b53b202f27802dcf11b6bda3c3b832360fc00dea 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\cache\builder\TypedTagCloudCacheBuilder;
 class TypedTagCloud extends TagCloud {
        /**
         * object type ids
-        * @var integer[]
+        * @var int[]
         */
        protected $objectTypeIDs = [];
        
@@ -22,7 +22,7 @@ class TypedTagCloud extends TagCloud {
         * Constructs a new TypedTagCloud object.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $languageIDs
+        * @param       int[]   $languageIDs
         */
        public function __construct($objectType, array $languageIDs = []) {
                $objectTypeObj = ObjectTypeCache::getInstance()->getObjectTypeByName('com.woltlab.wcf.tagging.taggableObject', $objectType);
index 062316bbf3ffedf58c2b30e5fd1584ecc12f8bbe..334a0ee4c333748452ed020007da512d6e7765d2 100644 (file)
@@ -52,7 +52,7 @@ class ACPTemplateEngine extends TemplateEngine {
        /**
         * This method always throws, because changing the template group is not supported.
         * 
-        * @param       integer         $templateGroupID
+        * @param       int             $templateGroupID
         * @throws      \BadMethodCallException
         */
        public function setTemplateGroupID($templateGroupID) {
index 92186c387b14827c096cbb5b35554abef802e915..d53d94eea52b0fb25cb1e9ac5945ef61c73baa10 100644 (file)
@@ -39,7 +39,7 @@ class EmailTemplateEngine extends TemplateEngine {
        /**
         * This method always throws, because changing the template group is not supported.
         * 
-        * @param       integer         $templateGroupID
+        * @param       int             $templateGroupID
         * @throws      \BadMethodCallException
         */
        public function setTemplateGroupID($templateGroupID) {
index c72d8e2fec5a258dc9328a507470327e4ba92117..11a9088c572bb4bb611fb6c1b89c3eeae41467fc 100755 (executable)
@@ -28,7 +28,7 @@ class TemplateEngine extends SingletonFactory {
        
        /**
         * active language id used to identify specific language versions of compiled templates
-        * @var integer
+        * @var int
         */
        public $languageID = 0;
        
@@ -70,7 +70,7 @@ class TemplateEngine extends SingletonFactory {
        
        /**
         * active template group id
-        * @var integer
+        * @var int
         */
        protected $templateGroupID = 0;
        
@@ -142,7 +142,7 @@ class TemplateEngine extends SingletonFactory {
        /**
         * Sets active language id.
         * 
-        * @param       integer         $languageID
+        * @param       int             $languageID
         */
        public function setLanguageID($languageID) {
                $this->languageID = $languageID;
@@ -631,7 +631,7 @@ class TemplateEngine extends SingletonFactory {
        /**
         * Returns the active template group id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getTemplateGroupID() {
                return $this->templateGroupID;
@@ -640,7 +640,7 @@ class TemplateEngine extends SingletonFactory {
        /**
         * Sets the active template group id.
         * 
-        * @param       integer         $templateGroupID
+        * @param       int             $templateGroupID
         */
        public function setTemplateGroupID($templateGroupID) {
                if ($templateGroupID && !isset($this->templateGroupCache[$templateGroupID])) {
index 358a42ef27ee9eb829edd6290c1541ef095174cb..72004e4f882618d2ef04f7cef345a5c231b344e0 100644 (file)
@@ -1087,7 +1087,7 @@ class TemplateScriptingCompiler {
         * 
         * @param       string          $errorMsg
         * @param       string          $file
-        * @param       integer         $line
+        * @param       int             $line
         * @return      string
         */
        public static function formatSyntaxError($errorMsg, $file = null, $line = null) {
@@ -1650,7 +1650,7 @@ class TemplateScriptingCompiler {
        /**
         * Returns the current line number.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getCurrentLineNo() {
                return $this->currentLineNo;
index 86b3dcff61c3692919d9783f62f7e9a554f6b07d..014eeece40f52c7511730b4ea66bb001ea72ef66 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\template\TemplateEngine;
 class EmbeddedObjectBlockTemplatePlugin implements IBlockTemplatePlugin {
        /**
         * internal loop counter
-        * @var integer
+        * @var int
         */
        protected $counter = 0;
        
index d974460bc3e008d73183da94be0ae96542df6bdf..31834168eccad0cb06f4dbfdbc64651ad31aa16f 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\StringUtil;
 class LinkBlockTemplatePlugin implements IBlockTemplatePlugin {
        /**
         * internal loop counter
-        * @var integer
+        * @var int
         */
        protected $counter = 0;
        
index 563ad5021636cc0d1b7bf63cf8b98f9fef8ff5fb..287f7db7a427fecf17ea2e98f5008a9aa570f922 100644 (file)
@@ -37,7 +37,7 @@ use wcf\util\StringUtil;
 class PageBlockTemplatePlugin implements IBlockTemplatePlugin {
        /**
         * internal loop counter
-        * @var integer
+        * @var int
         */
        protected $counter = 0;
        
index 1f803bf2ef4aad5251a1014b9825e51ae5750009..4b5428e724b240c5c3aa2be8668ed0471b5fe151 100644 (file)
@@ -37,7 +37,7 @@ class PagesFunctionTemplatePlugin implements IFunctionTemplatePlugin {
         * Inserts the page number into the link.
         * 
         * @param       string          $link
-        * @param       integer         $pageNo
+        * @param       int             $pageNo
         * @return      string          final link
         */
        protected static function insertPageNumber($link, $pageNo) {
@@ -50,9 +50,9 @@ class PagesFunctionTemplatePlugin implements IFunctionTemplatePlugin {
         * Generates HTML code for a link.
         * 
         * @param       string          $link
-        * @param       integer         $pageNo
-        * @param       integer         $activePage
-        * @param       integer         $pages
+        * @param       int             $pageNo
+        * @param       int             $activePage
+        * @param       int             $pages
         * @return      string
         */
        protected function makeLink($link, $pageNo, $activePage, $pages) {
@@ -69,7 +69,7 @@ class PagesFunctionTemplatePlugin implements IFunctionTemplatePlugin {
         * Generates HTML code for 'previous' link.
         * 
         * @param       string          $link
-        * @param       integer         $pageNo
+        * @param       int             $pageNo
         * @return      string
         */
        protected function makePreviousLink($link, $pageNo) {
@@ -85,8 +85,8 @@ class PagesFunctionTemplatePlugin implements IFunctionTemplatePlugin {
         * Generates HTML code for 'next' link.
         * 
         * @param       string          $link
-        * @param       integer         $pageNo
-        * @param       integer         $pages
+        * @param       int             $pageNo
+        * @param       int             $pages
         * @return      string
         */
        protected function makeNextLink($link, $pageNo, $pages) {
index 4c4c33561c1d76d18a1138ff1aa932733c077359..007df17ed1f031fe774d44bb7564e2f3cddbd019 100644 (file)
@@ -59,7 +59,7 @@ class TrophyConditionHandler extends SingletonFactory {
        /**
         * Assign trophies based on rules. 
         * 
-        * @param       integer         $maxAssigns
+        * @param       int             $maxAssigns
         */
        public function assignTrophies($maxAssigns = 500) {
                $trophyList = new TrophyList();
@@ -88,7 +88,7 @@ class TrophyConditionHandler extends SingletonFactory {
        /**
         * Revoke user trophies which are not longer fulfills the conditions. 
         * 
-        * @param       integer         $maxRevokes
+        * @param       int             $maxRevokes
         * @since       5.2
         */
        public function revokeTrophies($maxRevokes = 500) {
@@ -114,7 +114,7 @@ class TrophyConditionHandler extends SingletonFactory {
         * Returns the users who fulfill all conditions of the given trophy.
         *
         * @param       Trophy          $trophy
-        * @return      integer[]
+        * @return      int[]
         * @since       5.2
         */
        private function getUserIDs(Trophy $trophy) {
@@ -137,8 +137,8 @@ class TrophyConditionHandler extends SingletonFactory {
         * Returns the userTrophyIDs of the users, which no longer fulfills the trophy conditions. 
         * 
         * @param       Trophy          $trophy
-        * @param       integer         $maxTrophyIDs           maximum number of trophies that are processed
-        * @return      integer[]
+        * @param       int         $maxTrophyIDs               maximum number of trophies that are processed
+        * @return      int[]
         * @since       5.2
         */
        private function getRevocableUserTrophyIDs(Trophy $trophy, $maxTrophyIDs) {
index 9dcfe383f948c802d3b1263f901983ef82433fda..e049e9c7ae6fbced4353af89ef87cecfc3b322d6 100644 (file)
@@ -22,7 +22,7 @@ use wcf\util\ImageUtil;
  */
 class AvatarUploadFileSaveStrategy implements IUploadFileSaveStrategy {
        /**
-        * @var integer
+        * @var int
         */
        protected $userID = 0;
        
@@ -39,7 +39,7 @@ class AvatarUploadFileSaveStrategy implements IUploadFileSaveStrategy {
        /**
         * Creates a new instance of AvatarUploadFileSaveStrategy.
         *
-        * @param       integer         $userID
+        * @param       int             $userID
         */
        public function __construct($userID = null) {
                $this->userID = ($userID ?: WCF::getUser()->userID);
index 05b6125350f2313343530aea4f3a6c05e5ddcd82..a4be4fc0ee93dcb90bb5567a780cc91c14677225 100644 (file)
@@ -12,7 +12,7 @@ namespace wcf\system\upload;
 class DefaultUploadFileValidationStrategy implements IUploadFileValidationStrategy {
        /**
         * allowed max size
-        * @var integer
+        * @var int
         */
        protected $maxFilesize = 0;
        
@@ -31,7 +31,7 @@ class DefaultUploadFileValidationStrategy implements IUploadFileValidationStrate
        /**
         * Creates a new DefaultUploadFileValidationStrategy object.
         * 
-        * @param       integer         $maxFilesize
+        * @param       int             $maxFilesize
         * @param       string[]        $fileExtensions
         */
        public function __construct($maxFilesize, array $fileExtensions) {
index c27b2a826bae40680df1200a15a850a641105d09..b3ec3e4ad6c1279f219983f1588fd85cb4f53470 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\ImageUtil;
 class TrophyImageUploadFileValidationStrategy implements IUploadFileValidationStrategy {
        /**
         * minimum trophy image width and height
-        * @var integer
+        * @var int
         */
        const MIN_TROPHY_IMAGE_SIZE = 64;
        
index dae483b6e0b4b72ddfc7302a72fa9579964e2cc8..acad42a88d86260d6e9cd65d8a3bfd5251e5b777 100644 (file)
@@ -18,7 +18,7 @@ class UploadFile {
        
        /**
         * internal file id
-        * @var integer
+        * @var int
         */
        protected $internalFileID = 0;
        
@@ -30,13 +30,13 @@ class UploadFile {
        
        /**
         * file size
-        * @var integer
+        * @var int
         */
        protected $filesize = 0;
        
        /**
         * file upload error code
-        * @var integer
+        * @var int
         */
        protected $errorCode = 0;
        
@@ -63,8 +63,8 @@ class UploadFile {
         * 
         * @param       string          $filename
         * @param       string          $location
-        * @param       integer         $filesize
-        * @param       integer         $errorCode
+        * @param       int             $filesize
+        * @param       int             $errorCode
         * @param       string          $mimeType
         * 
         * @throws      \Exception      if an error occurred during upload and debug mode is enabled
@@ -119,7 +119,7 @@ class UploadFile {
        /**
         * Returns internal file id.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getInternalFileID() {
                return $this->internalFileID;
@@ -150,7 +150,7 @@ class UploadFile {
        /**
         * Returns the file size.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getFilesize() {
                return $this->filesize;
@@ -168,7 +168,7 @@ class UploadFile {
        /**
         * Returns the error code.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getErrorCode() {
                return $this->errorCode;
index c7d578598a068bb8cd03448327f24c7d074e1f47..4adcaa22d06caa3a0779ecf63d9df8b3179c612f 100644 (file)
@@ -22,7 +22,7 @@ use wcf\util\StringUtil;
  */
 class UserCoverPhotoUploadFileSaveStrategy implements IUploadFileSaveStrategy {
        /**
-        * @var integer
+        * @var int
         */
        protected $userID = 0;
        
@@ -39,7 +39,7 @@ class UserCoverPhotoUploadFileSaveStrategy implements IUploadFileSaveStrategy {
        /**
         * Creates a new instance of UserCoverPhotoUploadFileSaveStrategy.
         *
-        * @param       integer         $userID
+        * @param       int             $userID
         */
        public function __construct($userID = null) {
                $this->userID = ($userID ?: WCF::getUser()->userID);
index 9516fd822920a7e6fe9d43e116d8190c359e367f..fbfff1c4f34eee63685b3f8887be7a65a7df24dc 100644 (file)
@@ -26,7 +26,7 @@ class GroupedUserList implements \Countable, \Iterator {
        
        /**
         * current iterator index
-        * @var integer
+        * @var int
         */
        protected $index = 0;
        
@@ -38,7 +38,7 @@ class GroupedUserList implements \Countable, \Iterator {
        
        /**
         * list of user ids assigned for this group
-        * @var integer[]
+        * @var int[]
         */
        protected $userIDs = [];
        
@@ -81,7 +81,7 @@ class GroupedUserList implements \Countable, \Iterator {
        /**
         * Adds a list of user ids to this group.
         * 
-        * @param       integer[]               $userIDs
+        * @param       int[]           $userIDs
         */
        public function addUserIDs(array $userIDs) {
                foreach ($userIDs as $userID) {
index db22c9e89a28240da74c314532dac146fb267491..b1db1d0d7fefe4735a6f84a194c02d808b0470b8 100644 (file)
@@ -15,20 +15,20 @@ use wcf\system\SingletonFactory;
 class UserBirthdayCache extends SingletonFactory {
        /**
         * loaded months
-        * @var integer[]
+        * @var int[]
         */
        protected $monthsLoaded = [];
        
        /**
         * user birthdays
-        * @var integer[][]
+        * @var int[][]
         */
        protected $birthdays = [];
        
        /**
         * Loads the birthday cache.
         * 
-        * @param       integer         $month
+        * @param       int             $month
         */
        protected function loadMonth($month) {
                if (!isset($this->monthsLoaded[$month])) {
@@ -47,9 +47,9 @@ class UserBirthdayCache extends SingletonFactory {
        /**
         * Returns the user birthdays for a specific day.
         * 
-        * @param       integer         $month
-        * @param       integer         $day
-        * @return      integer[]       list of user ids
+        * @param       int             $month
+        * @param       int             $day
+        * @return      int[]   list of user ids
         */
        public function getBirthdays($month, $day) {
                $this->loadMonth($month);
index 8f46089edb19074f3451a2b83f9fe59bb11d6f64..5bfa491d12f9173a9d0e27f8205e305475e9c861 100644 (file)
@@ -39,7 +39,7 @@ class UserActivityEventHandler extends SingletonFactory {
        /**
         * Returns an object type by id.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      ObjectType
         */
        public function getObjectType($objectTypeID) {
@@ -54,7 +54,7 @@ class UserActivityEventHandler extends SingletonFactory {
         * Returns an object type id by object type name.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         */
        public function getObjectTypeID($objectType) {
                if (isset($this->objectTypes['names'][$objectType])) {
@@ -68,10 +68,10 @@ class UserActivityEventHandler extends SingletonFactory {
         * Fires a new activity event.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
-        * @param       integer         $languageID
-        * @param       integer         $userID
-        * @param       integer         $time
+        * @param       int             $objectID
+        * @param       int             $languageID
+        * @param       int             $userID
+        * @param       int             $time
         * @param       array           $additionalData
         * @return      \wcf\data\user\activity\event\UserActivityEvent
         * @throws      SystemException
@@ -145,9 +145,9 @@ class UserActivityEventHandler extends SingletonFactory {
        /**
         * Removes an activity event.
         * 
-        * @param       integer         $objectType
-        * @param       integer         $objectID
-        * @param       integer         $userID
+        * @param       int             $objectType
+        * @param       int             $objectID
+        * @param       int             $userID
         * @throws      SystemException
         */
        public function removeEvent($objectType, $objectID, $userID = null) {
@@ -174,7 +174,7 @@ class UserActivityEventHandler extends SingletonFactory {
         * Removes activity events.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @throws      SystemException
         */
        public function removeEvents($objectType, array $objectIDs) {
index 474912e985477a64bd9c747eac874bd9173e38c1..09763f9c8c513e59032d2fd7b8aa9deac0d4e1b5 100644 (file)
@@ -46,8 +46,8 @@ class UserActivityPointHandler extends SingletonFactory {
         * Adds a new user activity point event.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
-        * @param       integer         $userID
+        * @param       int             $objectID
+        * @param       int             $userID
         * @param       mixed[]         $additionalData
         * @throws      InvalidObjectTypeException
         * @throws      SystemException
@@ -101,7 +101,7 @@ class UserActivityPointHandler extends SingletonFactory {
         * )
         * 
         * @param       string          $objectType
-        * @param       integer[]       $itemsToUser
+        * @param       int[]   $itemsToUser
         * @param       boolean         $updateUsers
         * @throws      InvalidObjectTypeException
         */
@@ -152,7 +152,7 @@ class UserActivityPointHandler extends SingletonFactory {
         * Removes activity point events.
         * 
         * @param       string                  $objectType
-        * @param       integer[]               $userToItems
+        * @param       int[]           $userToItems
         * @throws      InvalidObjectTypeException
         */
        public function removeEvents($objectType, array $userToItems) {
@@ -188,7 +188,7 @@ class UserActivityPointHandler extends SingletonFactory {
        /**
         * Updates total activity points and ranks for given user ids.
         * 
-        * @param       integer[]               $userIDs
+        * @param       int[]           $userIDs
         */
        public function updateUsers(array $userIDs) {
                $userIDs = array_unique($userIDs);
@@ -235,7 +235,7 @@ class UserActivityPointHandler extends SingletonFactory {
         * Returns the user activity point event object type with the given id or
         * null if no such object type exists.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @return      ObjectType
         */
        public function getObjectType($objectTypeID) {
@@ -264,7 +264,7 @@ class UserActivityPointHandler extends SingletonFactory {
        /**
         * Updates the user ranks for the given users.
         * 
-        * @param       integer[]               $userIDs
+        * @param       int[]           $userIDs
         */
        protected function updateUserRanks(array $userIDs) {
                $action = new UserProfileAction($userIDs, 'updateUserRank');
index 58bcc2ea6d76b59f8b2d768d2cd05ec04237de07..331d95d54f6ecbdc048f0e1d8c0df3d1aa8042ea 100644 (file)
@@ -24,7 +24,7 @@ class UserCollapsibleContentHandler extends SingletonFactory {
        
        /**
         * list of collapsed object ids per object type id
-        * @var integer[][]
+        * @var int[][]
         */
        protected $collapsedContent = [];
        
@@ -66,7 +66,7 @@ class UserCollapsibleContentHandler extends SingletonFactory {
         * null, if object type is unknown.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         */
        public function getObjectTypeID($objectType) {
                if (isset($this->cache['objectTypeIDs'][$objectType])) {
@@ -79,8 +79,8 @@ class UserCollapsibleContentHandler extends SingletonFactory {
        /**
         * Returns a list of object ids being collapsed by current user.
         * 
-        * @param       integer         $objectTypeID
-        * @return      integer[]
+        * @param       int             $objectTypeID
+        * @return      int[]
         */
        public function getCollapsedContent($objectTypeID) {
                if (!isset($this->collapsedContent[$objectTypeID])) {
@@ -125,7 +125,7 @@ class UserCollapsibleContentHandler extends SingletonFactory {
        /**
         * Marks content as collapsed.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @param       string          $objectID
         */
        public function markAsCollapsed($objectTypeID, $objectID) {
@@ -176,7 +176,7 @@ class UserCollapsibleContentHandler extends SingletonFactory {
        /**
         * Marks content as opened, thus removing the collapsed marking.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         * @param       string          $objectID
         */
        public function markAsOpened($objectTypeID, $objectID) {
@@ -216,7 +216,7 @@ class UserCollapsibleContentHandler extends SingletonFactory {
        /**
         * Deletes all saved states for a specific object type.
         * 
-        * @param       integer         $objectTypeID
+        * @param       int             $objectTypeID
         */
        public function reset($objectTypeID) {
                if (WCF::getUser()->userID) {
@@ -251,7 +251,7 @@ class UserCollapsibleContentHandler extends SingletonFactory {
         * specific object type for all users.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @throws      InvalidObjectTypeException
         */
        public function resetAll($objectType, $objectID = null) {
index 6fd7ff93ff2a7eea18e16fa856e858917ef456e8..3ab3a9662dee3fd54c0ef9ff9ccecbb6775d7882 100644 (file)
@@ -31,7 +31,7 @@ class UserGroupAssignmentHandler extends SingletonFactory {
         * Note: This method uses the user ids as a parameter instead of user objects
         * on purpose to make sure the latest data of the users are fetched.
         * 
-        * @param       integer[]               $userIDs
+        * @param       int[]           $userIDs
         */
        public function checkUsers(array $userIDs) {
                if (empty($userIDs)) return;
@@ -91,7 +91,7 @@ class UserGroupAssignmentHandler extends SingletonFactory {
         * assignment.
         * 
         * @param       UserGroupAssignment     $assignment
-        * @param       integer                 $maxUsers
+        * @param       int                     $maxUsers
         * @return      User[]
         */
        public function getUsers(UserGroupAssignment $assignment, $maxUsers = null) {
index fc3c6ddcf2566a1120b16b4bef6b546e710a68c7..5f0346dfb85ff0ee727e5f769e26b53fcebd978d 100644 (file)
@@ -175,8 +175,8 @@ class TestableUserNotificationEventHandler extends SingletonFactory {
         * Returns a new user notification object based on the given data.
         *
         * @param       UserProfile     $author
-        * @param       integer         $timesTriggered
-        * @param       integer         $guestTimesTriggered
+        * @param       int             $timesTriggered
+        * @param       int             $guestTimesTriggered
         * @param       array           $additionalData
         * @return      UserNotification
         */
index f8e8a49d0f733621563cae8a4167d88c231e3f38..e524b5b5639426371f3730b6aa3adcccc451a640 100644 (file)
@@ -53,7 +53,7 @@ class UserNotificationHandler extends SingletonFactory {
        
        /**
         * number of outstanding notifications
-        * @var integer
+        * @var int
         */
        protected $notificationCount = null;
        
@@ -83,9 +83,9 @@ class UserNotificationHandler extends SingletonFactory {
         * @param       string                          $eventName
         * @param       string                          $objectType
         * @param       IUserNotificationObject         $notificationObject
-        * @param       integer[]                       $recipientIDs
+        * @param       int[]                   $recipientIDs
         * @param       mixed[]                         $additionalData
-        * @param       integer                         $baseObjectID
+        * @param       int                             $baseObjectID
         * @throws      SystemException
         */
        public function fireEvent($eventName, $objectType, IUserNotificationObject $notificationObject, array $recipientIDs, array $additionalData = [], $baseObjectID = 0) {
@@ -290,7 +290,7 @@ class UserNotificationHandler extends SingletonFactory {
         * Returns the number of outstanding notifications for the active user.
         * 
         * @param       boolean         $skipCache
-        * @return      integer
+        * @return      int
         */
        public function getNotificationCount($skipCache = false) {
                if ($this->notificationCount === null || $skipCache) {
@@ -328,7 +328,7 @@ class UserNotificationHandler extends SingletonFactory {
        /**
         * Counts all existing notifications for current user and returns it.
         * 
-        * @return      integer
+        * @return      int
         */
        public function countAllNotifications() {
                $sql = "SELECT  COUNT(*)
@@ -343,8 +343,8 @@ class UserNotificationHandler extends SingletonFactory {
        /**
         * Returns a list of notifications.
         * 
-        * @param       integer         $limit
-        * @param       integer         $offset
+        * @param       int             $limit
+        * @param       int             $offset
         * @param       boolean         $showConfirmedNotifications     DEPRECATED
         * @return      mixed[]
         */
@@ -384,8 +384,8 @@ class UserNotificationHandler extends SingletonFactory {
        /**
         * Fetches a list of notifications based upon given conditions.
         * 
-        * @param       integer         $limit
-        * @param       integer         $offset
+        * @param       int             $limit
+        * @param       int             $offset
         * @param       mixed           $filterByConfirmed
         * @return      UserNotification[]
         */
@@ -591,11 +591,11 @@ class UserNotificationHandler extends SingletonFactory {
        /**
         * Retrieves a notification id.
         * 
-        * @param       integer         $eventID
-        * @param       integer         $objectID
-        * @param       integer         $authorID
-        * @param       integer         $time
-        * @return      integer
+        * @param       int             $eventID
+        * @param       int             $objectID
+        * @param       int             $authorID
+        * @param       int             $time
+        * @return      int
         * @throws      SystemException
         */
        public function getNotificationID($eventID, $objectID, $authorID = null, $time = null) {
@@ -642,7 +642,7 @@ class UserNotificationHandler extends SingletonFactory {
         * Returns object type id by name.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         */
        public function getObjectTypeID($objectType) {
                if (isset($this->objectTypes[$objectType])) {
@@ -759,8 +759,8 @@ class UserNotificationHandler extends SingletonFactory {
         * 
         * @param       string          $eventName
         * @param       string          $objectType
-        * @param       integer[]       $recipientIDs
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $recipientIDs
+        * @param       int[]   $objectIDs
         */
        public function deleteNotifications($eventName, $objectType, array $recipientIDs, array $objectIDs = []) {
                $this->markAsConfirmed($eventName, $objectType, $recipientIDs, $objectIDs);
@@ -770,7 +770,7 @@ class UserNotificationHandler extends SingletonFactory {
         * Removes notifications, this method should only be invoked for delete objects.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @throws      SystemException
         */
        public function removeNotifications($objectType, array $objectIDs) {
@@ -828,8 +828,8 @@ class UserNotificationHandler extends SingletonFactory {
         * 
         * @param       string          $eventName
         * @param       string          $objectType
-        * @param       integer[]       $recipientIDs
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $recipientIDs
+        * @param       int[]   $objectIDs
         * @throws      SystemException
         */
        public function markAsConfirmed($eventName, $objectType, array $recipientIDs, array $objectIDs = []) {
@@ -886,7 +886,7 @@ class UserNotificationHandler extends SingletonFactory {
        /**
         * Marks a single notification id as confirmed.
         * 
-        * @param       integer         $notificationID
+        * @param       int             $notificationID
         * @deprecated 5.2 Please use `UserNotificationHandler::markAsConfirmedByIDs()` instead.
         */
        public function markAsConfirmedByID($notificationID) {
@@ -896,7 +896,7 @@ class UserNotificationHandler extends SingletonFactory {
        /**
         * Marks a list of notification ids as confirmed.
         * 
-        * @param       integer[]       $notificationIDs
+        * @param       int[]   $notificationIDs
         */
        public function markAsConfirmedByIDs(array $notificationIDs) {
                if (empty($notificationIDs)) {
@@ -956,7 +956,7 @@ class UserNotificationHandler extends SingletonFactory {
         * that is both unread and newer than `$lastRequestTimestamp`. May return an
         * empty array if there is no new notification.
         * 
-        * @param       integer         $lastRequestTimestamp
+        * @param       int         $lastRequestTimestamp
         * @return      string[]
         */
        public function getLatestNotification($lastRequestTimestamp) {
index 2e534c50e66249d0d00e1f135bf74d08e0672084..5a2250659a5f13a342ae10e48150b1eca1ff5f4c 100644 (file)
@@ -76,7 +76,7 @@ interface IUserNotificationEvent extends IDatabaseObjectProcessor {
        /**
         * Returns the author id for this notification event.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getAuthorID();
        
index e761464c13d23791fab3549c84bf6c787a2cff6e..3271c96129062879adf8a1facfacba66a98bceb6 100644 (file)
@@ -115,7 +115,7 @@ class UserProfileCommentLikeUserNotificationEvent extends AbstractSharedUserNoti
        /**
         * Returns the liked comment's id.
         * 
-        * @return      integer
+        * @return      int
         */
        protected function getCommentID() {
                // this is the `wcfN_like.objectID` value
index a927a1b7264691feee4907bda7ca4a934cff1a3c..d887c2411fbdb9468124c8431a7adad7f3ea4c98 100644 (file)
@@ -122,7 +122,7 @@ class UserProfileCommentResponseLikeUserNotificationEvent extends AbstractShared
        /**
         * Returns the liked response's id.
         *
-        * @return      integer
+        * @return      int
         */
        protected function getResponseID() {
                // this is the `wcfN_like.objectID` value
index 2cb4e4093f070b755b9bd5d28f771900af02576d..95028c16fda0b4346564946c187aa3b0d76a65f3 100644 (file)
@@ -14,7 +14,7 @@ interface IStackableUserNotificationObject extends IUserNotificationObject {
        /**
         * Returns the ID of the related object.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getRelatedObjectID();
 }
index 3d19ff8967e70efaed8493eb33b2b917bf4726d3..f3962965ee9b6416e4331f512fabb10248bd6860 100644 (file)
@@ -23,7 +23,7 @@ interface IUserNotificationObject extends IDatabaseObjectProcessor, IIDObject, I
        /**
         * Returns the user id of the author of this object.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getAuthorID();
 }
index 27d8abed582e4bb8ad78ca64d57dba6f3f307a55..ebc17ab476c5291873133d9226c0e83beaef6968 100644 (file)
@@ -13,8 +13,8 @@ interface ICommentUserNotificationObjectType {
        /**
         * Returns owner id of comment context.
         * 
-        * @param       integer         $objectID
-        * @return      integer
+        * @param       int             $objectID
+        * @return      int
         */
        public function getOwnerID($objectID);
 }
index b3b92be48d5c66b5809cd58c74e720239f0b1d93..2f40d7cbbf6ea872a8c757f4609e84f62586564c 100644 (file)
@@ -20,7 +20,7 @@ interface IMultiRecipientCommentResponseOwnerUserNotificationObjectType {
         * Returns the user id of the comment owner.
         *
         * @param       Comment         $comment
-        * @return      integer
+        * @return      int
         */
        public function getCommentOwnerID(Comment $comment);
 }
index 1082a8989c5eaf52f5aa852de33fb768721ce926..63d3dd3de843bcff8fcd930d869200cd55ad5f52 100644 (file)
@@ -26,7 +26,7 @@ interface IMultiRecipientCommentUserNotificationObjectType {
         * is returned, no notifications should be sent.
         * 
         * @param       Comment         $comment
-        * @return      integer[]
+        * @return      int[]
         */
        public function getRecipientIDs(Comment $comment);
 }
index bdd20ecc6e1b0a26190084f19909cdc93d93ffb6..d526ce2d14773769d68c028bc2f45545f9ebe873 100644 (file)
@@ -15,7 +15,7 @@ interface IUserNotificationObjectType extends IDatabaseObjectProcessor {
        /**
         * Returns notification objects by their IDs.
         * 
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         * @return      IUserNotificationObject[]
         */
        public function getObjectsByIDs(array $objectIDs);
index 56fa5527c8f6c96bf7f8ef78e1b7b8589478f61e..de0cbe4b862257e15d4d3e1abe5ae63a4445846c 100644 (file)
@@ -13,7 +13,7 @@ interface IUserObjectWatch {
        /**
         * Validates the given object id. Throws an exception on error.
         * 
-        * @param       integer         $objectID
+        * @param       int             $objectID
         * @throws      \wcf\system\exception\UserException
         */
        public function validateObjectID($objectID);
@@ -21,7 +21,7 @@ interface IUserObjectWatch {
        /**
         * Resets the user storage for given users.
         * 
-        * @param       integer[]               $userIDs
+        * @param       int[]           $userIDs
         */
        public function resetUserStorage(array $userIDs);
 }
index 5e578f232034cbdea6cb1f2dec9b5d3dcc3e8daa..d0bbfd581bb28792ccc2afb4fb10337e4c37ce4b 100644 (file)
@@ -21,7 +21,7 @@ class UserObjectWatchHandler extends SingletonFactory {
         * Returns the id of the given object type.
         * 
         * @param       string          $objectTypeName
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         */
        public function getObjectTypeID($objectTypeName) {
@@ -44,7 +44,7 @@ class UserObjectWatchHandler extends SingletonFactory {
         * Resets the object watch cache for all subscriber of the given object.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
+        * @param       int[]   $objectIDs
         */
        public function resetObjects($objectType, array $objectIDs) {
                // get object type id
@@ -71,8 +71,8 @@ class UserObjectWatchHandler extends SingletonFactory {
         * Deletes the given objects.
         * 
         * @param       string          $objectType
-        * @param       integer[]       $objectIDs
-        * @param       integer[]       $userIDs
+        * @param       int[]   $objectIDs
+        * @param       int[]   $userIDs
         */
        public function deleteObjects($objectType, array $objectIDs, array $userIDs = []) {
                // get object type id
@@ -94,7 +94,7 @@ class UserObjectWatchHandler extends SingletonFactory {
         * Updates a watched object for all subscriber.
         * 
         * @param       string                          $objectType
-        * @param       integer                         $objectID
+        * @param       int                             $objectID
         * @param       string                          $notificationEventName
         * @param       string                          $notificationObjectType
         * @param       IUserNotificationObject         $notificationObject
index ce9e8080e481203f2c1c3cf5b7cacaf411e3bf80..e6cc8ba6d0c4f8b11e10690443553e6c7f2b05da 100644 (file)
@@ -27,7 +27,7 @@ class SignatureCache extends SingletonFactory {
        
        /**
         * The userIDs which are cached by the message embedded object manager. 
-        * @var integer[]
+        * @var int[]
         */
        protected $cachedUserIDs = [];
        
@@ -58,7 +58,7 @@ class SignatureCache extends SingletonFactory {
        /**
         * Loads the embedded objects for the given users. 
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]       $userIDs
         * @since       5.2
         */
        public function cacheUserSignature(array $userIDs) {
index 9ca9ffe257887b5c4a0f0643967d9606732fd370..78a53592aba73296eb6bc02cd1ee7133ffd1cafe 100644 (file)
@@ -46,7 +46,7 @@ class UserStorageHandler extends SingletonFactory {
        /**
         * Loads storage for a given set of users.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]   $userIDs
         */
        public function loadStorage(array $userIDs) {
                $this->validateUserIDs($userIDs);
@@ -95,7 +95,7 @@ class UserStorageHandler extends SingletonFactory {
        /**
         * Returns stored data for given users.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]   $userIDs
         * @param       string          $field
         * @return      mixed[]
         */
@@ -134,7 +134,7 @@ class UserStorageHandler extends SingletonFactory {
         * data for the user has been loaded yet!
         * 
         * @param       string          $field
-        * @param       integer         $userID
+        * @param       int             $userID
         * @return      mixed
         */
        public function getField($field, $userID = null) {
@@ -167,7 +167,7 @@ class UserStorageHandler extends SingletonFactory {
        /**
         * Inserts new data records into database.
         * 
-        * @param       integer         $userID
+        * @param       int             $userID
         * @param       string          $field
         * @param       string          $fieldValue
         */
@@ -194,7 +194,7 @@ class UserStorageHandler extends SingletonFactory {
        /**
         * Removes a data record from database.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]   $userIDs
         * @param       string          $field
         */
        public function reset(array $userIDs, $field) {
index 0acf7c6a0a2d8304130f5cd40219b1c674ce0b77..cab6276435be13e34d7d339883d4bdad2217a52d 100644 (file)
@@ -92,8 +92,8 @@ class VersionTracker extends SingletonFactory implements IAJAXInvokeAction {
         * Returns the number of stored versions for provided object type and object id.
         * 
         * @param       string          $objectTypeName         object type name
-        * @param       integer         $objectID               target object id
-        * @return      integer         number of stored versions
+        * @param       int         $objectID               target object id
+        * @return      int         number of stored versions
         */
        public function countVersions($objectTypeName, $objectID) {
                $objectType = $this->getObjectType($objectTypeName);
@@ -111,7 +111,7 @@ class VersionTracker extends SingletonFactory implements IAJAXInvokeAction {
         * Returns the last stored version.
         * 
         * @param       string          $objectTypeName         object type name
-        * @param       integer         $objectID               target object id
+        * @param       int         $objectID               target object id
         * @return      VersionTrackerEntry|null|DatabaseObject
         */
        public function getLastVersion($objectTypeName, $objectID) {
@@ -131,7 +131,7 @@ class VersionTracker extends SingletonFactory implements IAJAXInvokeAction {
         * Returns the list of stored versions.
         * 
         * @param       string          $objectTypeName         object type name
-        * @param       integer         $objectID               target object id
+        * @param       int         $objectID               target object id
         * @return      VersionTrackerEntry[]
         */
        public function getVersions($objectTypeName, $objectID) {
@@ -155,7 +155,7 @@ class VersionTracker extends SingletonFactory implements IAJAXInvokeAction {
         * Returns a version including the contents of the data column.
         * 
         * @param       string          $objectTypeName         object type name
-        * @param       integer         $versionID              version id
+        * @param       int         $versionID              version id
         * @return      VersionTrackerEntry|null|DatabaseObject
         */
        public function getVersion($objectTypeName, $versionID) {
@@ -256,7 +256,7 @@ class VersionTracker extends SingletonFactory implements IAJAXInvokeAction {
         * Resets the entire history for provided object id.
         * 
         * @param       string          $objectTypeName         object type name
-        * @param       integer         $objectID               object id
+        * @param       int         $objectID               object id
         */
        public function reset($objectTypeName, $objectID) {
                $objectType = $this->getObjectType($objectTypeName);
index 96d44beed5ebf278c4b3a1cd2478b9c56faf78c8..8477928feb7e4755c95c0a28c408127c8c089d77 100644 (file)
@@ -10,11 +10,11 @@ namespace wcf\system\version;
  * @package    WoltLabSuite\Core\System\Version
  * @since      3.1
  * 
- * @property-read      integer         $versionID              unique id of the tracked version entry
- * @property-read      integer         $objectID               id of the edited object
- * @property-read      integer|null    $userID                 id of the user who has created the previous version of the object or `null` if the user does not exist anymore or if the previous version has been created by a guest
+ * @property-read      int             $versionID              unique id of the tracked version entry
+ * @property-read      int             $objectID               id of the edited object
+ * @property-read      int|null        $userID                 id of the user who has created the previous version of the object or `null` if the user does not exist anymore or if the previous version has been created by a guest
  * @property-read      string          $username               name of the user who has created the previous version of the object
- * @property-read      integer         $time                   timestamp at which the original version has been created
+ * @property-read      int             $time                   timestamp at which the original version has been created
  */
 class VersionTrackerEntry {
        /**
@@ -32,7 +32,7 @@ class VersionTrackerEntry {
        /**
         * VersionTrackerEntry constructor.
         *
-        * @param       integer         $id             id
+        * @param       int         $id             id
         * @param       array           $data           version data
         */
        public function __construct($id, array $data) {
@@ -83,7 +83,7 @@ class VersionTrackerEntry {
         * Returns the stored value of a property or null if unknown.
         * 
         * @param       string          $property       property name
-        * @param       integer         $languageID     language id
+        * @param       int         $languageID     language id
         * @return      string
         */
        public function getPayload($property, $languageID) {
@@ -99,7 +99,7 @@ class VersionTrackerEntry {
         * properties will be set to an empty string.
         * 
         * @param       string[]        $properties     list of property names
-        * @param       integer         $languageID     language id
+        * @param       int         $languageID     language id
         * @return      string[]
         */
        public function getPayloadForProperties(array $properties, $languageID) {
@@ -118,7 +118,7 @@ class VersionTrackerEntry {
        /**
         * Returns the list of language ids.
         * 
-        * @return      integer[]
+        * @return      int[]
         */
        public function getLanguageIDs() {
                return array_keys($this->payload);
index 2ce897bf759f2af61710fca2f750fa8cf1c33aca..a55aacc5c722f3fe4bfaa751e291a6ad11622b34 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\WCF;
 class VisitTracker extends SingletonFactory {
        /**
         * default tracking lifetime
-        * @var integer
+        * @var int
         */
        const DEFAULT_LIFETIME = 604800; // = one week
        
@@ -45,7 +45,7 @@ class VisitTracker extends SingletonFactory {
         * Returns the object type id of the given visit tracker object type.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         * @throws      SystemException
         */
        public function getObjectTypeID($objectType) {
@@ -60,7 +60,7 @@ class VisitTracker extends SingletonFactory {
         * Returns the last visit time for a whole object type.
         * 
         * @param       string          $objectType
-        * @return      integer
+        * @return      int
         */
        public function getVisitTime($objectType) {
                $objectTypeID = $this->getObjectTypeID($objectType);
@@ -113,8 +113,8 @@ class VisitTracker extends SingletonFactory {
         * Returns the last visit time for a specific object.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
-        * @return      integer
+        * @param       int             $objectID
+        * @return      int
         */
        public function getObjectVisitTime($objectType, $objectID) {
                if (WCF::getUser()->userID) {
@@ -156,8 +156,8 @@ class VisitTracker extends SingletonFactory {
         * Tracks an object visit for the users with the given ids.
         *
         * @param   string      $objectType
-        * @param   integer     $objectID
-        * @param   integer[]   $userIDs
+        * @param   int     $objectID
+        * @param   int[]   $userIDs
         * @param   int         $time
         */
        public function trackObjectVisitByUserIDs($objectType, $objectID, array $userIDs, $time = TIME_NOW) {
@@ -180,8 +180,8 @@ class VisitTracker extends SingletonFactory {
         * Tracks an object visit.
         * 
         * @param       string          $objectType
-        * @param       integer         $objectID
-        * @param       integer         $time
+        * @param       int             $objectID
+        * @param       int             $time
         */
        public function trackObjectVisit($objectType, $objectID, $time = TIME_NOW) {
                if (WCF::getUser()->userID) {
@@ -201,7 +201,7 @@ class VisitTracker extends SingletonFactory {
         * Tracks an object type visit.
         * 
         * @param       string          $objectType
-        * @param       integer         $time
+        * @param       int             $time
         */
        public function trackTypeVisit($objectType, $time = TIME_NOW) {
                if (WCF::getUser()->userID) {
index ff97ffbecf780df42cd96af0022369dd4fae7870..c41b6a18431833ae393b659657d8120ff493ae2b 100644 (file)
@@ -108,7 +108,7 @@ abstract class AbstractRebuildDataWorker extends AbstractWorker implements IRebu
         * Returns the value of the permissions for the provided user ids. The special index `0` is
         * automatically added and represents a guest user.
         * 
-        * @param       integer[]       $userIDs
+        * @param       int[]       $userIDs
         * @param       string[]        $permissions
         * @return      mixed[]         permission value per user id
         */
@@ -156,7 +156,7 @@ abstract class AbstractRebuildDataWorker extends AbstractWorker implements IRebu
         * with the return value of `getBulkUserPermissions()`.
         * 
         * @param       mixed[]         $userPermissions
-        * @param       integer         $userID
+        * @param       int         $userID
         * @param       string          $permission
         * @return      mixed
         */
index 585528ac6e904432610f9c4b993fe104d300837f..eed8acb739703496d83794074a13f36664cae8ec 100644 (file)
@@ -12,19 +12,19 @@ namespace wcf\system\worker;
 abstract class AbstractWorker implements IWorker {
        /**
         * count of total actions (limited by $limit per loop)
-        * @var integer
+        * @var int
         */
        protected $count = null;
        
        /**
         * limit of actions per loop
-        * @var integer
+        * @var int
         */
        protected $limit = 0;
        
        /**
         * current loop count
-        * @var integer
+        * @var int
         */
        protected $loopCount = 0;
        
index fe762f8d80174f689b9db0e9c77c29b8185b8056..5253afa87c64f7821f65afc4de35a375659cfa58 100644 (file)
@@ -20,15 +20,15 @@ interface IWorker {
        /**
         * Sets current loop count.
         * 
-        * @param       integer         $loopCount
+        * @param       int             $loopCount
         */
        public function setLoopCount($loopCount);
        
        /**
-        * Returns current process of the worker, an integer between 0 and 100.
+        * Returns current process of the worker, an int between 0 and 100.
         * If the progress hits 100, the worker will terminate.
         * 
-        * @return      integer
+        * @return      int
         */
        public function getProgress();
        
index 4b349601f5300919f31efcc3f1111e6437bd1657..9ae71b2febf8e50aec0092974cb6d80e99bccc28 100644 (file)
@@ -21,7 +21,7 @@ class StatDailyRebuildDataWorker extends AbstractRebuildDataWorker {
        
        /**
         * start timestamp
-        * @var integer
+        * @var int
         */
        protected $startDate = 0;
        
index 9da1df245f18c14ce5d17b57c140838809a74ea8..9b1b22ae5a5a2b8a3677eece8bc47dcdb413c569 100644 (file)
@@ -74,7 +74,7 @@ final class CLIUtil {
        /**
         * Formats time.
         * 
-        * @param       integer $timestamp
+        * @param       int     $timestamp
         * @return      string
         */
        public static function formatTime($timestamp) {
@@ -88,7 +88,7 @@ final class CLIUtil {
        /**
         * Formats dates.
         * 
-        * @param       integer $timestamp
+        * @param       int     $timestamp
         * @return      string
         */
        public static function formatDate($timestamp) {
index a3b252c159ec952bea33f7d6e6630ffad300a07b..ffc13dc8b9b7eefb2351399f879d148085f39d1c 100644 (file)
@@ -31,20 +31,20 @@ final class CronjobUtil {
        
        /**
         * result date
-        * @var integer[]
+        * @var int[]
         */
        protected static $result = [];
        
        /**
         * time base used as reference for finding the next execution time
-        * @var integer
+        * @var int
         */
        protected static $timeBase = 0;
        
        /**
         * valid ranges for each known field (range for 'day of month' is missing
         * since it varies from month to month)
-        * @var integer[]
+        * @var int[]
         */
        public static $ranges = [
                'minute' => [0, 59],
@@ -62,8 +62,8 @@ final class CronjobUtil {
         * @param       string          $dom
         * @param       string          $month
         * @param       string          $dow
-        * @param       integer         $timeBase
-        * @return      integer
+        * @param       int             $timeBase
+        * @return      int
         */
        public static function calculateNextExec($minute, $hour, $dom, $month, $dow, $timeBase = TIME_NOW) {
                // using the native `date()` and `mktime()` functions is dangerous
@@ -162,8 +162,8 @@ final class CronjobUtil {
        /**
         * Calculates the next month and year to match given criteria.
         * 
-        * @param       integer         $month
-        * @param       integer         $year
+        * @param       int             $month
+        * @param       int             $year
         * @param       array           $values
         * @return      array
         */
@@ -271,10 +271,10 @@ final class CronjobUtil {
        /**
         * Calculates the date of next execution based upon a given set for day of week.
         * 
-        * @param       integer         $month
-        * @param       integer         $year
+        * @param       int             $month
+        * @param       int             $year
         * @param       array           $values
-        * @param       integer         $day
+        * @param       int             $day
         * @return      array
         */
        protected static function calculateDow($month, $year, array &$values, $day = 1) {
@@ -301,10 +301,10 @@ final class CronjobUtil {
        /**
         * Calculates the date of next execution based upon a given set for day of month.
         * 
-        * @param       integer         $month
-        * @param       integer         $year
+        * @param       int             $month
+        * @param       int             $year
         * @param       array           $values
-        * @param       integer         $day
+        * @param       int             $day
         * @return      array
         */
        protected static function calculateDom($month, $year, array &$values, $day = 1) {
@@ -330,8 +330,8 @@ final class CronjobUtil {
         * had been added in order to match expression for hour and minutes.
         * 
         * @param       array           $values
-        * @param       integer         $timeBase
-        * @return      integer
+        * @param       int             $timeBase
+        * @return      int
         */
        protected static function calculateHour(array &$values, &$timeBase) {
                $addAnDay = false;
@@ -370,7 +370,7 @@ final class CronjobUtil {
         * is past the current hour, thus requires to add at least one hour.
         * 
         * @param       array           $values
-        * @param       integer         $timeBase
+        * @param       int             $timeBase
         * @param       boolean         $addAnDay
         * @return      boolean
         */
@@ -403,7 +403,7 @@ final class CronjobUtil {
         * needle. If $continue is not set to false and foreach-loop is out of bounds,
         * then the array-index '0' is returned, referring the first item.
         * 
-        * @param       integer         $needle
+        * @param       int             $needle
         * @param       array           $haystack
         * @param       boolean         $continue
         * @return      mixed
@@ -506,9 +506,9 @@ final class CronjobUtil {
        /**
         * Calculates all values for a given range.
         * 
-        * @param       integer         $startValue
-        * @param       integer         $endValue
-        * @param       integer         $step
+        * @param       int             $startValue
+        * @param       int             $endValue
+        * @param       int             $step
         * @return      array
         */
        protected static function calculateRange($startValue, $endValue, $step = 1) {
index b09fd32331be35420fba45dd0031449392bd13a8..1a897ae2e6767f1f6adfabf263ee0c18f4519c1b 100644 (file)
@@ -28,19 +28,19 @@ final class DateUtil {
        
        /**
         * format the interval to be used as a standalone phrase
-        * @var integer
+        * @var int
         */
        const FORMAT_DEFAULT = 1;
        
        /**
         * format the interval to be used as a phrase in a sentence
-        * @var integer
+        * @var int
         */
        const FORMAT_SENTENCE = 2;
        
        /**
         * format the interval without direction
-        * @var integer
+        * @var int
         */
        const FORMAT_PLAIN = 3; 
        
@@ -150,7 +150,7 @@ final class DateUtil {
         * first day of the week
         * 0=sunday
         * 1=monday
-        * @var integer
+        * @var int
         */
        private static $firstDayOfTheWeek = null;
        
@@ -199,7 +199,7 @@ final class DateUtil {
         * 
         * @param       \DateInterval   $interval       interval to be formatted
         * @param       boolean         $fullInterval   if `true`, the complete interval is returned, otherwise a rounded interval is used
-        * @param       integer         $formatType     format type for the interval, use the class constant FORMAT_DEFAULT, FORMAT_SENTENCE or FORMAT_PLAIN
+        * @param       int             $formatType     format type for the interval, use the class constant FORMAT_DEFAULT, FORMAT_SENTENCE or FORMAT_PLAIN
         * @return      string
         */
        public static function formatInterval(\DateInterval $interval, $fullInterval = false, $formatType = self::FORMAT_DEFAULT) {
@@ -364,7 +364,7 @@ final class DateUtil {
        /**
         * Creates a DateTime object with the given unix timestamp.
         * 
-        * @param       integer         $timestamp
+        * @param       int             $timestamp
         * @return      \DateTime
         */
        public static function getDateTimeByTimestamp($timestamp) {
@@ -384,7 +384,7 @@ final class DateUtil {
         * Calculates the age of a given date.
         * 
         * @param       string          $date           format YYYY-MM-DD
-        * @return      integer
+        * @return      int
         */
        public static function getAge($date) {
                // split date
@@ -425,7 +425,7 @@ final class DateUtil {
        /**
         * Returns the first day of the week.
         * 
-        * @return      integer
+        * @return      int
         */
        public static function getFirstDayOfTheWeek() {
                if (self::$firstDayOfTheWeek === null) {
@@ -507,8 +507,8 @@ final class DateUtil {
        /**
         * Returns the number of weeks in the given year.
         * 
-        * @param       integer         $year
-        * @return      integer
+        * @param       int             $year
+        * @return      int
         */
        public static function getWeeksInYear($year) {
                $date = new \DateTime();
@@ -521,7 +521,7 @@ final class DateUtil {
         * through JavaScript.
         * 
         * @param       \DateTime       $dateTimeObject         target date object
-        * @param       integer         $timestamp              target timestamp
+        * @param       int             $timestamp              target timestamp
         * @param       string          $date                   localized date
         * @param       string          $time                   localized time
         * @param       boolean         $isFutureDate           true if timestamp is in the future
index edc57cffe488187592c9f1b1869a4bb53a89005e..056175028245b736af1a7a9cbebf4d6eabe19ff6 100644 (file)
@@ -44,13 +44,13 @@ class Diff {
        
        /**
         * size of a
-        * @var integer
+        * @var int
         */
        protected $sizeA = 0;
        
        /**
         * size of b
-        * @var integer
+        * @var int
         */
        protected $sizeB = 0;
        
@@ -233,7 +233,7 @@ class Diff {
        /**
         * Returns a string like the one generated by unix diff.
         * 
-        * @param       integer         $context
+        * @param       int             $context
         * @return      string
         */
        public function getUnixDiff($context = 2) {
index 0852c6ab24da1807cecd79f59055f4be8874781c..6404c69d13208332e97814e3a3f490a435c639bf 100644 (file)
@@ -31,7 +31,7 @@ final class DirectoryUtil {
        
        /**
         * directory size in bytes
-        * @var integer
+        * @var int
         */
        protected $size = 0;
        
@@ -49,7 +49,7 @@ final class DirectoryUtil {
        
        /**
         * indicates that files won't be sorted
-        * @var integer
+        * @var int
         */
        const SORT_NONE = -1;
        
@@ -117,7 +117,7 @@ final class DirectoryUtil {
        /**
         * Returns a sorted list of files.
         * 
-        * @param       integer         $order                  sort-order
+        * @param       int             $order                  sort-order
         * @param       Regex           $pattern                pattern to match
         * @param       boolean         $negativeMatch          true if the pattern should be inversed
         * @return      string[]
@@ -154,7 +154,7 @@ final class DirectoryUtil {
        /**
         * Returns a sorted list of files, with DirectoryIterator object as value
         * 
-        * @param       integer         $order                  sort order
+        * @param       int             $order                  sort order
         * @param       Regex           $pattern                pattern to match
         * @param       boolean         $negativeMatch          should the pattern be inversed
         * @return      \DirectoryIterator[]
@@ -309,7 +309,7 @@ final class DirectoryUtil {
        /**
         * Calculates the size of the directory.
         * 
-        * @return      integer         directory size in bytes
+        * @return      int             directory size in bytes
         * @throws      SystemException
         */
        public function getSize() {
index 3b4274099cdc4918c1b116e12cfd1ff8ca8534b7..32194c61fa5e8649f29ba00d46cfba22d72d93c7 100644 (file)
@@ -13,56 +13,56 @@ final class ExifUtil {
        /**
         * orientation value for the original orientation
         * @see http://jpegclub.org/exif_orientation.html
-        * @var integer
+        * @var int
         */
        const ORIENTATION_ORIGINAL = 1;
        
        /**
         * orientation value of a horizontal flip
         * @see http://jpegclub.org/exif_orientation.html
-        * @var integer
+        * @var int
         */
        const ORIENTATION_HORIZONTAL_FLIP = 2;
        
        /**
         * orientation value of a 180 degree rotation
         * @see http://jpegclub.org/exif_orientation.html
-        * @var integer
+        * @var int
         */
        const ORIENTATION_180_ROTATE = 3;
        
        /**
         * orientation value of a vertical flip
         * @see http://jpegclub.org/exif_orientation.html
-        * @var integer
+        * @var int
         */
        const ORIENTATION_VERTICAL_FLIP = 4;
        
        /**
         * orientation value of a vertical flip and a 270 degree rotation
         * @see http://jpegclub.org/exif_orientation.html
-        * @var integer
+        * @var int
         */
        const ORIENTATION_VERTICAL_FLIP_270_ROTATE = 5;
        
        /**
         * orientation value of a 90 degree rotation
         * @see http://jpegclub.org/exif_orientation.html
-        * @var integer
+        * @var int
         */
        const ORIENTATION_90_ROTATE = 6;
        
        /**
         * orientation value of a horizontal flip and a 270 degree rotation
         * @see http://jpegclub.org/exif_orientation.html
-        * @var integer
+        * @var int
         */
        const ORIENTATION_HORIZONTAL_FLIP_270_ROTATE = 7;
        
        /**
         * orientation value of a 270 degree rotation
         * @see http://jpegclub.org/exif_orientation.html
-        * @var integer
+        * @var int
         */
        const ORIENTATION_270_ROTATE = 8;
        
@@ -226,7 +226,7 @@ final class ExifUtil {
         * Returns the orientation of the image based on the given exif data.
         * 
         * @param       array           $exifData
-        * @return      integer
+        * @return      int
         */
        public static function getOrientation(array $exifData) {
                $orientation = self::ORIENTATION_ORIGINAL;
index 4eb33ecc9289ed32e58cbfe83faf695a94ef0855..23c3ff728a0f5c3114a9d3d75c46e1a271dbea93 100644 (file)
@@ -42,13 +42,13 @@ class FileReader {
        
        /**
         * start byte
-        * @var integer
+        * @var int
         */
        protected $startByte = 0;
        
        /**
         * end byte
-        * @var integer
+        * @var int
         */
        protected $endByte = 0;
        
index 2e4887656de12db653891a556f380c426f5ca886..2fb87168a1946ec2d3152ae17fc7349b5abf158f 100644 (file)
@@ -22,7 +22,7 @@ final class FileUtil {
        
        /**
         * memory limit in bytes
-        * @var integer
+        * @var int
         */
        protected static $memoryLimit = null;
        
@@ -355,8 +355,8 @@ final class FileUtil {
        /**
         * Formats the given filesize.
         * 
-        * @param       integer         $byte
-        * @param       integer         $precision
+        * @param       int             $byte
+        * @param       int             $precision
         * @return      string
         */
        public static function formatFilesize($byte, $precision = 2) {
@@ -386,8 +386,8 @@ final class FileUtil {
         * 
         * For more information: <http://en.wikipedia.org/wiki/Binary_prefix>
         * 
-        * @param       integer         $byte
-        * @param       integer         $precision
+        * @param       int             $byte
+        * @param       int             $precision
         * @return      string
         */
        public static function formatFilesizeBinary($byte, $precision = 2) {
@@ -593,7 +593,7 @@ final class FileUtil {
        /**
         * Returns memory limit in bytes.
         * 
-        * @return      integer
+        * @return      int
         */
        public static function getMemoryLimit() {
                if (self::$memoryLimit === null) {
@@ -635,7 +635,7 @@ final class FileUtil {
        /**
         * Returns true if the given amount of memory is available.
         * 
-        * @param       integer         $neededMemory
+        * @param       int             $neededMemory
         * @return      boolean
         */
        public static function checkMemoryLimit($neededMemory) {
index 0ca4c32d038508dcbb230daa2a47be7eb2c107f8..ae34c09e8b3dd102439bb044d31a67050b83b7c4 100644 (file)
@@ -32,7 +32,7 @@ final class HeaderUtil {
         * 
         * @param       string          $name
         * @param       string          $value
-        * @param       integer         $expire
+        * @param       int             $expire
         */
        public static function setCookie($name, $value = '', $expire = 0) {
                $cookieDomain = self::getCookieDomain();
@@ -154,7 +154,7 @@ final class HeaderUtil {
         * 
         * @param       string          $location
         * @param       string          $message
-        * @param       integer         $delay
+        * @param       int             $delay
         * @param       string          $status
         */
        public static function delayedRedirect($location, $message, $delay = 5, $status = 'success') {
index 9bfa60939d8b44d66b07a3ff822beb71858fbabd..52d9a7bb67463d8293980335f52d5c6eaa5853a2 100644 (file)
@@ -103,8 +103,8 @@ final class ImageUtil {
         * Enforces dimensions for given image.
         *
         * @param       string          $filename
-        * @param       integer         $maxWidth
-        * @param       integer         $maxHeight
+        * @param       int         $maxWidth
+        * @param       int         $maxHeight
         * @param       boolean         $obtainDimensions
         * @return      string          new filename if file was changed, otherwise old filename
         * @since       5.2
index 10899468e878887ac7c4713680598a1b16fbe8ef..e2fdd541fed1dfc2fcbe3beec48a517632e57f67 100644 (file)
@@ -15,7 +15,7 @@ final class JSON {
         * Returns the JSON representation of a value.
         * 
         * @param       mixed           $data
-        * @param       integer         $options
+        * @param       int             $options
         * @return      string
         */
        public static function encode($data, $options = 0) {
@@ -44,7 +44,7 @@ final class JSON {
        /**
         * Returns the last error occurred.
         * 
-        * @return      integer
+        * @return      int
         */
        public static function getLastError() {
                return json_last_error();
index 4b7bb41cea3ab9360cc1d5b1835bc97f30d2e914..3bd9bddea1a876735671237765ddbdb6db03b923 100644 (file)
@@ -13,9 +13,9 @@ final class MathUtil {
        /**
         * Generates a random value.
         * 
-        * @param       integer         $min
-        * @param       integer         $max
-        * @return      integer
+        * @param       int             $min
+        * @param       int             $max
+        * @return      int
         */
        public static function getRandomValue($min = null, $max = null) {
                // generate random value
index cde876f57a07f1e76a450c4bdd5f6fabfc9d53a5..0e93e1713937278e41ad75f9607b600571a99479 100644 (file)
@@ -204,7 +204,7 @@ class MessageUtil {
         * Truncates a formatted message and keeps the HTML syntax intact.
         * 
         * @param       string          $message                string which shall be truncated
-        * @param       integer         $maxLength              string length after truncating
+        * @param       int             $maxLength              string length after truncating
         * @return      string                                  truncated string
         */
        public static function truncateFormattedMessage($message, $maxLength = 1000) {
index 30dfd209532abfa07a70db37190c09d3619e28a1..071a5b5ebd01dce804ceac90754d50d620f76a03 100644 (file)
@@ -195,7 +195,7 @@ final class PasswordUtil {
        /**
         * Generates a random alphanumeric user password with the given character length.
         * 
-        * @param       integer         $length
+        * @param       int             $length
         * @return      string
         */
        public static function getRandomPassword($length = 12) {
index 9f347c95880823bb263775b354d25a59ca176d7e..4f4f77c043227dfd43cf70e5970eb7839b7a36ae 100644 (file)
@@ -12,7 +12,7 @@ namespace wcf\util;
 final class StringStack {
        /**
         * hash index
-        * @var integer
+        * @var int
         */
        protected static $i = 0;
        
index c47c347fc4d36ca3e5435afb5d5f82847c430170..38aa41af0b6f7dbce284e0ba4b47137bc8ce525a 100644 (file)
@@ -180,7 +180,7 @@ final class StringUtil {
        /**
         * Formats an integer.
         * 
-        * @param       integer         $integer
+        * @param       int             $integer
         * @return      string
         */
        public static function formatInteger($integer) {
@@ -196,7 +196,7 @@ final class StringUtil {
         * Formats a double.
         * 
         * @param       double          $double
-        * @param       integer         $maxDecimals
+        * @param       int             $maxDecimals
         * @return      string
         */
        public static function formatDouble($double, $maxDecimals = 0) {
@@ -286,7 +286,7 @@ final class StringUtil {
         * @param       string          $search
         * @param       string          $replace
         * @param       string          $subject
-        * @param       integer         $count
+        * @param       int             $count
         * @return      string
         */
        public static function replaceIgnoreCase($search, $replace, $subject, &$count = 0) {
@@ -303,7 +303,7 @@ final class StringUtil {
         * Alias to php str_split() function with multibyte support.
         * 
         * @param       string          $string
-        * @param       integer         $length
+        * @param       int             $length
         * @return      string[]
         */
        public static function split($string, $length = 1) {
@@ -354,9 +354,9 @@ final class StringUtil {
         * Alias to php str_pad function with multibyte support.
         * 
         * @param       string          $input
-        * @param       integer         $padLength
+        * @param       int             $padLength
         * @param       string          $padString
-        * @param       integer         $padType
+        * @param       int             $padType
         * @return      string
         */
        public static function pad($input, $padLength, $padString = ' ', $padType = STR_PAD_RIGHT) {
@@ -382,7 +382,7 @@ final class StringUtil {
        /**
         * Takes a numeric HTML entity value and returns the appropriate UTF-8 bytes.
         * 
-        * @param       integer         $dec            html entity value
+        * @param       int             $dec            html entity value
         * @return      string                          utf-8 bytes
         */
        public static function getCharacter($dec) {
@@ -406,7 +406,7 @@ final class StringUtil {
         * @see         http://www1.tip.nl/~t876506/utf8tbl.html
         * 
         * @param       string          $c
-        * @return      integer
+        * @return      int
         */
        public static function getCharValue($c) {
                $ud = 0;
@@ -548,7 +548,7 @@ final class StringUtil {
         * Truncates the given string to a certain number of characters.
         * 
         * @param       string          $string         string which shall be truncated
-        * @param       integer         $length         string length after truncating
+        * @param       int             $length         string length after truncating
         * @param       string          $etc            string to append when $string is truncated
         * @param       boolean         $breakWords     should words be broken in the middle
         * @return      string                          truncated string
@@ -576,7 +576,7 @@ final class StringUtil {
         * Truncates a string containing HTML code and keeps the HTML syntax intact.
         * 
         * @param       string          $string                 string which shall be truncated
-        * @param       integer         $length                 string length after truncating
+        * @param       int             $length                 string length after truncating
         * @param       string          $etc                    ending string which will be appended after truncating
         * @param       boolean         $breakWords             if false words will not be split and the return string might be shorter than $length
         * @return      string                                  truncated string
@@ -726,7 +726,7 @@ final class StringUtil {
         * Splits given string into smaller chunks.
         * 
         * @param       string          $string
-        * @param       integer         $length
+        * @param       int             $length
         * @param       string          $break
         * @return      string
         */
@@ -738,7 +738,7 @@ final class StringUtil {
         * Simple multi-byte safe wordwrap() function.
         * 
         * @param       string          $string
-        * @param       integer         $width
+        * @param       int             $width
         * @param       string          $break
         * @return      string
         */
@@ -769,7 +769,7 @@ final class StringUtil {
        /**
         * Shortens numbers larger than 1000 by using unit suffixes.
         * 
-        * @param       integer         $number
+        * @param       int         $number
         * @return      string
         */
        public static function getShortUnit($number) {
index 727235767293de1a805fab468073d0879c6ee1b3..376c9b9748e6a8b421b2efd45d7e493690556128 100644 (file)
@@ -24,7 +24,7 @@ final class Url implements \ArrayAccess {
        
        /**
         * maps properties to the array indices
-        * @var integer[]
+        * @var int[]
         */
        private static $propertyMap = [
                PHP_URL_SCHEME => 'scheme',
@@ -78,7 +78,7 @@ final class Url implements \ArrayAccess {
         * that they're non-empty.
         * 
         * @param       string          $url
-        * @param       integer[]       $components
+        * @param       int[]       $components
         * @return      boolean
         */
        public static function contains($url, array $components) {
@@ -138,12 +138,12 @@ final class Url implements \ArrayAccess {
        }
        
        /**
-        * Attempts to resolve string properties and maps them to their integer-based
+        * Attempts to resolve string properties and maps them to their int-based
         * component indices. Will throw an exception if the property is unknown,
         * making it easier to spot typos.
         * 
         * @param       mixed   $property
-        * @return      integer
+        * @return      int
         * @throws      \RuntimeException
         */
        private function getIndex($property) {
index 04891221435169e47436bd7d5d726a7ea0b9dde3..2a54438801b4938e44ec7975029ef9a208de6f51 100644 (file)
@@ -91,8 +91,8 @@ final class UserRegistrationUtil {
         * Generates a random activation code with the given length.
         * Warning: A length greater than 9 is out of integer range.
         * 
-        * @param       integer         $length
-        * @return      integer
+        * @param       int             $length
+        * @return      int
         */
        public static function getActivationCode($length = 9) {
                return random_int(pow(10, $length - 1), pow(10, $length) - 1);
index 82e9a872eddca4f55541cf3fc9d1ec57159538b1..a40e1d39d39800d048c2ba0dbab66d92748fc999 100644 (file)
@@ -19,7 +19,7 @@ class XMLWriter {
        
        /**
         * number of open elements
-        * @var integer
+        * @var int
         */
        protected $openElements = 0;