Replace `boolean` with `bool` in PHP documentation
authorMatthias Schmidt <gravatronics@live.com>
Tue, 19 Jan 2021 07:49:50 +0000 (08:49 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 19 Jan 2021 07:49:50 +0000 (08:49 +0100)
337 files changed:
wcfsetup/install.php
wcfsetup/install/files/lib/acp/form/AbstractCustomOptionForm.class.php
wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php
wcfsetup/install/files/lib/acp/form/ArticleAddForm.class.php
wcfsetup/install/files/lib/acp/form/BBCodeAddForm.class.php
wcfsetup/install/files/lib/acp/form/BoxAddForm.class.php
wcfsetup/install/files/lib/acp/form/DataImportForm.class.php
wcfsetup/install/files/lib/acp/form/LabelGroupAddForm.class.php
wcfsetup/install/files/lib/acp/form/LanguageExportForm.class.php
wcfsetup/install/files/lib/acp/form/MenuAddForm.class.php
wcfsetup/install/files/lib/acp/form/MenuItemAddForm.class.php
wcfsetup/install/files/lib/acp/form/NotificationPresetSettingsForm.class.php
wcfsetup/install/files/lib/acp/form/PageAddForm.class.php
wcfsetup/install/files/lib/acp/form/PaidSubscriptionAddForm.class.php
wcfsetup/install/files/lib/acp/form/StyleAddForm.class.php
wcfsetup/install/files/lib/acp/form/StyleExportForm.class.php
wcfsetup/install/files/lib/acp/form/UserAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserMailForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionSetDefaultsForm.class.php
wcfsetup/install/files/lib/acp/page/BoxListPage.class.php
wcfsetup/install/files/lib/acp/page/LanguageItemListPage.class.php
wcfsetup/install/files/lib/acp/page/PackageInstallationConfirmPage.class.php
wcfsetup/install/files/lib/acp/page/PageListPage.class.php
wcfsetup/install/files/lib/acp/page/RebuildDataPage.class.php
wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php
wcfsetup/install/files/lib/action/AbstractAction.class.php
wcfsetup/install/files/lib/core.functions.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/IAccessibleObject.class.php
wcfsetup/install/files/lib/data/IDatabaseObjectProcessor.class.php
wcfsetup/install/files/lib/data/IMessage.class.php
wcfsetup/install/files/lib/data/IObjectTreeNode.class.php
wcfsetup/install/files/lib/data/IPollObject.class.php
wcfsetup/install/files/lib/data/IStorableObject.class.php
wcfsetup/install/files/lib/data/TDatabaseObjectOptions.class.php
wcfsetup/install/files/lib/data/TDatabaseObjectPermissions.class.php
wcfsetup/install/files/lib/data/TMessageQuickReplyGuestDialogAction.class.php
wcfsetup/install/files/lib/data/TObjectTreeNode.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/article/Article.class.php
wcfsetup/install/files/lib/data/article/CategoryArticleList.class.php
wcfsetup/install/files/lib/data/article/ViewableArticle.class.php
wcfsetup/install/files/lib/data/article/ViewableArticleList.class.php
wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php
wcfsetup/install/files/lib/data/attachment/AdministrativeAttachment.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/media/provider/BBCodeMediaProvider.class.php
wcfsetup/install/files/lib/data/box/Box.class.php
wcfsetup/install/files/lib/data/box/BoxList.class.php
wcfsetup/install/files/lib/data/box/content/BoxContentList.class.php
wcfsetup/install/files/lib/data/captcha/question/CaptchaQuestion.class.php
wcfsetup/install/files/lib/data/category/Category.class.php
wcfsetup/install/files/lib/data/category/CategoryNode.class.php
wcfsetup/install/files/lib/data/category/CategoryNodeTree.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/response/StructuredCommentResponse.class.php
wcfsetup/install/files/lib/data/cronjob/Cronjob.class.php
wcfsetup/install/files/lib/data/custom/option/CustomOption.class.php
wcfsetup/install/files/lib/data/devtools/project/DevtoolsProject.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/like/ILikeObjectTypeProvider.class.php
wcfsetup/install/files/lib/data/like/IRestrictedLikeObjectTypeProvider.class.php
wcfsetup/install/files/lib/data/like/Like.class.php
wcfsetup/install/files/lib/data/like/ViewableLike.class.php
wcfsetup/install/files/lib/data/media/Media.class.php
wcfsetup/install/files/lib/data/menu/Menu.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/ModerationQueueEditor.class.php
wcfsetup/install/files/lib/data/moderation/queue/ViewableModerationQueue.class.php
wcfsetup/install/files/lib/data/notice/Notice.class.php
wcfsetup/install/files/lib/data/option/Option.class.php
wcfsetup/install/files/lib/data/package/Package.class.php
wcfsetup/install/files/lib/data/package/PackageAction.class.php
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServer.class.php
wcfsetup/install/files/lib/data/page/Page.class.php
wcfsetup/install/files/lib/data/page/PageEditor.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/style/Style.class.php
wcfsetup/install/files/lib/data/style/StyleAction.class.php
wcfsetup/install/files/lib/data/style/StyleEditor.class.php
wcfsetup/install/files/lib/data/template/Template.class.php
wcfsetup/install/files/lib/data/template/group/TemplateGroup.class.php
wcfsetup/install/files/lib/data/trophy/Trophy.class.php
wcfsetup/install/files/lib/data/trophy/category/TrophyCategory.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/UserProfileAction.class.php
wcfsetup/install/files/lib/data/user/activity/event/ViewableUserActivityEvent.class.php
wcfsetup/install/files/lib/data/user/authentication/failure/UserAuthenticationFailure.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/group/UserGroup.class.php
wcfsetup/install/files/lib/data/user/group/UserGroupEditor.class.php
wcfsetup/install/files/lib/data/user/notification/UserNotificationAction.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/UserOptionEditor.class.php
wcfsetup/install/files/lib/data/user/rank/UserRank.class.php
wcfsetup/install/files/lib/data/user/trophy/UserTrophyList.class.php
wcfsetup/install/files/lib/form/AbstractCaptchaForm.class.php
wcfsetup/install/files/lib/form/ContactForm.class.php
wcfsetup/install/files/lib/form/DisclaimerForm.class.php
wcfsetup/install/files/lib/form/MessageForm.class.php
wcfsetup/install/files/lib/form/NotificationUnsubscribeForm.class.php
wcfsetup/install/files/lib/form/RecaptchaForm.class.php
wcfsetup/install/files/lib/form/RegisterForm.class.php
wcfsetup/install/files/lib/form/SearchForm.class.php
wcfsetup/install/files/lib/page/AbstractPage.class.php
wcfsetup/install/files/lib/page/AttachmentPage.class.php
wcfsetup/install/files/lib/page/ITrackablePage.class.php
wcfsetup/install/files/lib/page/MultipleLinkPage.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/SingletonFactory.class.php
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/WCFACP.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/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/background/BackgroundQueueHandler.class.php
wcfsetup/install/files/lib/system/bbcode/BBCodeHandler.class.php
wcfsetup/install/files/lib/system/bbcode/BBCodeParser.class.php
wcfsetup/install/files/lib/system/bbcode/HtmlBBCodeParser.class.php
wcfsetup/install/files/lib/system/bbcode/MessageParser.class.php
wcfsetup/install/files/lib/system/bbcode/SimpleMessageParser.class.php
wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteMediaBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/Highlighter.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/IBoxController.class.php
wcfsetup/install/files/lib/system/box/RecentActivityListBoxController.class.php
wcfsetup/install/files/lib/system/box/UserOnlineListBoxController.class.php
wcfsetup/install/files/lib/system/breadcrumb/Breadcrumb.class.php
wcfsetup/install/files/lib/system/bulk/processing/IBulkProcessingAction.class.php
wcfsetup/install/files/lib/system/bulk/processing/user/ExportMailAddressUserBulkProcessingAction.class.php
wcfsetup/install/files/lib/system/cache/builder/ACPMenuCacheBuilder.class.php
wcfsetup/install/files/lib/system/cache/builder/AbstractSortedUserCacheBuilder.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/captcha/ICaptchaHandler.class.php
wcfsetup/install/files/lib/system/captcha/RecaptchaHandler.class.php
wcfsetup/install/files/lib/system/category/AbstractCategoryType.class.php
wcfsetup/install/files/lib/system/category/ICategoryType.class.php
wcfsetup/install/files/lib/system/cli/DatabaseCLICommandHistory.class.php
wcfsetup/install/files/lib/system/cli/command/ICLICommand.class.php
wcfsetup/install/files/lib/system/cli/command/ImportCLICommand.class.php
wcfsetup/install/files/lib/system/clipboard/action/UserClipboardAction.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/AbstractObjectTextPropertyCondition.class.php
wcfsetup/install/files/lib/system/condition/IContentCondition.class.php
wcfsetup/install/files/lib/system/condition/IObjectCondition.class.php
wcfsetup/install/files/lib/system/condition/IUserCondition.class.php
wcfsetup/install/files/lib/system/database/Database.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/database/util/ConditionBuilder.class.php
wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php
wcfsetup/install/files/lib/system/devtools/package/DevtoolsPackageXmlWriter.class.php
wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPip.class.php
wcfsetup/install/files/lib/system/devtools/pip/IGuiPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/devtools/pip/TMultiXmlGuiPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/email/Email.class.php
wcfsetup/install/files/lib/system/exporter/IExporter.class.php
wcfsetup/install/files/lib/system/file/upload/UploadField.class.php
wcfsetup/install/files/lib/system/file/upload/UploadFile.class.php
wcfsetup/install/files/lib/system/file/upload/UploadHandler.class.php
wcfsetup/install/files/lib/system/form/builder/FormDocument.class.php
wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php
wcfsetup/install/files/lib/system/form/builder/button/FormButton.class.php
wcfsetup/install/files/lib/system/form/builder/button/IFormButton.class.php
wcfsetup/install/files/lib/system/form/builder/container/TabMenuFormContainer.class.php
wcfsetup/install/files/lib/system/form/builder/container/wysiwyg/WysiwygFormContainer.class.php
wcfsetup/install/files/lib/system/form/builder/field/UploadFormField.class.php
wcfsetup/install/files/lib/system/form/builder/field/media/SingleMediaSelectionFormField.class.php
wcfsetup/install/files/lib/system/form/builder/field/wysiwyg/WysiwygFormField.class.php
wcfsetup/install/files/lib/system/html/input/HtmlInputProcessor.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/input/node/HtmlInputNodeWoltlabMetacodeMarker.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/IMetacodeConverter.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/ListMetacodeConverter.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/TableMetacodeConverter.class.php
wcfsetup/install/files/lib/system/html/node/AbstractHtmlNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/output/HtmlOutputProcessor.class.php
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeImg.class.php
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/simple/HtmlSimpleParser.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/AbstractAttachmentImporter.class.php
wcfsetup/install/files/lib/system/io/AtomicWriter.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/label/LabelHandler.class.php
wcfsetup/install/files/lib/system/label/object/ILabelObjectHandler.class.php
wcfsetup/install/files/lib/system/label/object/type/LabelObjectType.class.php
wcfsetup/install/files/lib/system/language/I18nHandler.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/menu/TreeMenu.class.php
wcfsetup/install/files/lib/system/menu/user/IUserMenuItemProvider.class.php
wcfsetup/install/files/lib/system/menu/user/profile/UserProfileMenu.class.php
wcfsetup/install/files/lib/system/menu/user/profile/content/IUserProfileMenuContent.class.php
wcfsetup/install/files/lib/system/message/censorship/Censorship.class.php
wcfsetup/install/files/lib/system/message/embedded/object/MessageEmbeddedObjectManager.class.php
wcfsetup/install/files/lib/system/message/quote/IMessageQuoteHandler.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/IModerationQueueHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/IModerationQueueManager.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/notice/NoticeHandler.class.php
wcfsetup/install/files/lib/system/option/AbstractOptionType.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/ISearchableConditionUserOption.class.php
wcfsetup/install/files/lib/system/option/ISearchableUserOption.class.php
wcfsetup/install/files/lib/system/option/OptionHandler.class.php
wcfsetup/install/files/lib/system/option/user/UserOptionHandler.class.php
wcfsetup/install/files/lib/system/option/user/group/UserGroupOptionHandler.class.php
wcfsetup/install/files/lib/system/package/ACPTemplatesFileHandler.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/PackageInstallationFormManager.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/PackageInstallationStep.class.php
wcfsetup/install/files/lib/system/package/PackageUninstallationDispatcher.class.php
wcfsetup/install/files/lib/system/package/PackageUpdateDispatcher.class.php
wcfsetup/install/files/lib/system/package/plugin/AbstractXMLPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/IPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.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/poll/IPollHandler.class.php
wcfsetup/install/files/lib/system/poll/PollManager.class.php
wcfsetup/install/files/lib/system/request/ControllerMap.class.php
wcfsetup/install/files/lib/system/request/Request.class.php
wcfsetup/install/files/lib/system/request/RequestHandler.class.php
wcfsetup/install/files/lib/system/request/RouteHandler.class.php
wcfsetup/install/files/lib/system/request/route/DynamicRequestRoute.class.php
wcfsetup/install/files/lib/system/request/route/IRequestRoute.class.php
wcfsetup/install/files/lib/system/request/route/StaticRequestRoute.class.php
wcfsetup/install/files/lib/system/search/AbstractSearchIndexManager.class.php
wcfsetup/install/files/lib/system/search/ISearchEngine.class.php
wcfsetup/install/files/lib/system/search/ISearchableObjectType.class.php
wcfsetup/install/files/lib/system/search/acp/AbstractACPSearchResultProvider.class.php
wcfsetup/install/files/lib/system/search/acp/AbstractCategorizedACPSearchResultProvider.class.php
wcfsetup/install/files/lib/system/session/SessionHandler.class.php
wcfsetup/install/files/lib/system/setup/Uninstaller.class.php
wcfsetup/install/files/lib/system/sitemap/object/ISitemapObjectObjectType.class.php
wcfsetup/install/files/lib/system/style/FontManager.class.php
wcfsetup/install/files/lib/system/style/StyleHandler.class.php
wcfsetup/install/files/lib/system/tagging/TagEngine.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/HtmlCheckboxesFunctionTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/IBlockTemplatePlugin.class.php
wcfsetup/install/files/lib/system/upload/IUploadFileValidationStrategy.class.php
wcfsetup/install/files/lib/system/upload/MediaUploadFileValidationStrategy.class.php
wcfsetup/install/files/lib/system/upload/UploadHandler.class.php
wcfsetup/install/files/lib/system/user/activity/point/UserActivityPointHandler.class.php
wcfsetup/install/files/lib/system/user/authentication/password/algorithm/DoubleBcrypt.class.php
wcfsetup/install/files/lib/system/user/collapsible/content/UserCollapsibleContentHandler.class.php
wcfsetup/install/files/lib/system/user/notification/UserNotificationHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/AbstractUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/ITestableUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/IUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/ModerationQueueCommentResponseUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/version/AbstractVersionTrackerProvider.class.php
wcfsetup/install/files/lib/system/version/IVersionTrackerProvider.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/worker/SitemapRebuildWorker.class.php
wcfsetup/install/files/lib/util/ArrayUtil.class.php
wcfsetup/install/files/lib/util/ClassUtil.class.php
wcfsetup/install/files/lib/util/CronjobUtil.class.php
wcfsetup/install/files/lib/util/DOMUtil.class.php
wcfsetup/install/files/lib/util/DateUtil.class.php
wcfsetup/install/files/lib/util/DirectoryUtil.class.php
wcfsetup/install/files/lib/util/FileReader.class.php
wcfsetup/install/files/lib/util/FileUtil.class.php
wcfsetup/install/files/lib/util/HTTPRequest.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/PasswordUtil.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/UserUtil.class.php
wcfsetup/install/files/lib/util/XMLWriter.class.php

index 16b74fdf31d3d6ea4501944e7887b926db8eab80..f581aabed367cdabcf07cb7c7e85f77d78d34e2a 100644 (file)
@@ -720,7 +720,7 @@ class BasicFileUtil {
         * necessary.
         * 
         * @param       string          $path
-        * @return      boolean
+        * @return      bool
         */
        public static function makePath($path) {
                // directory already exists, abort
@@ -783,13 +783,13 @@ class Tar {
        
        /**
         * indicates if tar file is opened
-        * @var boolean
+        * @var bool
         */
        protected $opened = false;
        
        /**
         * indicates if file content has been read
-        * @var boolean
+        * @var bool
         */
        protected $read = false;
        
@@ -801,7 +801,7 @@ class Tar {
        
        /**
         * indicates if the tar file is (g)zipped
-        * @var boolean
+        * @var bool
         */
        protected $isZipped = false;
        
@@ -1030,7 +1030,7 @@ class Tar {
         * Unpacks file header for one file entry.
         * 
         * @param       string          $binaryData
-        * @return      array|boolean
+        * @return      array|bool
         */
        protected function readHeader($binaryData) {
                if (strlen($binaryData) != 512) {
@@ -1095,7 +1095,7 @@ class Tar {
        /**
         * Returns true if this tar is (g)zipped.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isZipped() {
                return $this->isZipped;
@@ -1172,7 +1172,7 @@ class GZipFile extends File {
        /**
         * checks if gz*64 functions are available instead of gz*
         * https://bugs.php.net/bug.php?id=53829
-        * @var boolean
+        * @var bool
         */
        protected static $gzopen64 = null;
        
index bfeb51333f76e1325007ef8a7c8d69b94704bd6e..7a04dcf5b1d100c099be32f9d461e96435ceaeb9 100644 (file)
@@ -54,7 +54,7 @@ abstract class AbstractCustomOptionForm extends AbstractAcpForm {
        
        /**
         * field is required
-        * @var boolean
+        * @var bool
         */
        public $required = 0;
        
@@ -66,7 +66,7 @@ abstract class AbstractCustomOptionForm extends AbstractAcpForm {
        
        /**
         * 1 if the option is disabled
-        * @var boolean
+        * @var bool
         * @since       5.2
         */
        public $isDisabled = 0;
index f52ae01ca535d18e3e9c64b4fa810d26f46f1049..1adda55b138c243c10fab8bd223986a033caf232 100755 (executable)
@@ -49,7 +49,7 @@ abstract class AbstractOptionListForm extends AbstractForm {
        
        /**
         * true if option supports i18n
-        * @var boolean
+        * @var bool
         */
        public $supportI18n = true;
        
index 94ab297ecdd0480e10af2f73049b44bd21896e79..4ac2f5e8927d4ff6ce28ece0a969f3bf9fb8f450 100644 (file)
@@ -50,7 +50,7 @@ class ArticleAddForm extends AbstractForm {
        
        /**
         * true if created article is multi-lingual
-        * @var boolean
+        * @var bool
         */
        public $isMultilingual = 0;
        
@@ -104,7 +104,7 @@ class ArticleAddForm extends AbstractForm {
        
        /**
         * enables the comment function
-        * @var boolean
+        * @var bool
         */
        public $enableComments = ARTICLE_ENABLE_COMMENTS_DEFAULT_VALUE;
        
index dcf057b03b609862068b82b682a9020b339f000c..52ec7aba92a014494f0b8c08c802c71fa96a9976 100644 (file)
@@ -70,13 +70,13 @@ class BBCodeAddForm extends AbstractForm {
        
        /**
         * true if bbcode is a block element
-        * @var boolean
+        * @var bool
         */
        public $isBlockElement = false;
        
        /**
         * true, if bbcode contains source code
-        * @var boolean
+        * @var bool
         */
        public $isSourceCode = false;
        
@@ -92,7 +92,7 @@ class BBCodeAddForm extends AbstractForm {
        
        /**
         * show editor button
-        * @var boolean
+        * @var bool
         */
        public $showButton = false;
        
index f32363d2657087051122612d9e1b2f93f30e73d6..9c73df6399c0b2f272d6dbdf8304273a453b5838 100644 (file)
@@ -49,7 +49,7 @@ class BoxAddForm extends AbstractForm {
        
        /**
         * true if created box is multi-lingual
-        * @var boolean
+        * @var bool
         */
        public $isMultilingual = 0;
        
@@ -73,7 +73,7 @@ class BoxAddForm extends AbstractForm {
        
        /**
         * true if created box is visible everywhere 
-        * @var boolean
+        * @var bool
         */
        public $visibleEverywhere = 1;
        
@@ -85,7 +85,7 @@ class BoxAddForm extends AbstractForm {
        
        /**
         * true if box header is visible
-        * @var boolean
+        * @var bool
         */
        public $showHeader = 1;
        
index 7072ce8d20ab9fb844ad0343e205220c6d1c4607..55234991efc8daba9f9213b30ddbe54071166882 100644 (file)
@@ -109,7 +109,7 @@ class DataImportForm extends AbstractForm {
        
        /**
         * display notice for existing import mappings
-        * @var boolean
+        * @var bool
         */
        public $showMappingNotice = false;
        
index afd086c50d59db373e2ba11b60cbef936709ba8c..1507b93f336dc8e533af632f74e14d4e1601657b 100644 (file)
@@ -34,7 +34,7 @@ class LabelGroupAddForm extends AbstractForm {
        
        /**
         * force users to select a label
-        * @var boolean
+        * @var bool
         */
        public $forceSelection = false;
        
index 1cce0220863ec583107c3bcdcea3696d0d9a9e27..6c775af7670525ecffcb90d5485b753f941b9195 100644 (file)
@@ -54,7 +54,7 @@ class LanguageExportForm extends AbstractForm {
        
        /**
         * true to export custom variables
-        * @var boolean
+        * @var bool
         */
        public $exportCustomValues = false;
        
index 7148538a8266eb3ce135f535db03cc98644aaef4..1fb7b6060b466d09c8b564cb8daddf1bc9fbd488 100644 (file)
@@ -55,7 +55,7 @@ class MenuAddForm extends AbstractForm {
        
        /**
         * true if created box is visible everywhere
-        * @var boolean
+        * @var bool
         */
        public $visibleEverywhere = 1;
        
@@ -67,7 +67,7 @@ class MenuAddForm extends AbstractForm {
        
        /**
         * true if box header is visible
-        * @var boolean
+        * @var bool
         */
        public $showHeader = 1;
        
index 118aef192b217001fe4d9296b7eb1eea1c28d9d0..a605999ac79c15bba9e69c89fd90cc25acbc7e5c 100644 (file)
@@ -50,13 +50,13 @@ class MenuItemAddForm extends AbstractForm {
        
        /**
         * activation state
-        * @var boolean
+        * @var bool
         */
        public $isDisabled = false;
        
        /**
         * internal link
-        * @var boolean
+        * @var bool
         */
        public $isInternalLink = true;
        
index 19dc4f0aedf2f2e96db1d0a4e97d8bd07b72a335..02127a88d541f35d5368b9b371688b7f26df553d 100644 (file)
@@ -43,7 +43,7 @@ class NotificationPresetSettingsForm extends AbstractForm {
        
        /**
         * true to apply change to existing users
-        * @var boolean
+        * @var bool
         */
        public $applyChangesToExistingUsers = 0;
        
index 7038cc86a2fb454ffd6d955e7525a6606a58627f..7cc03908d0feafefd3741fb24f44c116d9c1e7c1 100644 (file)
@@ -52,7 +52,7 @@ class PageAddForm extends AbstractForm {
        
        /**
         * true if created page is multi-lingual
-        * @var boolean
+        * @var bool
         */
        public $isMultilingual = 0;
        
@@ -76,13 +76,13 @@ class PageAddForm extends AbstractForm {
        
        /**
         * true if page is disabled
-        * @var boolean
+        * @var bool
         */
        public $isDisabled = 0;
        
        /**
         * true if page is landing page
-        * @var boolean
+        * @var bool
         */
        public $isLandingPage = 0;
        
@@ -159,19 +159,19 @@ class PageAddForm extends AbstractForm {
        
        /**
         * true if the page is available during offline mode
-        * @var boolean
+        * @var bool
         */
        public $availableDuringOfflineMode = 0;
        
        /**
         * true if the page is accessible for search spiders
-        * @var boolean
+        * @var bool
         */
        public $allowSpidersToIndex = 1;
        
        /**
         * true if page should be added to the main menu
-        * @var boolean
+        * @var bool
         */
        public $addPageToMainMenu = 0;
        
index f2b1b88ba4a5791ab9f1a34d3c9f406ef4aadbd4..411e1b3bacd2f4521ead12297135b45138120eb2 100644 (file)
@@ -57,7 +57,7 @@ class PaidSubscriptionAddForm extends AbstractForm {
        
        /**
         * indicates if the subscription is disabled
-        * @var boolean
+        * @var bool
         */
        public $isDisabled = 0;
        
@@ -81,7 +81,7 @@ class PaidSubscriptionAddForm extends AbstractForm {
        
        /**
         * indicates if the subscription is permanent
-        * @var boolean
+        * @var bool
         */
        public $subscriptionLengthPermanent = 0;
        
@@ -99,7 +99,7 @@ class PaidSubscriptionAddForm extends AbstractForm {
        
        /**
         * indicates if the subscription is a recurring payment
-        * @var boolean
+        * @var bool
         */
        public $isRecurring = 0;
        
index 18336b88c8c754062b67d896e286781b826f4aed..9961428e5004250de8512184b8563c6a256d399e 100644 (file)
@@ -115,7 +115,7 @@ class StyleAddForm extends AbstractForm {
        
        /**
         * tainted style
-        * @var boolean
+        * @var bool
         */
        public $isTainted = true;
        
index b7bbda546d58d890f3059e7c12c36021c038162c..6273f37d829c22e709a2f032a418ad45cb4ac01a 100644 (file)
@@ -22,25 +22,25 @@ class StyleExportForm extends AbstractForm {
        
        /**
         * true, if style has custom images
-        * @var boolean
+        * @var bool
         */
        public $canExportImages = false;
        
        /**
         * true, if style has custom templates
-        * @var boolean
+        * @var bool
         */
        public $canExportTemplates = false;
        
        /**
         * export style as installable package
-        * @var boolean
+        * @var bool
         */
        public $exportAsPackage = false;
        
        /**
         * true, if templates should be exported
-        * @var boolean
+        * @var bool
         */
        public $exportTemplates = false;
        
index b3d2a3454ef02352914e1be4ec8d1e6a8baad286..224dd695f4d934426dc1a97804a7bd31f27c4a4e 100644 (file)
@@ -100,7 +100,7 @@ class UserAddForm extends UserOptionListForm {
        
        /**
         * true to disable this signature
-        * @var boolean
+        * @var bool
         */
        public $disableSignature = 0;
        
index 6da105026c9d179348f45d8fdf5accadc50e415b..29b819256742b5853112a19c699d8187018d6d97 100755 (executable)
@@ -54,7 +54,7 @@ class UserEditForm extends UserAddForm {
        
        /**
         * ban status
-        * @var boolean
+        * @var bool
         */
        public $banned = 0;
        
@@ -84,7 +84,7 @@ class UserEditForm extends UserAddForm {
        
        /**
         * true to disable this avatar
-        * @var boolean
+        * @var bool
         */
        public $disableAvatar = 0;
        
@@ -108,7 +108,7 @@ class UserEditForm extends UserAddForm {
        
        /**
         * true to disable this cover photo
-        * @var boolean
+        * @var bool
         */
        public $disableCoverPhoto = 0;
        
@@ -126,19 +126,19 @@ class UserEditForm extends UserAddForm {
        
        /**
         * true to delete the current cover photo
-        * @var boolean
+        * @var bool
         */
        public $deleteCoverPhoto = 0;
        
        /**
         * true to delete the current auth data
-        * @var boolean
+        * @var bool
         */
        public $disconnect3rdParty = 0;
        
        /**
         * true to disable multifactor authentication
-        * @var boolean
+        * @var bool
         */
        public $multifactorDisable = 0;
        
index f92cfe0c453a92202f551e6d37b3f0b159b72eff..c85775a32c5a3ab88d28aab377b4f10bdbf536f3 100755 (executable)
@@ -23,7 +23,7 @@ use wcf\util\StringUtil;
 class UserMailForm extends AbstractForm {
        /**
         * enable html for message body
-        * @var boolean
+        * @var bool
         */
        public $enableHTML = false;
        
index 654abf8ec4c2b1a6db64364f7069a8563246432d..34b4a78d34f5b22b2abf940a9ed8ea80e9add57a 100644 (file)
@@ -85,13 +85,13 @@ class UserOptionAddForm extends AbstractForm {
        
        /**
         * field is required
-        * @var boolean
+        * @var bool
         */
        public $required = 0;
        
        /**
         * shows this field in the registration process
-        * @var boolean
+        * @var bool
         */
        public $askDuringRegistration = 0;
        
@@ -109,7 +109,7 @@ class UserOptionAddForm extends AbstractForm {
        
        /**
         * field is searchable
-        * @var boolean
+        * @var bool
         */
        public $searchable = 0;
        
index 808d0f2c47e02a97bfbdfaa2d90656979fe86996..8bbc8569932bb8de501f0350a210a154e9f46ccf 100644 (file)
@@ -32,7 +32,7 @@ class UserOptionSetDefaultsForm extends AbstractForm {
        
        /**
         * true to apply change to existing users
-        * @var boolean
+        * @var bool
         */
        public $applyChangesToExistingUsers = 0;
        
index 5cb2d076acdd0b4393894c59053a6745d09005a4..ea30ea9d2d23e3c96068e4755852be43cb2fa40c 100644 (file)
@@ -87,7 +87,7 @@ class BoxListPage extends SortablePage {
        
        /**
         * filters the list of boxes showing only custom boxes
-        * @var boolean
+        * @var bool
         */
        public $originIsNotSystem = 0;
        
index d6f49cfb20931deca6f218613cbb926da594a228..69994ea5be74f9da6e65f2d995e38ab1223674b2 100644 (file)
@@ -68,19 +68,19 @@ class LanguageItemListPage extends SortablePage {
        
        /**
         * search for custom values
-        * @var boolean
+        * @var bool
         */
        public $hasCustomValue = 0;
        
        /**
         * search for disabled custom values
-        * @var boolean
+        * @var bool
         */
        public $hasDisabledCustomValue = 0;
        
        /**
         * search for disabled custom values that have been automatically disabled in the past 7 days
-        * @var boolean
+        * @var bool
         */
        public $hasRecentlyDisabledCustomValue = 0;
        
index e8192d8c5fb5328ad1d966dbcc1dd189f088eba0..8b303318befeed3f64a14c69e8b9a2c13316004d 100644 (file)
@@ -42,14 +42,14 @@ class PackageInstallationConfirmPage extends AbstractPage {
        
        /**
         * package validation result
-        * @var boolean
+        * @var bool
         */
        public $validationPassed = false;
        
        /**
         * true if the package to be installed was uploaded via the import style
         * form
-        * @var boolean
+        * @var bool
         */
        public $installingImportedStyle = false;
        
index ba23585fb3a66af85297308e501f75eb5adaa285..6b21ce1b1d81bd610771823581479bac39d1aad2 100644 (file)
@@ -88,19 +88,19 @@ class PageListPage extends SortablePage {
        
        /**
         * display 'Add Page' dialog on load
-        * @var boolean
+        * @var bool
         */
        public $showPageAddDialog = 0;
        
        /**
         * filters the list of pages showing only custom pages
-        * @var boolean
+        * @var bool
         */
        public $originIsNotSystem = 0;
        
        /**
         * filters the list of pages showing only pages with custom urls
-        * @var boolean
+        * @var bool
         */
        public $controllerCustomURL = 0;
        
index 392c23b394320d9e1f58abe177494e215d69105e..569b4cb3fb531399c16796b21f604cd23f805166 100644 (file)
@@ -20,7 +20,7 @@ class RebuildDataPage extends AbstractPage {
        
        /**
         * disallow any rebuild actions unless `wcfN_user_storage` uses `utf8mb4`
-        * @var boolean
+        * @var bool
         */
        public $convertEncoding = false;
        
index 8bf9ff352027d34212a42a4905cef0cdb4f5327c..7d118162b1ca2f7e790cb314752c043e7620c181 100644 (file)
@@ -43,7 +43,7 @@ class AJAXInvokeAction extends AbstractSecureAction {
        
        /**
         * enables debug mode
-        * @var boolean
+        * @var bool
         */
        public $inDebugMode = false;
        
index 9dada94ccbfd3fe3b82a3adbb3364a1991486a9b..2ec46234bd8f42284ec66789cfc5aefcc62d70bd 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\WCF;
 abstract class AbstractAction implements IAction {
        /**
         * indicates if you need to be logged in to execute this action
-        * @var boolean
+        * @var bool
         */
        public $loginRequired = false;
        
index c3485c6104dd15809d711f6262aa63d8343c07dd..1e66cdc70961a0b4b0d45edc6074089695b113c3 100644 (file)
@@ -606,7 +606,7 @@ EXPLANATION;
         * information removed.
         * 
         * @param       \Throwable|\Exception   $e
-        * @param       boolean                 $ignorePaths    If set to `true`: Don't call `sanitizePath`.
+        * @param       bool                    $ignorePaths    If set to `true`: Don't call `sanitizePath`.
         * @return      mixed[]
         */
        function sanitizeStacktrace($e, $ignorePaths = false) {
index 90a4071bf4260afd35050a3e4181a2f69bd21d44..f621f887a52b6cf782bdaae4e11bdea2b2f1347e 100644 (file)
@@ -424,7 +424,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
         * Reads an integer value and validates it.
         * 
         * @param       string          $variableName
-        * @param       boolean         $allowEmpty
+        * @param       bool            $allowEmpty
         * @param       string          $arrayIndex
         */
        protected function readInteger($variableName, $allowEmpty = false, $arrayIndex = '') {
@@ -435,7 +435,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
         * Reads an integer array and validates it.
         * 
         * @param       string          $variableName
-        * @param       boolean         $allowEmpty
+        * @param       bool            $allowEmpty
         * @param       string          $arrayIndex
         * @since       3.0
         */
@@ -447,7 +447,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
         * Reads a string value and validates it.
         * 
         * @param       string          $variableName
-        * @param       boolean         $allowEmpty
+        * @param       bool            $allowEmpty
         * @param       string          $arrayIndex
         */
        protected function readString($variableName, $allowEmpty = false, $arrayIndex = '') {
@@ -458,7 +458,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
         * Reads a string array and validates it.
         * 
         * @param       string          $variableName
-        * @param       boolean         $allowEmpty
+        * @param       bool            $allowEmpty
         * @param       string          $arrayIndex
         * @since       3.0
         */
@@ -470,7 +470,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
         * Reads a boolean value and validates it.
         * 
         * @param       string          $variableName
-        * @param       boolean         $allowEmpty
+        * @param       bool            $allowEmpty
         * @param       string          $arrayIndex
         */
        protected function readBoolean($variableName, $allowEmpty = false, $arrayIndex = '') {
@@ -481,7 +481,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
         * Reads a json-encoded value and validates it.
         * 
         * @param       string          $variableName
-        * @param       boolean         $allowEmpty
+        * @param       bool            $allowEmpty
         * @param       string          $arrayIndex
         */
        protected function readJSON($variableName, $allowEmpty = false, $arrayIndex = '') {
@@ -494,7 +494,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
         * variable will be always created with a sane value if it does not exist.
         * 
         * @param       string          $variableName
-        * @param       boolean         $allowEmpty
+        * @param       bool            $allowEmpty
         * @param       string          $arrayIndex
         * @param       int             $type
         * @param       int             $structure
index fc1e6f7fc526a1ca86ab645f0b549b8893c744a3..6c2063fc23e8ce68f29a58b22c5a72310dbad50c 100644 (file)
@@ -19,7 +19,7 @@ abstract class DatabaseObject implements IIDObject, IStorableObject {
        
        /**
         * indicates if database table index is an identity column
-        * @var boolean
+        * @var bool
         */
        protected static $databaseTableIndexIsIdentity = true;
        
@@ -190,7 +190,7 @@ abstract class DatabaseObject implements IIDObject, IStorableObject {
         * @param       DatabaseObject[]        $objects
         * @param       mixed                   $sortBy
         * @param       string                  $sortOrder
-        * @param       boolean                 $maintainIndexAssociation
+        * @param       bool                    $maintainIndexAssociation
         */
        public static function sort(&$objects, $sortBy, $sortOrder = 'ASC', $maintainIndexAssociation = true) {
                $sortArray = $objects2 = [];
index 936d1e04f55fbacbee64994099e5cc80b6fdd59c..f121ac6354a1b4bfc0ad4d11459089bdb891ffc5 100644 (file)
@@ -82,7 +82,7 @@ abstract class DatabaseObjectList implements \Countable, ITraversableObject {
        
        /**
         * enables the automatic usage of the qualified shorthand
-        * @var boolean
+        * @var bool
         */
        public $useQualifiedShorthand = true;
        
index 0b3ebc2ca9503af651ae4574cea531cab777e760..9c0b7070cd7e98db48ee3d1171300b136eeac5a6 100644 (file)
@@ -17,7 +17,7 @@ interface IAccessibleObject {
         * Returns `true` if the given user can access the object.
         * 
         * @param       User    $user   checked user, if `null` active user is used instead
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible(User $user = null);
 }
index 5ecdb343159ba2afe8ab13fd2be60406ef970b42..d66f5c789efeb67f90ca8def4f647b980c6b8d9f 100644 (file)
@@ -30,7 +30,7 @@ interface IDatabaseObjectProcessor {
         * object.
         * 
         * @param       string          $name
-        * @return      boolean
+        * @return      bool
         */
        public function __isset($name);
        
index b930e18f890371cfb4ffdee3465bc2f452c46469..55547a71aeb0994580ce052a21bfce8f962c89bf 100644 (file)
@@ -35,7 +35,7 @@ interface IMessage extends IUserContent {
        /**
         * Returns true, if message is visible for current user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isVisible();
        
index 453f00950e6adb9b07e9c0249774fbf17ef02958..7109db855298b9b4b85de131e9186fb161302cee 100644 (file)
@@ -45,7 +45,7 @@ interface IObjectTreeNode extends \Countable, IIDObject, \RecursiveIterator {
        /**
         * Returns `true` if this node is the last sibling and `false` otherwise.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isLastSibling();
        
index 968ee7d27865d35606f865cbbb66072de8d826a6..2729417f4471270eadef86e9ba394fd4002b4cc9 100644 (file)
@@ -13,7 +13,7 @@ interface IPollObject {
        /**
         * Returns true if user can vote in polls.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canVote();
 }
index 875a6518f88de178c97967d673cdfa08689a87fd..0d9334fafdd7ad0b80e7f9720087625623c139a4 100644 (file)
@@ -24,7 +24,7 @@ interface IStorableObject {
         * is not NULL.
         * 
         * @param       string          $name
-        * @return      boolean
+        * @return      bool
         */
        public function __isset($name);
        
@@ -52,7 +52,7 @@ interface IStorableObject {
        /**
         * Returns true if database table index is an identity column.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function getDatabaseTableIndexIsIdentity();
        
index f255ecdcf787ce2af2f4cd5c6bdbdeb7af3d6b0e..38e2f72ce8cb81057b1d8f867d1d5e9affa60ee9 100644 (file)
@@ -14,7 +14,7 @@ trait TDatabaseObjectOptions {
        /**
         * Returns true if at least one of the options required by this object is set.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function validateOptions() {
                if ($this->options) {
index 25e1b36df39f4cbcc6b0ea92b832cd58fa2ecf01..a3711391da156e79fd69c6e2bd5d12dfdfd92dba 100644 (file)
@@ -16,7 +16,7 @@ trait TDatabaseObjectPermissions {
         * Returns true if the active user has at least one permission required
         * by this object.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function validatePermissions() {
                if ($this->permissions) {
index 71201d40aa62c29489b85b78d80bf9e4171a09c3..61c919cd296f8c59e631889dc2ee004b4a0b9c06 100644 (file)
@@ -39,7 +39,7 @@ trait TMessageQuickReplyGuestDialogAction {
         * Reads a string value and validates it.
         *
         * @param       string          $variableName
-        * @param       boolean         $allowEmpty
+        * @param       bool            $allowEmpty
         * @param       string          $arrayIndex
         * @see AbstractDatabaseObjectAction::readString()
         */
index e79d0f23395d5269855bae8f4d29ce3afe855817..c4e78028a61aa9b5621450a30d8ce1906d0d4c26 100644 (file)
@@ -121,7 +121,7 @@ trait TObjectTreeNode {
        /**
         * Returns `true` if the node as any children and return `false` otherwise.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasChildren() {
                return !empty($this->children);
@@ -139,7 +139,7 @@ trait TObjectTreeNode {
        /**
         * Returns `true` if this node is the last sibling and `false` otherwise.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isLastSibling() {
                foreach ($this->parentNode as $key => $child) {
@@ -182,7 +182,7 @@ trait TObjectTreeNode {
        /**
         * Returns `true` if current iteration position is valid and `false` otherwise.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function valid() {
                return isset($this->children[$this->index]);
index 985e223735ae7a57beb44cc35eb7f35acb56d3a6..95a3681c181312a354fc6a60e2411913361f0a78 100644 (file)
@@ -29,7 +29,7 @@ class ACPSession extends DatabaseObject {
        /**
         * Returns true if this session type supports persistent logins.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function supportsPersistentLogins() {
                return false;
index 45b5e96b07169e6b345ba37eb1c5aa87cc9f9c36..b1c5e7d9660ffd9592165b759896c7b6b2017094 100644 (file)
@@ -28,7 +28,7 @@ class ACPSessionAccessLog extends DatabaseObject {
        /**
         * Returns true if the URI of this log entry is protected.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasProtectedURI() {
                if ($this->requestMethod != 'GET' || !preg_match('/(\?|&)(page|form)=/', $this->requestURI)) {
index 2a8111702e4cc088e78ecfe2bd0a0e548204e29a..1b94481a152ce13ec7a1ea0e17aa5e782613fc82 100644 (file)
@@ -55,7 +55,7 @@ class ACPSessionLog extends DatabaseObject {
        /**
         * Returns true if this session is active.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isActive() {
                return $this->active ? true : false;
@@ -64,7 +64,7 @@ class ACPSessionLog extends DatabaseObject {
        /**
         * Returns true if this session is the active user session.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isActiveUserSession() {
                if ($this->isActive() && $this->sessionID == WCF::getSession()->sessionID) {
index 4c79501aa7b166ed406b1c1ece353ad3e81a00db..9b5d16163630631b9e77c16180d34638106c6998 100644 (file)
@@ -78,7 +78,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent {
        /**
         * Returns true if the active user can delete this article.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                if (WCF::getSession()->getPermission('admin.content.article.canManageArticle')) {
@@ -95,7 +95,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent {
        /**
         * Returns true if the active user has access to this article.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function canRead() {
                if ($this->isDeleted && !WCF::getSession()->getPermission('admin.content.article.canManageArticle')) {
@@ -118,7 +118,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent {
        /**
         * Returns true if the current user can edit these article.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       5.2
         */
        public function canEdit() {
@@ -142,7 +142,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent {
        /**
         * Returns true if the current user can publish these article. 
         * 
-        * @return      boolean
+        * @return      bool
         * @since       5.2
         */
        public function canPublish() {
index bdd4195a7e25fced3e671a7699fb9026cc26b9a6..624b8d8145ec8c973ae0559de95a2e8bce6817b7 100644 (file)
@@ -18,7 +18,7 @@ class CategoryArticleList extends AccessibleArticleList {
         * Creates a new CategoryArticleList object.
         *
         * @param       int|int[]       $categoryID
-        * @param       boolean                 $includeChildCategories
+        * @param       bool                 $includeChildCategories
         * @throws      \InvalidArgumentException
         */
        public function __construct($categoryID, $includeChildCategories = false) {
index 32fbe838396b3d943a1220c1725b595cc7fdbdd4..b8aff7b141a4967b3dbb02e9e103a8a40d0bc26d 100644 (file)
@@ -76,7 +76,7 @@ class ViewableArticle extends DatabaseObjectDecorator {
         * Returns a specific article decorated as viewable article or `null` if it does not exist.
         *
         * @param       int             $articleID
-        * @param       boolean         $enableContentLoading   Enables/disables the loading of article content objects
+        * @param       bool         $enableContentLoading   Enables/disables the loading of article content objects
         * @return      ViewableArticle
         */
        public static function getArticle($articleID, $enableContentLoading = true) {
@@ -171,7 +171,7 @@ class ViewableArticle extends DatabaseObjectDecorator {
        /**
         * Returns true if this article is new for the active user.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isNew() {
                return $this->time > $this->getVisitTime();
@@ -198,7 +198,7 @@ class ViewableArticle extends DatabaseObjectDecorator {
        /**
         * Returns true if one or more labels are assigned to this article.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function hasLabels() {
                return !empty($this->labels);
index 10b8d1750c2afc73aec0af4cb902eb93d273e2b5..2a73057f86904d4feb9c7d371086c4bc299e76f5 100644 (file)
@@ -29,7 +29,7 @@ class ViewableArticleList extends ArticleList {
        
        /**
         * enables/disables the loading of article content objects
-        * @var boolean
+        * @var bool
         */
        protected $contentLoading = true;
        
@@ -102,7 +102,7 @@ class ViewableArticleList extends ArticleList {
        /**
         * Enables/disables the loading of article content objects.
         *
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enableContentLoading($enable = true) {
                $this->contentLoading = $enable;
index 4107c7d6a1ce0adf37d9e3e2f9651079a41f7593..f2fd482ae93f6f03532df4af733d28dd884ac88d 100644 (file)
@@ -171,7 +171,7 @@ class ArticleCategory extends AbstractDecoratedCategory implements IAccessibleOb
        /**
         * Returns true if the active user has subscribed to this category.
         *
-        * @return      boolean
+        * @return      bool
         * @since       5.2
         */
        public function isSubscribed() {
index 253a93e097bceda6cbd12c6d8b7efe69b20e997b..b312f0223b2fdfc5701fdd2fac9c6b7de98d80e0 100644 (file)
@@ -29,7 +29,7 @@ class AdministrativeAttachment extends DatabaseObjectDecorator {
        
        /**
         * true if container object has been loaded
-        * @var boolean
+        * @var bool
         */
        protected $containerObjectLoaded = false;
        
index ee515533410fc485396814ea244efdf509feb266..047386d77267d66921ba3302a4af067cdf99e9b2 100644 (file)
@@ -46,13 +46,13 @@ use wcf\util\StringUtil;
 class Attachment extends DatabaseObject implements ILinkableObject, IRouteController, IThumbnailFile {
        /**
         * indicates if the attachment is embedded
-        * @var boolean
+        * @var bool
         */
        protected $embedded = false;
        
        /**
         * user permissions for attachment access
-        * @var boolean[]
+        * @var bool[]
         */
        protected $permissions = [];
        
@@ -70,7 +70,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
        /**
         * Returns true if a user has the permission to download this attachment.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDownload() {
                return $this->getPermission('canDownload');
@@ -80,7 +80,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
         * Returns true if a user has the permission to view the preview of this
         * attachment.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canViewPreview() {
                return $this->getPermission('canViewPreview');
@@ -90,7 +90,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
         * Returns true if a user has the permission to delete the preview of this
         * attachment.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                return $this->getPermission('canDelete');
@@ -100,7 +100,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
         * Checks permissions.
         * 
         * @param       string          $permission
-        * @return      boolean
+        * @return      bool
         */
        protected function getPermission($permission) {
                if (!isset($this->permissions[$permission])) {
@@ -126,7 +126,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
        /**
         * Sets the permissions for attachment access.
         * 
-        * @param       boolean[]               $permissions
+        * @param       bool[]          $permissions
         */
        public function setPermissions(array $permissions) {
                $this->permissions = $permissions;
@@ -233,7 +233,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
        /**
         * Returns true if this attachment is embedded.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isEmbedded() {
                return $this->embedded;
@@ -242,7 +242,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
        /**
         * Returns true if this attachment should be shown as an image.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function showAsImage() {
                if ($this->isImage) {
@@ -259,7 +259,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
        /**
         * Returns true if this attachment has a thumbnail.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasThumbnail() {
                return ($this->thumbnailType ? true : false);
@@ -268,7 +268,7 @@ class Attachment extends DatabaseObject implements ILinkableObject, IRouteContro
        /**
         * Returns true if this attachment should be shown as a file.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function showAsFile() {
                return !$this->showAsImage();
index e88574df984dab8f1fa1c839c4334e1c43e86791..586d47481df420a3477b9c00ab4c392013a90bc1 100644 (file)
@@ -69,7 +69,7 @@ class GroupedAttachmentList extends AttachmentList {
        /**
         * Sets the permissions for attachment access.
         * 
-        * @param       boolean[]       $permissions
+        * @param       bool[]  $permissions
         */
        public function setPermissions(array $permissions) {
                foreach ($this->objects as $attachment) {
index e068fc0b249c0ada0881945ce850533bed155da8..7bcdb3c391ba5ae53cc34be1084ea7df7570d94c 100644 (file)
@@ -113,7 +113,7 @@ class BBCode extends ProcessibleDatabaseObject implements IRouteController {
         * 
         * @param       string          $bbcodeTag
         * @param       string[]        $allowedBBCodeTags
-        * @return      boolean
+        * @return      bool
         */
        public static function isAllowedBBCode($bbcodeTag, array $allowedBBCodeTags) {
                // check if bbcode is unknown or disabled
@@ -137,7 +137,7 @@ class BBCode extends ProcessibleDatabaseObject implements IRouteController {
        /**
         * Returns true if this BBCode can be deleted.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                if ($this->originIsSystem) {
index e54a4604f1f40002cf7c8f6d4b8b58680a7a5640..ca62a874da99454b8e6ffa093b14e8b7ed23e1a4 100644 (file)
@@ -58,7 +58,7 @@ class BBCodeMediaProvider extends DatabaseObject implements IRouteController {
         * Returns true if given URL is a media URL.
         * 
         * @param       string          $url
-        * @return      boolean
+        * @return      bool
         */
        public static function isMediaURL($url) {
                foreach (static::getCache() as $provider) {
@@ -74,7 +74,7 @@ class BBCodeMediaProvider extends DatabaseObject implements IRouteController {
         * Checks whether this provider matches the given URL.
         * 
         * @param       string          $url
-        * @return      boolean
+        * @return      bool
         */
        public function matches($url) {
                $lines = explode("\n", StringUtil::unifyNewlines($this->regex));
index 981df16869018b2c775cfb32910cbf3899700474..bd6bed4967e0170ceae559bb782972cad209e192 100644 (file)
@@ -158,7 +158,7 @@ class Box extends DatabaseObject {
        /**
         * Returns true if the active user can delete this box.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                if (WCF::getSession()->getPermission('admin.content.cms.canManageBox') && !$this->originIsSystem) {
@@ -288,7 +288,7 @@ class Box extends DatabaseObject {
        /**
         * Returns false if this box has no content.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasContent() {
                if ($this->boxType == 'system') {
@@ -404,7 +404,7 @@ class Box extends DatabaseObject {
        /**
         * Returns true if this box has a link.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function hasLink() {
                if ($this->boxType == 'system') {
@@ -506,7 +506,7 @@ class Box extends DatabaseObject {
        /**
         * Returns true if this box is accessible by current user.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible() {
                return SimpleAclResolver::getInstance()->canAccess('com.woltlab.wcf.box', $this->boxID);
@@ -524,7 +524,7 @@ class Box extends DatabaseObject {
        /**
         * Returns true if an edit button should be displayed for this box.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       5.2
         */
        public function showEditButton() {
index a1f0d902f3c83763b9449ad10d113b879636ed08..9fc35ded6079c5d32a1f8cb07854b4e978e90e4d 100644 (file)
@@ -26,7 +26,7 @@ class BoxList extends DatabaseObjectList {
        
        /**
         * enables/disables the loading of box content objects
-        * @var boolean
+        * @var bool
         */
        protected $contentLoading = false;
        
@@ -62,7 +62,7 @@ class BoxList extends DatabaseObjectList {
        /**
         * Enables/disables the loading of box content objects.
         *
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enableContentLoading($enable = true) {
                $this->contentLoading = $enable;
index 2c83939cb015cf9f646588ae42aee2f26c7c18e0..908fa222976889d860ff8ce2d91e406b2c43216b 100644 (file)
@@ -26,13 +26,13 @@ class BoxContentList extends DatabaseObjectList {
        
        /**
         * enables/disables the loading of box content images
-        * @var boolean
+        * @var bool
         */
        protected $imageLoading = false;
        
        /**
         * enables/disables the loading of embedded objects
-        * @var boolean
+        * @var bool
         */
        protected $embeddedObjectLoading = false;
        
@@ -78,7 +78,7 @@ class BoxContentList extends DatabaseObjectList {
        /**
         * Enables/disables the loading of box content images.
         *
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enableImageLoading($enable = true) {
                $this->imageLoading = $enable;
@@ -87,7 +87,7 @@ class BoxContentList extends DatabaseObjectList {
        /**
         * Enables/disables the loading of embedded objects.
         *
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enableEmbeddedObjectLoading($enable = true) {
                $this->embeddedObjectLoading = $enable;
index 8fb2c0b55ab91044029fe5e50bb737b530635dc9..2997c698a7b1153398800304818f67666680651d 100644 (file)
@@ -33,7 +33,7 @@ class CaptchaQuestion extends DatabaseObject {
         * Returns true if the given user input is an answer to this question.
         * 
         * @param       string          $answer
-        * @return      boolean
+        * @return      bool
         */
        public function isAnswer($answer) {
                $answers = explode("\n", StringUtil::unifyNewlines(WCF::getLanguage()->get($this->answers)));
index 913eee4c3f2795b1ef089d7bee48eb6cb4325784..2337a56331d9b4f66e4ba0b68615699ddcb30576 100644 (file)
@@ -58,7 +58,7 @@ class Category extends ProcessibleDatabaseObject implements IPermissionObject, I
        /**
         * acl permissions of this category for the active user
         * @deprecated
-        * @var boolean[]
+        * @var bool[]
         */
        protected $permissions = null;
        
@@ -71,7 +71,7 @@ class Category extends ProcessibleDatabaseObject implements IPermissionObject, I
        
        /**
         * fallback return value used in Category::getPermission()
-        * @var boolean
+        * @var bool
         */
        protected $defaultPermission = false;
        
@@ -189,7 +189,7 @@ class Category extends ProcessibleDatabaseObject implements IPermissionObject, I
         * Returns true if given category is a parent category of this category.
         * 
         * @param       Category        $category
-        * @return      boolean
+        * @return      bool
         */
        public function isParentCategory(Category $category) {
                return in_array($category, $this->getParentCategories());
index 64a4c329e7b84db4be0fa00cd1b4f9836f236fb2..60c1c31840c589b66e5d21041d2606ed153464f6 100644 (file)
@@ -27,7 +27,7 @@ class CategoryNode extends DatabaseObjectDecorator implements IObjectTreeNode {
         * Returns true if this category is visible in a nested menu item list.
         *
         * @param       AbstractDecoratedCategory        $activeCategory
-        * @return      boolean
+        * @return      bool
         * @since       5.2
         */
        public function isVisibleInNestedList(AbstractDecoratedCategory $activeCategory = null) {
index c6d46cb336971acfeacf710795739eabeb00025c..dec3ef9ade54a0c6d9a895f3dc63d330c69bcc34 100644 (file)
@@ -20,7 +20,7 @@ class CategoryNodeTree implements \IteratorAggregate {
        
        /**
         * if true, disabled categories are also included in the node tree
-        * @var boolean
+        * @var bool
         */
        protected $includeDisabledCategories = false;
        
@@ -59,7 +59,7 @@ class CategoryNodeTree implements \IteratorAggregate {
         * 
         * @param       string                  $objectType
         * @param       int                     $parentCategoryID
-        * @param       boolean                 $includeDisabledCategories
+        * @param       bool                    $includeDisabledCategories
         * @param       int[]           $excludedCategoryIDs
         * @throws      SystemException
         */
@@ -178,7 +178,7 @@ class CategoryNodeTree implements \IteratorAggregate {
         * to be included in this tree.
         * 
         * @param       CategoryNode            $categoryNode
-        * @return      boolean
+        * @return      bool
         */
        protected function isIncluded(CategoryNode $categoryNode) {
                return (!$categoryNode->isDisabled || $this->includeDisabledCategories) && !in_array($categoryNode->categoryID, $this->excludedCategoryIDs);
index 3aff2e710c2f1c8da40daa5172561360386d3f00..26b8f49e93c336895c4395892c62050c8c192648 100644 (file)
@@ -30,13 +30,13 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
        
        /**
         * deletable by current user
-        * @var boolean
+        * @var bool
         */
        public $deletable = false;
        
        /**
         * editable by current user
-        * @var boolean
+        * @var bool
         */
        public $editable = false;
        
@@ -119,7 +119,7 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
        /**
         * Sets deletable state.
         * 
-        * @param       boolean         $deletable
+        * @param       bool            $deletable
         */
        public function setIsDeletable($deletable) {
                $this->deletable = $deletable;
@@ -128,7 +128,7 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
        /**
         * Sets editable state.
         * 
-        * @param       boolean         $editable
+        * @param       bool            $editable
         */
        public function setIsEditable($editable) {
                $this->editable = $editable;
@@ -137,7 +137,7 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
        /**
         * Returns true if the comment is deletable by current user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isDeletable() {
                return $this->deletable;
@@ -146,7 +146,7 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
        /**
         * Returns true if the comment is editable by current user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isEditable() {
                return $this->editable;
index 070c3538b971fd687a8a3befac63837ab2126428..0795166e1222f65c04a305c311ad0800d7f93a2c 100644 (file)
@@ -68,7 +68,7 @@ class StructuredCommentList extends CommentList {
        
        /**
         * enables/disables the loading of responses
-        * @var boolean
+        * @var bool
         */
        public $responseLoading = true;
        
index b10f59f12b59575b1313c3490eb866df3f7b320c..2168b147afd4d261b5ecac008d8b2889dc24ca52 100644 (file)
@@ -23,13 +23,13 @@ class StructuredCommentResponse extends DatabaseObjectDecorator {
        
        /**
         * deletable by current user
-        * @var boolean
+        * @var bool
         */
        public $deletable = false;
        
        /**
         * editable for current user
-        * @var boolean
+        * @var bool
         */
        public $editable = false;
        
@@ -93,7 +93,7 @@ class StructuredCommentResponse extends DatabaseObjectDecorator {
        /**
         * Sets deletable state.
         * 
-        * @param       boolean         $deletable
+        * @param       bool            $deletable
         */
        public function setIsDeletable($deletable) {
                $this->deletable = $deletable;
@@ -102,7 +102,7 @@ class StructuredCommentResponse extends DatabaseObjectDecorator {
        /**
         * Sets editable state.
         * 
-        * @param       boolean         $editable
+        * @param       bool            $editable
         */
        public function setIsEditable($editable) {
                $this->editable = $editable;
@@ -111,7 +111,7 @@ class StructuredCommentResponse extends DatabaseObjectDecorator {
        /**
         * Returns true if the response is deletable by current user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isDeletable() {
                return $this->deletable;
@@ -120,7 +120,7 @@ class StructuredCommentResponse extends DatabaseObjectDecorator {
        /**
         * Returns true if the response is editable by current user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isEditable() {
                return $this->editable;
index 8af9cbb2001c297055ada9fe904d9754b6e267ed..07bc5fcca00bcc20b4824721e76603b31dcbdab0 100644 (file)
@@ -98,7 +98,7 @@ class Cronjob extends DatabaseObject {
        /**
         * Returns true if current user may edit this cronjob.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isEditable() {
                return $this->canBeEdited;
@@ -107,7 +107,7 @@ class Cronjob extends DatabaseObject {
        /**
         * Returns true if current user may delete this cronjob.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isDeletable() {
                return $this->canBeEdited && $this->canBeDisabled;
@@ -116,7 +116,7 @@ class Cronjob extends DatabaseObject {
        /**
         * Returns true if current user may enable or disable this cronjob.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canBeDisabled() {
                return $this->canBeDisabled;
index c7164b45ab1aa12841fb1fdefe196d2a418416d5..7727907c77704f8b64093b38650516b0c526e82a 100644 (file)
@@ -73,7 +73,7 @@ abstract class CustomOption extends Option implements ITitledObject {
        /**
         * Returns true if the option is visible
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isVisible() {
                return !$this->isDisabled;
@@ -121,7 +121,7 @@ abstract class CustomOption extends Option implements ITitledObject {
        /**
         * Returns the formatted value of this option.
         * 
-        * @param       boolean         $forcePlaintext
+        * @param       bool         $forcePlaintext
         * @return      string
         */
        public function getFormattedOptionValue($forcePlaintext = false) {
@@ -190,7 +190,7 @@ abstract class CustomOption extends Option implements ITitledObject {
         * Returns true if this option can be deleted, defaults to false for
         * options created through the package system.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                return !$this->originIsSystem;
@@ -199,7 +199,7 @@ abstract class CustomOption extends Option implements ITitledObject {
        /**
         * Returns true if this option represents a message-type value.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isMessage() {
                return ($this->optionType === 'textarea' || $this->optionType === 'message');
index a86a00b3b176ec6eae5a689c80c302d2275f9362..61223865f2e087a55533d296fc5d12957bbb1f9f 100644 (file)
@@ -33,7 +33,7 @@ class DevtoolsProject extends DatabaseObject {
        protected $didFetchPackage = false;
        
        /**
-        * @var boolean
+        * @var bool
         */
        protected $isCore;
        
@@ -72,7 +72,7 @@ class DevtoolsProject extends DatabaseObject {
         * Validates the repository and returns the first error message, or
         * an empty string on success.
         * 
-        * @param boolean $pathOnly
+        * @param bool $pathOnly
         * @return      string
         */
        public function validate($pathOnly = false) {
@@ -90,7 +90,7 @@ class DevtoolsProject extends DatabaseObject {
        /**
         * Returns true if this project appears to be `WoltLab Suite Core`.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isCore() {
                if ($this->isCore === null) {
@@ -239,7 +239,7 @@ class DevtoolsProject extends DatabaseObject {
         * Returns true if the path appears to point to `WoltLab Suite Core`.
         * 
         * @param       string          $path
-        * @return      boolean
+        * @return      bool
         */
        public static function pathIsCore($path) {
                return (is_dir($path . 'com.woltlab.wcf') && file_exists($path . 'com.woltlab.wcf/package.xml'));
index 8a4bb265e2771bc5261b91e1638e39e14ef68c41..e4eb0156c50df2bb1d58ddedf691c623ca14f982 100644 (file)
@@ -83,7 +83,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
         * Returns true, if label is known.
         * 
         * @param       int             $labelID
-        * @return      boolean
+        * @return      bool
         */
        public function isValid($labelID) {
                return isset($this->labels[$labelID]);
@@ -95,7 +95,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
         *
         * @param       int             $optionID
         * @param       User            $user
-        * @return      boolean
+        * @return      bool
         */
        public function getPermission($optionID, User $user = null) {
                if ($user === null) $user = WCF::getUser();
@@ -237,7 +237,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
        /**
         * Returns true if any permissions have been set for this label group.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasPermissions() {
                return !empty($this->permissions['group']) || !empty($this->permissions['user']);
index 1916940aef37b69096674b06f0812d4a78631a84..987a443a0f6a915df8e07dac3cbb9e2b1cce3606 100644 (file)
@@ -84,7 +84,7 @@ class Language extends DatabaseObject {
         * Returns a single language variable.
         * 
         * @param       string          $item
-        * @param       boolean         $optional
+        * @param       bool            $optional
         * @return      string
         */
        public function get($item, $optional = false) {
@@ -145,7 +145,7 @@ class Language extends DatabaseObject {
         * 
         * @param       string          $item
         * @param       array           $variables
-        * @param       boolean         $optional
+        * @param       bool            $optional
         * @return      string          result
         */
        public function getDynamicVariable($item, array $variables = [], $optional = false) {
@@ -205,7 +205,7 @@ class Language extends DatabaseObject {
         * Loads category files.
         * 
         * @param       string          $category
-        * @return      boolean
+        * @return      bool
         */
        protected function loadCategory($category) {
                if (!LanguageFactory::getInstance()->isValidCategory($category)) {
@@ -245,7 +245,7 @@ class Language extends DatabaseObject {
         * Returns true if given items includes template scripting.
         * 
         * @param       string          $item
-        * @return      boolean
+        * @return      bool
         */
        public function isDynamicItem($item) {
                if (isset($this->dynamicItems[$item])) {
index 089c5918c31fdb7beecf5433dddd586f8f53c760..e5d7e439cbc755ec42982a7c54bb2b8e6813fefd 100644 (file)
@@ -120,7 +120,7 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
         * Exports this language.
         * 
         * @param       int[]   $packageIDArray
-        * @param       boolean         $exportCustomValues
+        * @param       bool            $exportCustomValues
         */
        public function export($packageIDArray = [], $exportCustomValues = false) {
                $conditions = new PreparedStatementConditionBuilder();
@@ -236,8 +236,8 @@ class LanguageEditor extends DatabaseObjectEditor implements IEditableCachedObje
         * 
         * @param       XML             $xml
         * @param       int             $packageID
-        * @param       boolean         $updateFiles
-        * @param       boolean         $updateExistingItems
+        * @param       bool            $updateFiles
+        * @param       bool            $updateExistingItems
         * @throws      \InvalidArgumentException       if given XML file is invalid
         */
        public function updateFromXML(XML $xml, $packageID, $updateFiles = true, $updateExistingItems = true) {
index 03da869ad2718e6ba5231268a1fb6b0ed4fc1173..b1ecfa1a341aae21ccfb4a03fc771a12fb8973bd 100644 (file)
@@ -16,7 +16,7 @@ interface ILikeObjectTypeProvider extends IObjectTypeProvider {
         * Returns true if the active user can access the given likeable object.
         * 
         * @param       ILikeObject     $object
-        * @return      boolean
+        * @return      bool
         */
        public function checkPermissions(ILikeObject $object);
 }
index fcd9fdb8fdf183060d1e541002393dd218e1acc6..083e6052a334d26beadd8954daf194c3524731da 100644 (file)
@@ -17,7 +17,7 @@ interface IRestrictedLikeObjectTypeProvider extends ILikeObjectTypeProvider {
         * Returns true if the active user can like the provided object.
         * 
         * @param       ILikeObject     $object
-        * @return      boolean
+        * @return      bool
         */
        public function canLike(ILikeObject $object);
        
@@ -25,7 +25,7 @@ interface IRestrictedLikeObjectTypeProvider extends ILikeObjectTypeProvider {
         * Returns true if the active user can view the likes of to the provided object.
         * 
         * @param       ILikeObject     $object
-        * @return      boolean
+        * @return      bool
         */
        public function canViewLikes(ILikeObject $object);
 }
index db580a30fc11a6416d803e2f2b0e0bd44db1b729..ad94790dd46080ebd5d3b0bb46cf4daee56ba254 100644 (file)
@@ -96,7 +96,7 @@ class Like extends DatabaseObject {
        /**
         * Returns true, if like value is a like.
         *
-        * @return      boolean
+        * @return      bool
         * @deprecated  5.2
         */
        public function isLike() {
@@ -106,7 +106,7 @@ class Like extends DatabaseObject {
        /**
         * Returns true, if like value is a dislike.
         *
-        * @return      boolean
+        * @return      bool
         * @deprecated  5.2
         */
        public function isDislike() {
index ab6b643a3b8dc3c293db276d1d7b7393b662ff1a..8dbde7c4bec786f91b099c50a8da009c7a6ae46e 100644 (file)
@@ -31,7 +31,7 @@ class ViewableLike extends DatabaseObjectDecorator {
        
        /**
         * accessible by current user
-        * @var boolean
+        * @var bool
         */
        protected $isAccessible = false;
        
@@ -64,7 +64,7 @@ class ViewableLike extends DatabaseObjectDecorator {
        /**
         * Returns true if like is accessible by current user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible() {
                return $this->isAccessible;
index d36d7d0ab970264fb2e3a78261e8ff347dda4c1a..956923253751a5b7669974e35528a79cd3d80fe4 100644 (file)
@@ -206,7 +206,7 @@ class Media extends DatabaseObject implements ILinkableObject, IRouteController,
        /**
         * Returns true if the media file can be accessed by the active user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible() {
                if ($this->canManage()) {
@@ -237,7 +237,7 @@ class Media extends DatabaseObject implements ILinkableObject, IRouteController,
         * Returns true if a thumbnail version with the given size is available.
         *
         * @param       string          $size
-        * @return      boolean
+        * @return      bool
         * @throws      \InvalidArgumentException
         */
        public function hasThumbnail($size) {
index 6bd4c32691cea8cab5bdc2165cdd1a69fb8ccd9c..0d8b83e4c95c3da5ff22649a2394e2cd9b5c7f52 100644 (file)
@@ -37,7 +37,7 @@ class Menu extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if the active user can delete this menu.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                if (WCF::getSession()->getPermission('admin.content.cms.canManageMenu') && !$this->originIsSystem) {
@@ -59,7 +59,7 @@ class Menu extends DatabaseObject implements ITitledObject {
        /**
         * Returns false if this menu has no content (has menu items).
         *
-        * @return      boolean
+        * @return      bool
         */
        public function hasContent() {
                return $this->getMenuItemNodeTree()->getVisibleItemCount() > 0;
index cad60af545f74e5eaa41e3e2ca859634ab49d75c..2dcf7ff31ce10765fd7317b05a14ce8514e3b6ce 100644 (file)
@@ -55,7 +55,7 @@ class MenuItem extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if the active user can delete this menu item.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                if (WCF::getSession()->getPermission('admin.content.cms.canManageMenu') && !$this->originIsSystem) {
@@ -68,7 +68,7 @@ class MenuItem extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if the active user can disable this menu item.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function canDisable() {
                if (WCF::getSession()->getPermission('admin.content.cms.canManageMenu')) {
@@ -115,7 +115,7 @@ class MenuItem extends DatabaseObject implements ITitledObject {
        /**
         * Returns false if this item should be hidden from menu.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isVisible() {
                if ($this->isDisabled) {
@@ -154,7 +154,7 @@ class MenuItem extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if this item is an external link.
         * 
-        * @return boolean
+        * @return bool
         */
        public function isExternalLink() {
                return ($this->externalURL ? !ApplicationHandler::getInstance()->isInternalURL($this->externalURL) : false);
index 55f1896e3af4eb66516a734ac324cdbafe3a8966..77fdfa01f027571af146a2f21eb2b6548badb71a 100644 (file)
@@ -29,7 +29,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
        
        /**
         * true if item or one of its children is active
-        * @var boolean
+        * @var bool
         */
        protected $isActive = false;
        
@@ -97,7 +97,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
        /**
         * Returns true if this element is the last sibling.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isLastSibling() {
                foreach ($this->parentNode as $key => $child) {
@@ -140,7 +140,7 @@ class MenuItemNode extends DatabaseObjectDecorator implements \Countable, \Recur
        /**
         * Returns true if this item (or one of its children) is marked as active.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isActiveNode() {
                return $this->isActive;
index 398f287cf70797405489dbbcd321a2e31b4b9919..5c89941ae440928ecf74ebf3f20994dce932078a 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\request\RequestHandler;
 class MenuItemNodeTree {
        /**
         * if `false`, individual menu item visibility will not be checked
-        * @var boolean
+        * @var bool
         */
        public $checkVisibility;
        
@@ -54,7 +54,7 @@ class MenuItemNodeTree {
         * 
         * @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
+        * @param       bool            $checkVisibility        if `false`, individual menu item visibility will not be checked
         */
        public function __construct($menuID, MenuItemList $menuItemList = null, $checkVisibility = true) {
                $this->menuID = $menuID;
index 17cdb74b1b927160dbe091a0a6ca96936102c5f5..ba6506edb7f269ba4274bdedc7b8ab92bfe6f65d 100644 (file)
@@ -23,7 +23,7 @@ use wcf\system\WCF;
  * @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
+ * @property-read      bool            $markAsJustified        true if the report was closed, but it was actually justified and other actions may have been taken
  */
 class ModerationQueue extends DatabaseObject {
        // states of column 'status'
@@ -64,7 +64,7 @@ class ModerationQueue extends DatabaseObject {
        /**
         * Returns true if current user can edit this moderation queue.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canEdit() {
                $sql = "SELECT  isAffected
@@ -84,7 +84,7 @@ class ModerationQueue extends DatabaseObject {
        /**
         * Returns true, if this queue is done.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isDone() {
                return ($this->status == self::STATUS_DONE || $this->status == self::STATUS_CONFIRMED || $this->status == self::STATUS_REJECTED);
index 878284dfb090c23228ea038aa8485453c6c762a7..62afbff8ec19b6bbec7a3144c58cdc94147c6719 100644 (file)
@@ -47,7 +47,7 @@ class ModerationQueueEditor extends DatabaseObjectEditor {
        /**
         * Marks this entry as rejected, e.g. report was unjustified or content approval was denied.
         * 
-        * @param       boolean         $markAsJustified
+        * @param       bool         $markAsJustified
         */
        public function markAsRejected($markAsJustified = false) {
                $data = ['status' => ModerationQueue::STATUS_REJECTED];
index b65e13a4e9bee0975358f4580627b79ae168df72..93642c6ca1f9b029720e1e810752a726b50b8a84 100644 (file)
@@ -38,7 +38,7 @@ class ViewableModerationQueue extends DatabaseObjectDecorator implements ILinkab
        
        /**
         * true, if associated object was deleted
-        * @var boolean
+        * @var bool
         */
        protected $isOrphaned = false;
        
@@ -126,7 +126,7 @@ class ViewableModerationQueue extends DatabaseObjectDecorator implements ILinkab
        /**
         * Returns true if associated object was removed.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isOrphaned() {
                return $this->isOrphaned;
@@ -182,7 +182,7 @@ class ViewableModerationQueue extends DatabaseObjectDecorator implements ILinkab
        /**
         * Returns true if this queue item is new for the active user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isNew() {
                if ($this->time > max(VisitTracker::getInstance()->getVisitTime('com.woltlab.wcf.moderation.queue'), VisitTracker::getInstance()->getObjectVisitTime('com.woltlab.wcf.moderation.queue', $this->queueID))) return true;
index d98237b025fad8699b3cab6aa1b5e7b182ff24da..56508afdf7ea1b2bdb41f5eea8316e684f03bfc9 100644 (file)
@@ -28,7 +28,7 @@ use wcf\util\StringUtil;
 class Notice extends DatabaseObject implements IRouteController {
        /**
         * true if the active user has dismissed the notice
-        * @var boolean
+        * @var bool
         */
        protected $isDismissed = null;
        
@@ -72,7 +72,7 @@ class Notice extends DatabaseObject implements IRouteController {
        /**
         * Returns true if the active user has dismissed the notice.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isDismissed() {
                if (!$this->isDismissible) return false;
index e1a91b38ba69ebd69c4793f1dc0a08dfd7719945..f1aca18b523e56c6ff1c983f7a7ca2be88496d40 100644 (file)
@@ -181,7 +181,7 @@ class Option extends DatabaseObject {
        /**
         * Returns true if option is visible
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isVisible() {
                return !$this->hidden;
index f24680f462db4902307e4cd58d95b6e24b509d31..08572033566a8d9987a9ceedcbb13d67cdfb0aa7 100644 (file)
@@ -94,7 +94,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
        /**
         * Returns true if this package is required by other packages.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isRequired() {
                self::loadRequirements();
@@ -105,7 +105,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
        /**
         * Returns true if package is a plugin.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isPlugin() {
                if ($this->isApplication) {
@@ -203,7 +203,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
        /**
         * Returns true if current user can uninstall this package.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canUninstall() {
                if (!WCF::getSession()->getPermission('admin.configuration.package.canUninstallPackage')) {
@@ -294,7 +294,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
         * Returns true if package identified by $package is already installed.
         * 
         * @param       string          $package
-        * @return      boolean
+        * @return      bool
         */
        public static function isAlreadyInstalled($package) {
                $sql = "SELECT  COUNT(*)
@@ -322,7 +322,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
         * the respective package.
         * 
         * @param       string          $packageName
-        * @return      boolean         isValid
+        * @return      bool            isValid
         */
        public static function isValidPackageName($packageName) {
                if (mb_strlen($packageName) < 3 || mb_strlen($packageName) > 191) {
@@ -341,7 +341,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
         *      3.1.7 rC 4
         * 
         * @param       string          $version
-        * @return      boolean
+        * @return      bool
         */
        public static function isValidVersion($version) {
                return preg_match('~^([0-9]+)\.([0-9]+)\.([0-9]+)(\ (a|alpha|b|beta|d|dev|rc|pl)\ ([0-9]+))?$~is', $version);
@@ -360,7 +360,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
         * 
         * @param       string          $currentVersion
         * @param       string          $fromVersion
-        * @return      boolean
+        * @return      bool
         */
        public static function checkFromversion($currentVersion, $fromVersion) {
                if (mb_strpos($fromVersion, '*') !== false) {
@@ -386,7 +386,7 @@ class Package extends DatabaseObject implements ILinkableObject, IRouteControlle
         * @param       string          $version1
         * @param       string          $version2
         * @param       string          $operator
-        * @return      boolean         result
+        * @return      bool            result
         * @see http://www.php.net/manual/en/function.version-compare.php
         */
        public static function compareVersion($version1, $version2, $operator = null) {
index fdce116c320c6a44a0830e82a62893e59988876b..980ae488c3335283c120dfaff00ee53007ffd70b 100644 (file)
@@ -142,7 +142,7 @@ class PackageAction extends AbstractDatabaseObjectAction {
        /**
         * Renders the authentication dialog.
         * 
-        * @param       boolean         $rejected
+        * @param       bool            $rejected
         * @return      string
         */
        protected function renderAuthorizationDialog($rejected) {
index a97d93b105e2403d516ee3d59e35e766c34f6a06..6f2d5c7fd61f8924c1d2b784147c08a8bc3255f2 100644 (file)
@@ -122,7 +122,7 @@ class PackageUpdateServer extends DatabaseObject {
         * Returns true if the given server url is valid.
         * 
         * @param       string          $serverURL
-        * @return      boolean
+        * @return      bool
         */
        public static function isValidServerURL($serverURL) {
                $parsedURL = Url::parse($serverURL);
@@ -170,7 +170,7 @@ class PackageUpdateServer extends DatabaseObject {
         * @param       int             $packageUpdateServerID
         * @param       string          $username
         * @param       string          $password
-        * @param       boolean         $saveCredentials
+        * @param       bool            $saveCredentials
         */
        public static function storeAuthData($packageUpdateServerID, $username, $password, $saveCredentials = false) {
                $packageUpdateAuthData = @unserialize(WCF::getSession()->getVar('packageUpdateAuthData'));
@@ -216,7 +216,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Returns the list endpoint for package servers.
         * 
-        * @param       boolean         $forceHTTP
+        * @param       bool            $forceHTTP
         * @return      string
         */
        public function getListURL($forceHTTP = false) {
@@ -264,7 +264,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Returns true if a request to this server would make use of a secure connection.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function attemptSecureConnection() {
                if ($this->apiVersion == '2.0') {
@@ -282,7 +282,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Returns whether the current user may delete this update server.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public final function canDelete() {
@@ -292,7 +292,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Returns whether the current user may disable this update server.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public final function canDisable() {
@@ -302,7 +302,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Returns true if the host is `update.woltlab.com`.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public final function isWoltLabUpdateServer() {
                return Url::parse($this->serverURL)['host'] === 'update.woltlab.com';
@@ -311,7 +311,7 @@ class PackageUpdateServer extends DatabaseObject {
        /**
         * Returns true if the host is `store.woltlab.com`.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public final function isWoltLabStoreServer() {
                return Url::parse($this->serverURL)['host'] === 'store.woltlab.com';
@@ -328,7 +328,7 @@ class PackageUpdateServer extends DatabaseObject {
         * Example:
         *   define('UPDATE_SERVER_TRUSTED_MIRROR', 'mirror.example.com');
         * 
-        * @return      boolean
+        * @return      bool
         */
        public final function isTrustedServer() {
                $host = Url::parse($this->serverURL)['host'];
index c4ca695dcd82b39f47eb6646862b9a5bd66d2439..02cda635c60b30c1e0763a4b0bb4377b42237f9b 100644 (file)
@@ -88,7 +88,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
        /**
         * Returns true if the active user can delete this page.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                if (WCF::getSession()->getPermission('admin.content.cms.canManagePage') && !$this->originIsSystem && !$this->isLandingPage) {
@@ -101,7 +101,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
        /**
         * Returns true if the active user can disable this page.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function canDisable() {
                if (WCF::getSession()->getPermission('admin.content.cms.canManagePage') && (!$this->originIsSystem || $this->pageType != 'system') && !$this->isLandingPage) {
@@ -228,7 +228,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
         * Returns false if this page should be hidden from menus, but does not control the accessibility
         * of the page itself.
         *
-        * @return      boolean         false if the page should be hidden from menus
+        * @return      bool            false if the page should be hidden from menus
         */
        public function isVisible() {
                if ($this->isDisabled) return false;
@@ -241,7 +241,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
        /**
         * Returns true if this page is accessible by current user.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible() {
                return SimpleAclResolver::getInstance()->canAccess('com.woltlab.wcf.page', $this->pageID);
index 956247aaba58885073823fc72f20a8d3a1133ff7..a1321a1eefa7ce0b2e90a0b1beb05391e1e17f92 100644 (file)
@@ -60,7 +60,7 @@ class PageEditor extends DatabaseObjectEditor implements IEditableCachedObject {
         * @param       string          $customURL
         * @param       int         $packageID
         *
-        * @return      boolean
+        * @return      bool
         */
        public static function isUniqueCustomUrl($customURL, $packageID = 1) {
                // check controller
index 5bae326edb314eb2bb26c35932d8132751b2c5dd..b6fbfba02e6de8e635124ed5852ea64f6248b7f7 100644 (file)
@@ -30,7 +30,7 @@ use wcf\system\WCF;
 class Poll extends DatabaseObject {
        /**
         * participation status
-        * @var boolean
+        * @var bool
         */
        protected $isParticipant = false;
        
@@ -65,7 +65,7 @@ class Poll extends DatabaseObject {
        /**
         * Returns a list of poll options.
         * 
-        * @param       boolean         $isResultDisplay
+        * @param       bool            $isResultDisplay
         * @return      PollOption[]
         */
        public function getOptions($isResultDisplay = false) {
@@ -93,7 +93,7 @@ class Poll extends DatabaseObject {
        /**
         * Returns true if current user is a participant.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isParticipant() {
                $this->loadOptions();
@@ -123,7 +123,7 @@ class Poll extends DatabaseObject {
        /**
         * Returns true if poll is already finished.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isFinished() {
                return ($this->endTime && $this->endTime <= TIME_NOW);
@@ -132,7 +132,7 @@ class Poll extends DatabaseObject {
        /**
         * Returns true if current user can vote.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canVote() {
                // guest voting is not possible
@@ -164,7 +164,7 @@ class Poll extends DatabaseObject {
        /**
         * Returns true if current user can see the result.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canSeeResult() {
                if ($this->isFinished() || $this->isParticipant() || !$this->resultsRequireVote) {
@@ -177,7 +177,7 @@ class Poll extends DatabaseObject {
        /**
         * Returns true if current user can view the participant list.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canViewParticipants() {
                if ($this->canSeeResult() && $this->isPublic) {
index 2fceb6d0c6a8826fa799060370ecff4c85f7cfc5..05eafdd09bc567015395c8ebd64c61d6eb237657 100644 (file)
@@ -20,7 +20,7 @@ use wcf\data\DatabaseObject;
 class PollOption extends DatabaseObject {
        /**
         * true, if option was selected by current user
-        * @var boolean
+        * @var bool
         */
        public $selected = false;
        
index abcac8c100b8268ea258baf4e47f5c609e35b011..381c166e01772fba552382f3b1dd6e0c4615d123 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\WCF;
  * @property-read      string          $title
  * @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
+ * @property-read      bool            $isAssignable           `1`, if the reaction can be assigned
  */
 class ReactionType extends DatabaseObject implements ITitledObject {
        /**
index 986ffeb761e356fe46a071bc9d39b75a7db32700..cd5b04f5a527b2d89292cbaacab5ec664a3687c8 100644 (file)
@@ -95,7 +95,7 @@ class Style extends DatabaseObject {
         * in emails)
         * 
         * @param       string          $variableName
-        * @param       boolean         $toHex
+        * @param       bool            $toHex
         * @return      string
         */
        public function getVariable($variableName, $toHex = false) {
@@ -266,7 +266,7 @@ class Style extends DatabaseObject {
         * Returns the path to a favicon-related file.
         * 
         * @param       string          $filename       name of the file
-        * @param       boolean         $absolutePath   if `true`, the absolute path is returned, otherwise the path relative to WCF is returned
+        * @param       bool            $absolutePath   if `true`, the absolute path is returned, otherwise the path relative to WCF is returned
         * @return      string
         */
        protected function getFaviconPath($filename, $absolutePath = true) {
index 716bb527ec9f5590080023221abbe614ef0c816c..a9e36cd4a179aff3f0faeb96d2d887fc42006f8c 100644 (file)
@@ -172,7 +172,7 @@ class StyleAction extends AbstractDatabaseObjectAction implements IToggleAction
         * Updates style variables for given style.
         * 
         * @param       Style           $style
-        * @param       boolean         $removePreviousVariables
+        * @param       bool            $removePreviousVariables
         */
        protected function updateVariables(Style $style, $removePreviousVariables = false) {
                if (!isset($this->parameters['variables']) || !is_array($this->parameters['variables'])) {
index 6d97c953c2d2f4961c029bafaf556f94d67dd334..fbee4199fc61b01ce7c27a55ac3966bce8cd9161 100644 (file)
@@ -350,7 +350,7 @@ class StyleEditor extends DatabaseObjectEditor implements IEditableCachedObject
         * @param       string          $filename
         * @param       int             $packageID
         * @param       StyleEditor     $style
-        * @param       boolean         $skipFontDownload
+        * @param       bool            $skipFontDownload
         * @return      StyleEditor
         */
        public static function import($filename, $packageID = 1, StyleEditor $style = null, $skipFontDownload = false) {
@@ -762,8 +762,8 @@ class StyleEditor extends DatabaseObjectEditor implements IEditableCachedObject
        /**
         * Exports this style.
         * 
-        * @param       boolean         $templates
-        * @param       boolean         $images
+        * @param       bool            $templates
+        * @param       bool            $images
         * @param       string          $packageName
         */
        public function export($templates = false, $images = false, $packageName = '') {
index 3eb8f565b6a59196253b210a54697bb2c38cb645..fca65991853304c44609707cf628210d046ffb3a 100644 (file)
@@ -92,7 +92,7 @@ class Template extends DatabaseObject {
         * Returns true if current template is considered system critical and
         * may not be customized at any point.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canCopy() {
                if (self::isSystemCritical($this->templateName)) {
@@ -109,7 +109,7 @@ class Template extends DatabaseObject {
         * may not be customized at any point.
         * 
         * @param       string          $templateName
-        * @return      boolean
+        * @return      bool
         */
        public static function isSystemCritical($templateName) {
                return in_array($templateName, self::$systemCriticalTemplates);
index fa834c06bf54808f103833168417e7dc1db8ed8e..a6513677f7402144b73d5f5a8f746b5ac4a880cb 100644 (file)
@@ -33,7 +33,7 @@ class TemplateGroup extends DatabaseObject {
         * Returns whether the template group is immutable (i.e. whether it's the email
         * template group).
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isImmutable() {
                return $this->templateGroupFolderName === '_wcf_email/';
index 5c11f38f3284c9b3bc85b8f90119333556220830..81f64c07137c0b7d82a76b27465744046c8c5642 100644 (file)
@@ -85,7 +85,7 @@ class Trophy extends DatabaseObject implements ITitledLinkObject, IRouteControll
         * Renders a trophy. 
         * 
         * @param       int             $size
-        * @param       boolean         $showTooltip
+        * @param       bool            $showTooltip
         * @return      string
         */
        public function renderTrophy($size = self::DEFAULT_SIZE, $showTooltip = false) {
@@ -137,7 +137,7 @@ class Trophy extends DatabaseObject implements ITitledLinkObject, IRouteControll
        /**
         * Returns true if the current trophy is disabled. Returns also true if the trophy category is disabled. 
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isDisabled() {
                if ($this->isDisabled) {
index df6ac00799ecdf67e3bd76dca75962608ca580ca..af4e8ee2d9b86104cc59b706bf1ef69b5f6f1ef7 100644 (file)
@@ -63,7 +63,7 @@ class TrophyCategory extends AbstractDecoratedCategory implements ITitledLinkObj
        /**
         * Returns the trophies for the category. 
         * 
-        * @param       boolean         $includeDisabled 
+        * @param       bool    $includeDisabled 
         * @return      Trophy[]
         */
        public function getTrophies($includeDisabled = false) {
index d5f858efa3823085deec475bfd937ad66ee260b6..18c28625144bda0e33aac0a788f2d46d0e7b43be 100644 (file)
@@ -84,7 +84,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        
        /**
         * true, if user has access to the ACP
-        * @var boolean
+        * @var bool
         */
        protected $hasAdministrativePermissions;
        
@@ -140,7 +140,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
         * Returns true if the given password is the correct password for this user.
         * 
         * @param       string          $password
-        * @return      boolean         password correct
+        * @return      bool            password correct
         */
        public function checkPassword($password) {
                $isValid = false;
@@ -188,7 +188,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
+        * @param       bool            $skipCache
         * @return      int[]
         */
        public function getGroupIDs($skipCache = false) {
@@ -267,7 +267,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
         * Returns the value of the user option with the given name.
         * 
         * @param       string          $name           user option name
-        * @param       boolean         $filterDisabled suppress values for disabled options
+        * @param       bool         $filterDisabled suppress values for disabled options
         * @return      mixed                           user option value
         */
        public function getUserOption($name, $filterDisabled = false) {
@@ -395,7 +395,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true if this user is marked.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isMarked() {
                $markedUsers = WCF::getSession()->getVar('markedUsers');
@@ -409,7 +409,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true if the email is confirmed.
         *
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public function isEmailConfirmed() {
@@ -488,7 +488,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true if the active user can edit this user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canEdit() {
                return (WCF::getSession()->getPermission('admin.user.canEditUser') && UserGroup::isAccessibleGroup($this->getGroupIDs()));
@@ -497,7 +497,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true, if this user has access to the ACP.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasAdministrativeAccess() {
                if ($this->hasAdministrativePermissions === null) {
@@ -575,7 +575,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
         * Returns the social network privacy settings of the user.
         * @deprecated 3.0
         * 
-        * @return      boolean[]
+        * @return      bool[]
         */
        public function getSocialNetworkPrivacySettings() {
                return [
@@ -602,7 +602,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true, if this user can purchase paid subscriptions.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function canPurchasePaidSubscriptions() {
                return WCF::getUser()->userID && !$this->pendingActivation();
@@ -644,7 +644,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true if this user is not activated.
         *
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public function pendingActivation() {
@@ -654,7 +654,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true if this user requires activation by the user.
         *
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public function requiresEmailActivation() {
@@ -664,7 +664,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true if this user requires the activation by an admin.
         *
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public function requiresAdminActivation() {
@@ -674,7 +674,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true if this user can confirm the email themself.
         *
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public function canEmailConfirm() {
@@ -684,7 +684,7 @@ final class User extends DatabaseObject implements IPopoverObject, IRouteControl
        /**
         * Returns true, if the user must confirm his email by themself. 
         * 
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public function mustSelfEmailConfirm() {
index 81038de9c1ececfc47b6214c58a1421050a33cf3..ad6194502225f7f05cd4cb7376f3cb08eee558d9 100644 (file)
@@ -78,7 +78,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio
        /**
         * Validates accessible groups.
         * 
-        * @param       boolean         $ignoreOwnUser
+        * @param       bool            $ignoreOwnUser
         * @throws      PermissionDeniedException
         * @throws      UserInputException
         */
index 8ba5e444a35381dafef0001308644cabe26de220..a0b542380dfbe1d44c4c452099fd570db6e18f88 100644 (file)
@@ -172,8 +172,8 @@ class UserEditor extends DatabaseObjectEditor implements IEditableCachedObject {
         * Adds a user to the groups he should be in.
         * 
         * @param       array           $groupIDs
-        * @param       boolean         $deleteOldGroups
-        * @param       boolean         $addDefaultGroups
+        * @param       bool            $deleteOldGroups
+        * @param       bool            $addDefaultGroups
         */
        public function addToGroups(array $groupIDs, $deleteOldGroups = true, $addDefaultGroups = true) {
                // add default groups
@@ -250,7 +250,7 @@ class UserEditor extends DatabaseObjectEditor implements IEditableCachedObject {
         * Saves the visible languages of a user.
         * 
         * @param       array           $languageIDs
-        * @param       boolean         $deleteOldLanguages
+        * @param       bool            $deleteOldLanguages
         */
        public function addToLanguages(array $languageIDs, $deleteOldLanguages = true) {
                // remove previous languages
index ad7a2fe94a7f1b35cd01ce3f55dd3426ec9f515e..0af8657209cdea6319ac71d89483a7d7b0b64ec5 100644 (file)
@@ -259,7 +259,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
         * Returns true if current user is following given user id.
         * 
         * @param       int             $userID
-        * @return      boolean
+        * @return      bool
         */
        public function isFollowing($userID) {
                return in_array($userID, $this->getFollowingUsers());
@@ -269,7 +269,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
         * Returns true if given user ids follows current user.
         * 
         * @param       int             $userID
-        * @return      boolean
+        * @return      bool
         */
        public function isFollower($userID) {
                return in_array($userID, $this->getFollowers());
@@ -279,7 +279,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
         * Returns true if given user is ignored.
         *
         * @param       int             $userID
-        * @return      boolean
+        * @return      bool
         */
        public function isIgnoredUser($userID) {
                return in_array($userID, $this->getIgnoredUsers());
@@ -289,7 +289,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
         * Returns true if the given user ignores the current user.
         * 
         * @param       int             $userID
-        * @return      boolean
+        * @return      bool
         */
        public function isIgnoredByUser($userID) {
                return in_array($userID, $this->getIgnoredByUsers());
@@ -349,7 +349,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if the active user can view the avatar of this user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canSeeAvatar() {
                return (
@@ -362,7 +362,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns the user's cover photo.
         * 
-        * @param       boolean         $isACP          override ban on cover photo
+        * @param       bool         $isACP          override ban on cover photo
         * @return      IUserCoverPhoto
         */
        public function getCoverPhoto($isACP = false) {
@@ -387,7 +387,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if the active user can view the cover photo of this user.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function canSeeCoverPhoto() {
                return (WCF::getUser()->userID == $this->userID || WCF::getSession()->getPermission('user.profile.coverPhoto.canSeeCoverPhotos'));
@@ -396,7 +396,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if this user is currently online.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isOnline() {
                if ($this->getLastActivityTime() > (TIME_NOW - USER_ONLINE_TIMEOUT) && $this->canViewOnlineStatus()) {
@@ -408,7 +408,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if the active user can view the online status of this user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canViewOnlineStatus() {
                return WCF::getUser()->userID == $this->userID
@@ -654,7 +654,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
         * Returns true if current user fulfills the required permissions.
         * 
         * @param       string          $name
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible($name) {
                /** @noinspection PhpVariableVariableInspection */
@@ -696,7 +696,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if current user profile is protected.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isProtected() {
                return (!WCF::getSession()->getPermission('admin.general.canViewPrivateUserOptions') && !$this->isAccessible('canViewProfile') && $this->userID != WCF::getUser()->userID);
@@ -798,7 +798,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
         * compatibility, while preventing ACLs from overruling a 'Never' setting.
         * 
         * @param       string          $permission
-        * @return      boolean
+        * @return      bool
         */
         public function getNeverPermission($permission) {
                $this->loadGroupData();
@@ -886,7 +886,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if this user can edit his profile.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canEditOwnProfile() {
                if ($this->pendingActivation() || !$this->getPermission('user.profile.canEditUserProfile')) {
@@ -908,7 +908,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if the current user is connected with Facebook.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isConnectedWithFacebook() {
                return StringUtil::startsWith($this->authData, 'facebook:');
@@ -917,7 +917,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if the current user is connected with GitHub.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isConnectedWithGithub() {
                return StringUtil::startsWith($this->authData, 'github:');
@@ -926,7 +926,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if the current user is connected with Google Plus.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isConnectedWithGoogle() {
                return StringUtil::startsWith($this->authData, 'google:');
@@ -935,7 +935,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Returns true if the current user is connected with Twitter.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isConnectedWithTwitter() {
                return StringUtil::startsWith($this->authData, 'twitter:');
@@ -953,7 +953,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
        /**
         * Return true if the user's signature is visible.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function showSignature() {
                if (!MODULE_USER_SIGNATURE) return false;
@@ -995,7 +995,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject {
         * Returns true, if the active user has access to the user option with the given name.
         * 
         * @param       string          $name
-        * @return      boolean
+        * @return      bool
         */
        public function isVisibleOption($name) {
                $option = ViewableUserOption::getUserOption($name);
index d0297889df5442a03234ba7d7eac89b80066ddb1..ee6fcd751b5af5066b33c75550a03843c0e4ff7c 100644 (file)
@@ -645,7 +645,7 @@ class UserProfileAction extends UserAction implements IPopoverAction {
         * Returns the user option handler object.
         * 
         * @param       User            $user
-        * @param       boolean         $editMode
+        * @param       bool            $editMode
         * @return      UserOptionHandler
         */
        protected function getOptionHandler(User $user, $editMode = true) {
index 02f59c0ce6455951f27f7c98bb1e20fd08c058ae..1da97ae9da34ce02abbde0bb18d8a5fb1f3184de 100644 (file)
@@ -30,13 +30,13 @@ class ViewableUserActivityEvent extends DatabaseObjectDecorator {
        
        /**
         * accessible by current user
-        * @var boolean
+        * @var bool
         */
        protected $isAccessible = false;
        
        /**
         * associated object was removed
-        * @var boolean
+        * @var bool
         */
        protected $isOrphaned = false;
        
@@ -54,7 +54,7 @@ class ViewableUserActivityEvent extends DatabaseObjectDecorator {
        
        /**
         * true if event description contains raw html
-        * @var boolean
+        * @var bool
         */
        protected $isRawHtml = false;
        
@@ -68,7 +68,7 @@ class ViewableUserActivityEvent extends DatabaseObjectDecorator {
        /**
         * Returns true if event is accessible by current user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible() {
                return $this->isAccessible;
@@ -84,7 +84,7 @@ class ViewableUserActivityEvent extends DatabaseObjectDecorator {
        /**
         * Returns true if event is orphaned (associated object removed).
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isOrphaned() {
                return $this->isOrphaned;
@@ -117,7 +117,7 @@ class ViewableUserActivityEvent extends DatabaseObjectDecorator {
         * Sets event text.
         * 
         * @param       string          $description
-        * @param       boolean         $isRawHtml
+        * @param       bool         $isRawHtml
         */
        public function setDescription($description, $isRawHtml = false) {
                $this->description = $description;
@@ -163,7 +163,7 @@ class ViewableUserActivityEvent extends DatabaseObjectDecorator {
        /**
         * Returns true if event description contains raw html.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       3.1
         */
        public function isRawHtml() {
index d8b7acd9354ea3f355bc5e18eea5588c47b229e0..1588cdf970f78f1295b7d296eb5caf993342b604 100644 (file)
@@ -34,7 +34,7 @@ class UserAuthenticationFailure extends DatabaseObject {
         * Returns the number of authentication failures caused by given ip address.
         * 
         * @param       string          $ipAddress
-        * @return      boolean
+        * @return      bool
         */
        public static function countIPFailures($ipAddress) {
                $sql = "SELECT  COUNT(*)
@@ -51,7 +51,7 @@ class UserAuthenticationFailure extends DatabaseObject {
         * Returns the number of authentication failures for given user account.
         * 
         * @param       int             $userID
-        * @return      boolean
+        * @return      bool
         */
        public static function countUserFailures($userID) {
                $sql = "SELECT  COUNT(*)
index d3cf4109b670cf333565b48693ff01ff5f1ec14f..c8c3933fed5fc0ed05b2cc4b8ca269b282f92635 100644 (file)
@@ -95,7 +95,7 @@ class Gravatar extends DefaultAvatar {
         * Checks a given email address for gravatar support.
         * 
         * @param       string          $email
-        * @return      boolean
+        * @return      bool
         */
        public static function test($email) {
                $gravatarURL = sprintf(self::GRAVATAR_BASE, md5(mb_strtolower($email)), 80, GRAVATAR_DEFAULT_TYPE);
index 9c23822ec3f6c93285696127e34b08fdd4361650..6804ec062d6a34074a910780a086aa58d8cc04e7 100644 (file)
@@ -13,7 +13,7 @@ interface IUserAvatar {
        /**
         * Returns true if this avatar can be cropped.
         * 
-        * @return      boolean
+        * @return      bool
         * @deprecated  3.0
         */
        public function canCrop();
index 4577922b43dc5476650195d618a790e4d9f8d665..f438f17ae6b9f7c8d0744fc0950bde6366b1c0f6 100644 (file)
@@ -195,7 +195,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
         * given, the active user is used.
         * 
         * @param       User            $user   user object or current user if null
-        * @return      boolean
+        * @return      bool
         */
        public function isMember(User $user = null) {
                if ($user === null) $user = WCF::getUser();
@@ -207,7 +207,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if this is the 'Everyone' group.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       3.0
         */
        public function isEveryone() {
@@ -217,7 +217,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if this is the 'Users' group.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       3.1
         */
        public function isUsers() {
@@ -248,7 +248,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
         * Returns true if the given groups are accessible for the active user.
         * 
         * @param       array           $groupIDs
-        * @return      boolean
+        * @return      bool
         */
        public static function isAccessibleGroup(array $groupIDs = []) {
                if (self::$accessibleGroups === null) {
@@ -308,7 +308,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
         *  b) This is the 'Owner' group.
         *  c) The group can access all groups (the 'Owner' group does not count).
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAdminGroup() {
                // WCFSetup
@@ -330,7 +330,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if the current group is a moderator-group.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isModGroup() {
                // workaround for WCF-Setup
@@ -351,7 +351,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if this group is accessible for the active user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible() {
                return self::isAccessibleGroup([$this->groupID]);
@@ -388,7 +388,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if current user may delete this group.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isDeletable() {
                // insufficient permissions
@@ -409,7 +409,7 @@ class UserGroup extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if current user may edit this group.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isEditable() {
                // insufficient permissions
index e97d275db855675d76444f0adc41774b544d29fc..3a3d9978fcd2e1b243b9afb8efb6ab8de6b7b9b6 100644 (file)
@@ -118,7 +118,7 @@ class UserGroupEditor extends DatabaseObjectEditor implements IEditableCachedObj
         * Updates the value from the accessiblegroups option.
         * 
         * @param       int             $groupID        this group is added or deleted in the value
-        * @param       boolean         $delete         flag for group deletion
+        * @param       bool            $delete         flag for group deletion
         * @throws      SystemException
         */
        protected static function updateAccessibleGroups($groupID, $delete = false) {
index f0eacae03efb6ac04c42634089c558f8500a9862..c2a1d4d15d470eac3c140eb54ec99ea99d820603 100644 (file)
@@ -229,7 +229,7 @@ class UserNotificationAction extends AbstractDatabaseObjectAction {
        /**
         * Marks all notifications of current user as confirmed.
         * 
-        * @return      boolean[]
+        * @return      bool[]
         */
        public function markAllAsConfirmed() {
                // remove notifications for this user
index 1af9e5a88f3714c8835388137c1ffbb2e754a5f1..357d7ab5515f6066765df57c740222d9ad398335 100644 (file)
@@ -64,7 +64,7 @@ class UserOnline extends UserProfile {
         * automatically determine the location.
         * 
         * @param       string|null     $location
-        * @return      boolean         `true` if the location has been successfully set, otherwise `false`
+        * @return      bool            `true` if the location has been successfully set, otherwise `false`
         */
        public function setLocation($location = null) {
                if ($location === null) {
index 05f8be7a4412585c372272764f9a40a6cc9649df..e750b3ed49460babff444e9cda4fd99787f8b1ff 100644 (file)
@@ -168,7 +168,7 @@ class UsersOnlineList extends SessionList {
         * 
         * @param       int             $userID
         * @param       int             $canViewOnlineStatus
-        * @return      boolean
+        * @return      bool
         * @deprecated  5.3             Use `isVisibleUser` instead
         */
        public static function isVisible($userID, $canViewOnlineStatus) {
@@ -206,7 +206,7 @@ class UsersOnlineList extends SessionList {
         * Checks the 'canViewOnlineStatus' setting for the given user.
         * 
         * @param       UserOnline      $userOnline
-        * @return      boolean
+        * @return      bool
         * @since       5.3
         */
        public static function isVisibleUser(UserOnline $userOnline) {
index 90a149ec942dda4809ffc68eb034c931944b21b0..3b606a38ac0426de24e63857482e29f249b765b6 100644 (file)
@@ -164,8 +164,8 @@ class UserOption extends Option implements ITitledObject {
        /**
         * Returns true iff this option is editable.
         *
-        * @param       boolean         $inRegistration         True iff the user currently is in registration.
-        * @return      boolean
+        * @param       bool            $inRegistration         True iff the user currently is in registration.
+        * @return      bool
         */
        public function isEditable($inRegistration = false) {
                // check admin permissions
@@ -192,7 +192,7 @@ class UserOption extends Option implements ITitledObject {
        /**
         * Returns true iff this user option can be deleted.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete() {
                if ($this->originIsSystem) {
index 491f61912363a977b4f9fa264349d272e6e76542..e7f7920e314bdc2f1590345f9340c8a1519e16d4 100644 (file)
@@ -96,7 +96,7 @@ class UserOptionEditor extends DatabaseObjectEditor implements IEditableCachedOb
        /**
         * Enables this option.
         * 
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enable($enable = true) {
                $value = intval(!$enable);
index 54618a0890f3f66bf6efa19d9a833032fde59aef..43322d81cd9722ade5d578eda7eb5637909cb163 100644 (file)
@@ -54,7 +54,7 @@ class UserRank extends DatabaseObject implements ITitledObject {
        /**
         * Returns true if the generic rank title should be displayed.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function showTitle() {
                return !$this->rankImage || !$this->hideTitle;
index cce7c7678afa43002055df7bb6f8c4bccb4e19b9..2e4f79be039fc3037319a6e85d639e13bc99602e 100644 (file)
@@ -21,7 +21,7 @@ class UserTrophyList extends DatabaseObjectList {
         * Returns a user trophy list for a certain users.
         * 
         * @param       int[]   $userIDs
-        * @param       boolean         $includeDisabled
+        * @param       bool            $includeDisabled
         * @return      UserTrophy[][]
         */
        public static function getUserTrophies(array $userIDs, $includeDisabled = false) {
index 2ac7f6fe13305a16c49065f19a123d30086e871a..29842fc1b8ece167cd3ecfe3c894f438b1952f76 100644 (file)
@@ -27,13 +27,13 @@ abstract class AbstractCaptchaForm extends AbstractForm {
        
        /**
         * true if captcha is used
-        * @var boolean
+        * @var bool
         */
        public $useCaptcha = true;
        
        /**
         * true to force captcha usage
-        * @var boolean
+        * @var bool
         */
        public $forceCaptcha = false;
        
index f83ba7ce4e4dd2abce9419000c98170c8636f8db..03e6d3f0aae6112ba5348172cb7b70479d79ea1c 100644 (file)
@@ -66,7 +66,7 @@ class ContactForm extends AbstractCaptchaForm {
        
        /**
         * user has confirmed the privacy policy
-        * @var boolean
+        * @var bool
         */
        public $privacyPolicyConfirmed = 0;
        
index debe37414b72803c8ef49175dc9e1af0df836443..05c280af2184bde57de9ec8b9353b1d0e183b065 100644 (file)
@@ -17,7 +17,7 @@ use wcf\util\HeaderUtil;
 class DisclaimerForm extends AbstractForm {
        /**
         * true, if the user has accepted the disclaimer
-        * @var boolean
+        * @var bool
         */
        public $accept = false;
        
index 165cffc551e93c8360e92eb206c9dfd65c2ad9e2..f23c96cf2cd00e018dd8927e088e75d02ac9aa13 100644 (file)
@@ -67,7 +67,7 @@ abstract class MessageForm extends AbstractCaptchaForm {
        
        /**
         * enables multilingualism
-        * @var boolean
+        * @var bool
         */
        public $enableMultilingualism = false;
        
index e0490c56558bc3b4e3a9b6d068b278afcf11fcd1..65da803f781e8e3f64f3b8c472ac362f05a353e5 100644 (file)
@@ -31,7 +31,7 @@ class NotificationUnsubscribeForm extends AbstractForm {
        public $token = '';
        
        /**
-        * @var boolean
+        * @var bool
         */
        public $isOneClick = false;
        
index ccd4162853286a24ff6b54a71da201d906e43a4f..6aaac469db79f7880cb3ff0a8c7f6128c370567a 100644 (file)
@@ -27,7 +27,7 @@ abstract class RecaptchaForm extends AbstractForm {
        
        /**
         * enable recaptcha
-        * @var boolean
+        * @var bool
         */
        public $useCaptcha = true;
        
index 9e20ccbbc99cb2d35f955c6e3958bf0bd41d87b2..d038fc7a7da228d7221c940690df069f0f7481f0 100644 (file)
@@ -41,7 +41,7 @@ use wcf\util\UserUtil;
 class RegisterForm extends UserAddForm {
        /**
         * true if external authentication is used
-        * @var boolean
+        * @var bool
         */
        public $isExternalAuthentication = false;
        
@@ -71,7 +71,7 @@ class RegisterForm extends UserAddForm {
        
        /**
         * true if captcha is used
-        * @var boolean
+        * @var bool
         */
        public $useCaptcha = REGISTER_USE_CAPTCHA;
        
index 03c4b652f09fe99f922b73cb54d7ac80297f0ec5..d618c62203da5a41d5082f278ed638c6d9084042 100644 (file)
@@ -38,7 +38,7 @@ class SearchForm extends AbstractCaptchaForm {
        
        /**
         * true, if search should be modified
-        * @var boolean
+        * @var bool
         */
        public $modifySearch = null;
        
@@ -137,7 +137,7 @@ class SearchForm extends AbstractCaptchaForm {
        
        /**
         * mark as submitted form if modifying search
-        * @var boolean
+        * @var bool
         */
        public $submit = false;
        
index 6fe84a005ee27c805c58e550de563644d6188c39..9f16b04672c660ec35d2c465c1109f0323966021 100644 (file)
@@ -54,19 +54,19 @@ abstract class AbstractPage implements IPage {
        
        /**
         * is true if canonical URL will be enforced even if POST data is represent
-        * @var boolean
+        * @var bool
         */
        public $forceCanonicalURL = false;
        
        /**
         * is true if the redirect should use a 307 instead of the default 301, not recommended in general
-        * @var boolean
+        * @var bool
         */
        public $softRedirectCanonicalURL = false;
        
        /**
         * indicates if you need to be logged in to access this page
-        * @var boolean
+        * @var bool
         */
        public $loginRequired = false;
        
index dcc72a8be409d197ddab473441e6cb2336da820c..22db32a2226a806c490e4b2977710b5a5110af74 100644 (file)
@@ -36,13 +36,13 @@ class AttachmentPage extends AbstractPage {
        
        /**
         * shows the tiny thumbnail
-        * @var boolean
+        * @var bool
         */
        public $tiny = 0;
        
        /**
         * shows the standard thumbnail
-        * @var boolean
+        * @var bool
         */
        public $thumbnail = 0;
        
index bda38b3da4673281c0cbf99268a33f9c46a00cfb..9068aa882a9fc5f40755ced077e9f0c04447a4f5 100644 (file)
@@ -14,7 +14,7 @@ interface ITrackablePage {
        /**
         * Returns true if this page should be tracked.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isTracked();
        
index 495fc2a78b360bb59063f8dc65f85792d7e6c54f..c523f8052e7bb0e822373e86e4c29d729aabf656 100644 (file)
@@ -201,7 +201,7 @@ abstract class MultipleLinkPage extends AbstractPage {
        /**
         * Returns true if current page is the first page.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isFirstPage() {
                return ($this->pageNo == 1);
@@ -210,7 +210,7 @@ abstract class MultipleLinkPage extends AbstractPage {
        /**
         * Returns true if current page is the last page.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isLastPage() {
                return ($this->items == $this->endIndex);
index 26eb3743e861937a4dd436fdbfdfb45015396d1f..2abfea60b8b1468bfc10160450c3086831b94b98 100644 (file)
@@ -30,7 +30,7 @@ use wcf\system\WCF;
 class UserPage extends AbstractPage {
        /**
         * edit profile on page load
-        * @var boolean
+        * @var bool
         */
        public $editOnInit = false;
        
index c5af8060bf54ecebcabc5d741286b398bd2c6b29..cfd1f14c039b4ddd7fdf5fdeac1573cb918d3a60 100644 (file)
@@ -54,7 +54,7 @@ class MetaTagHandler extends SingletonFactory implements \Countable, \Iterator {
         * @param       string          $identifier
         * @param       string          $name
         * @param       string          $value
-        * @param       boolean         $isProperty
+        * @param       bool            $isProperty
         */
        public function addTag($identifier, $name, $value, $isProperty = false) {
                if (!isset($this->objects[$identifier])) {
index 203313909c400e21e296f13f5f575209910aa554..46eff4bbde0b3317d5574d83249279cdc0e78bcc 100644 (file)
@@ -159,7 +159,7 @@ final class Regex {
        /**
         * Checks whether the regex is syntactically correct.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isValid() {
                try {
@@ -177,7 +177,7 @@ final class Regex {
         * Checks whether the regex matches the given string.
         * 
         * @param       string          $string         string to match
-        * @param       boolean         $all            indicates if all matches are collected
+        * @param       bool            $all            indicates if all matches are collected
         * @param       int             $flags          match flags
         * @return      int                             return value of preg_match(_all)
         */
index 8e0a8ee5b13557b348288a77c531ae9e72de2e62..ccd452b324423b535d6282748c0aca35f175a074 100644 (file)
@@ -66,7 +66,7 @@ abstract class SingletonFactory {
        /**
         * Returns whether this singleton is already initialized.
         *
-        * @return      boolean
+        * @return      bool
         */
        public static final function isInitialized() {
                $className = get_called_class();
index 6529ae6b11001a5636205845a1c66fd17ca61a46..a6bbcae08454732181c0c058221ff6aa5e9c3eb7 100644 (file)
@@ -127,7 +127,7 @@ class WCF {
        
        /**
         * overrides disabled debug mode
-        * @var boolean
+        * @var bool
         */
        protected static $overrideDebugMode = false;
        
@@ -145,13 +145,13 @@ class WCF {
        
        /**
         * true if Zend Opcache is loaded and enabled
-        * @var boolean
+        * @var bool
         */
        protected static $zendOpcacheEnabled;
        
        /**
         * force logout during destructor call
-        * @var boolean
+        * @var bool
         */
        protected static $forceLogout = false;
        
@@ -587,7 +587,7 @@ class WCF {
         * Loads an application.
         * 
         * @param       Application             $application
-        * @param       boolean                 $isDependentApplication
+        * @param       bool                    $isDependentApplication
         * @return      IApplication
         * @throws      SystemException
         */
@@ -783,7 +783,7 @@ class WCF {
        /**
         * Returns true if current application (WCF) is treated as active and was invoked directly.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isActiveApplication() {
                return (ApplicationHandler::getInstance()->getActiveApplication()->packageID == 1);
@@ -891,8 +891,8 @@ class WCF {
        /**
         * Returns true if the debug mode is enabled, otherwise false.
         * 
-        * @param       boolean         $ignoreACP
-        * @return      boolean
+        * @param       bool            $ignoreACP
+        * @return      bool
         */
        public static function debugModeIsEnabled($ignoreACP = false) {
                // ACP override
@@ -909,7 +909,7 @@ class WCF {
        /**
         * Returns true if benchmarking is enabled, otherwise false.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function benchmarkIsEnabled() {
                // benchmarking is enabled by default
@@ -1091,7 +1091,7 @@ class WCF {
        /**
         * Returns true if the desktop notifications should be enabled.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function useDesktopNotifications() {
                if (!ENABLE_DESKTOP_NOTIFICATIONS) {
@@ -1115,7 +1115,7 @@ class WCF {
        /**
         * Returns true if currently active request represents the landing page.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function isLandingPage() {
                if (self::getActiveRequest() === null) {
@@ -1129,7 +1129,7 @@ class WCF {
         * Returns true if the given API version is currently supported.
         * 
         * @param       int         $apiVersion
-        * @return      boolean
+        * @return      bool
         * @deprecated 5.2
         */
        public static function isSupportedApiVersion($apiVersion) {
index de2d762b915ce0715c522e433aa8876541ad6d94..398370b90c1a11f53a106a9f72e8b41b0218cbed 100644 (file)
@@ -29,7 +29,7 @@ use wcf\util\HeaderUtil;
 class WCFACP extends WCF {
        /**
         * rescue mode
-        * @var boolean
+        * @var bool
         */
        protected static $inRescueMode;
        
@@ -84,7 +84,7 @@ class WCFACP extends WCF {
        /**
         * Returns true if ACP is currently in rescue mode.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function inRescueMode() {
                if (self::$inRescueMode === null) {
index f4b57fb5acc0d0f271bcd79381e80da300ae084d..35b46f96b79c2b9150441db83586e8cea06b7ac8 100644 (file)
@@ -82,7 +82,7 @@ class WCFSetup extends WCF {
        
        /**
         * indicates if developer mode is used to install
-        * @var boolean
+        * @var bool
         */
        protected static $developerMode = 0;
        
@@ -421,7 +421,7 @@ class WCFSetup extends WCF {
        /**
         * Returns true if memory_limit is set to at least 128 MB
         * 
-        * @return      boolean
+        * @return      bool
         */
        protected function compareMemoryLimit() {
                $memoryLimit = ini_get('memory_limit');
index f16b0f8bd72c821fa566c6b05912cf2b366ca4ca..a1f1fb31340baaf7db84150a5f73ee32c1be1fa3 100644 (file)
@@ -291,7 +291,7 @@ class ACLHandler extends SingletonFactory {
         * @param       int             $objectTypeID
         * @param       array           $objectIDs
         * @param       string          $categoryName
-        * @param       boolean         $settingsView
+        * @param       bool            $settingsView
         * @return      array
         */
        public function getPermissions($objectTypeID, array $objectIDs, $categoryName = '', $settingsView = false) {
@@ -351,7 +351,7 @@ class ACLHandler extends SingletonFactory {
         * @param       string          $type
         * @param       array           $objectIDs
         * @param       array           $data
-        * @param       boolean         $settingsView
+        * @param       bool            $settingsView
         */
        protected function getValues(ACLOptionList $optionList, $type, array $objectIDs, array &$data, $settingsView) {
                $data[$type] = [];
index 44296759bee03f67a2a2c46310dd007427f44dea..ba8c02fa5c7163c57fe4e1420e39dd4f4682a803 100644 (file)
@@ -28,7 +28,7 @@ class SimpleAclResolver extends SingletonFactory {
         * @param       string          $objectType     object type name
         * @param       int         $objectID       object id
         * @param       User|null       $user           user object, if `null` uses current user
-        * @return      boolean         false if user is not allowed
+        * @return      bool         false if user is not allowed
         */
        public function canAccess($objectType, $objectID, User $user = null) {
                if ($user === null) $user = WCF::getUser();
index d7ef75cd65c3d639ea680a3fef65770f23f6d627..da97b8f9c84aa08d1bc00da57934609399ef172d 100644 (file)
@@ -34,7 +34,7 @@ abstract class AbstractApplication extends SingletonFactory implements IApplicat
        
        /**
         * true, if current application is active (directly invoked, not dependent)
-        * @var boolean
+        * @var bool
         */
        protected $isActiveApplication = false;
        
index c56a657ee5dd242c91812611fd91ee5bbd111b17..6cf776ee1a03da1de4b250cd16067dfdadc052f9 100644 (file)
@@ -30,7 +30,7 @@ class ApplicationHandler extends SingletonFactory {
        
        /**
         * true for multi-domain setups
-        * @var boolean
+        * @var bool
         */
        protected $isMultiDomain;
        
@@ -194,7 +194,7 @@ class ApplicationHandler extends SingletonFactory {
         * Returns true if given $url is an internal URL.
         * 
         * @param       string          $url
-        * @return      boolean
+        * @return      bool
         */
        public function isInternalURL($url) {
                $protocolRegex = new Regex('^https(?=://)');
@@ -222,7 +222,7 @@ class ApplicationHandler extends SingletonFactory {
        /**
         * Returns true if this is a multi-domain setup.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       3.1
         */
        public function isMultiDomainSetup() {
index 1bb28b832010b93f9fc1c774142c97b4d4139f53..039e2888122f63d209f3007bde21325b38a06e8f 100644 (file)
@@ -18,7 +18,7 @@ interface IApplication {
        /**
         * Returns true if current application is treated as active and was invoked directly.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isActiveApplication();
        
index 561643bb553a510e869ad8402cfd00f6cecdcd8f..26ba0b48da9cc0db87f7ce9bbe331ee058926f6a 100644 (file)
@@ -221,7 +221,7 @@ class AttachmentHandler implements \Countable {
        /**
         * Returns true if the active user has the permission to upload attachments.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canUpload() {
                return $this->processor->canUpload($this->objectID, $this->parentObjectID);
index e07ea34dfcdf2d911338566e3ec1405f8b236397..39caf394d9715cbda043f8b7a8a563cf78bd3562 100644 (file)
@@ -16,7 +16,7 @@ interface IAttachmentObjectType {
         * Returns true if the active user has the permission to download attachments.
         * 
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function canDownload($objectID);
        
@@ -25,7 +25,7 @@ interface IAttachmentObjectType {
         * previews (thumbnails).
         * 
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function canViewPreview($objectID);
        
@@ -34,7 +34,7 @@ interface IAttachmentObjectType {
         * 
         * @param       int             $objectID
         * @param       int             $parentObjectID
-        * @return      boolean
+        * @return      bool
         */
        public function canUpload($objectID, $parentObjectID = 0);
        
@@ -42,7 +42,7 @@ interface IAttachmentObjectType {
         * Returns true if the active user has the permission to delete attachments.
         * 
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function canDelete($objectID);
        
index 5d26a83764c558bd4bec89732e5e9457c63474fc..86073479de3848fcbacfa267152af296a4e88f98 100644 (file)
@@ -85,7 +85,7 @@ class BackgroundQueueHandler extends SingletonFactory {
         * queue.
         * 
         * @param       AbstractBackgroundJob   $job                            The job to perform.
-        * @param       boolean                 $debugSynchronousExecution      Disables fail-safe mechanisms, errors will no longer be suppressed.
+        * @param       bool                 $debugSynchronousExecution      Disables fail-safe mechanisms, errors will no longer be suppressed.
         * @throws      \Throwable
         */
        public function performJob(AbstractBackgroundJob $job, $debugSynchronousExecution = false) {
@@ -132,7 +132,7 @@ class BackgroundQueueHandler extends SingletonFactory {
         * Performs the (single) job that is due next.
         * This method automatically handles requeuing in case of failure.
         * 
-        * @return      boolean         true if this call attempted to execute a job regardless of its result
+        * @return      bool         true if this call attempted to execute a job regardless of its result
         */
        public function performNextJob() {
                WCF::getDB()->beginTransaction();
index 936657fa5320e4bc1b253bb3c1ca89376899c52b..f51e508b1f12be9455f7b82c68b8fbf4709c7f2a 100644 (file)
@@ -55,7 +55,7 @@ class BBCodeHandler extends SingletonFactory {
         * Returns true if the BBCode with the given tag is available in the WYSIWYG editor.
         * 
         * @param       string          $bbCodeTag
-        * @return      boolean
+        * @return      bool
         */
        public function isAvailableBBCode($bbCodeTag) {
                return !in_array($bbCodeTag, $this->disallowedBBCodes);
@@ -73,7 +73,7 @@ class BBCodeHandler extends SingletonFactory {
        /**
         * Returns a list of BBCodes displayed as buttons.
         * 
-        * @param       boolean         $excludeCoreBBCodes     do not return bbcodes that are available by default
+        * @param       bool         $excludeCoreBBCodes     do not return bbcodes that are available by default
         * @return      BBCode[]
         */
        public function getButtonBBCodes($excludeCoreBBCodes = false) {
index 41117b8aca3c70f97400cc930daaed3b3be99821..b7fc491acaa06faaaf67ae10e84f36ebd1bc3bd8 100644 (file)
@@ -208,7 +208,7 @@ class BBCodeParser extends SingletonFactory {
         * Validates the attributes of a tag.
         * 
         * @param       array           $tag
-        * @return      boolean
+        * @return      bool
         */
        protected function isValidTag(array $tag) {
                if (isset($tag['attributes']) && count($tag['attributes']) > count($this->bbcodes[$tag['name']]->getAttributes())) {
@@ -250,7 +250,7 @@ class BBCodeParser extends SingletonFactory {
         * 
         * @param       array                   $tagAttributes
         * @param       BBCodeAttribute         $definedTagAttribute
-        * @return      boolean
+        * @return      bool
         */
        protected function isValidTagAttribute(array $tagAttributes, BBCodeAttribute $definedTagAttribute) {
                if ($definedTagAttribute->validationPattern && isset($tagAttributes[$definedTagAttribute->attributeNo])) {
@@ -271,7 +271,7 @@ class BBCodeParser extends SingletonFactory {
         * Returns true if the text inside the given text needs to be buffered.
         * 
         * @param       array           $tag
-        * @return      boolean
+        * @return      bool
         */
        protected function needBuffering(array $tag) {
                // check for special bbcode class
@@ -338,8 +338,8 @@ class BBCodeParser extends SingletonFactory {
         * 
         * @param       array           $openTags
         * @param       string          $tag
-        * @param       boolean         $closing
-        * @return      boolean
+        * @param       bool            $closing
+        * @return      bool
         */
        protected function isAllowed(array $openTags, $tag, $closing = false) {
                foreach ($openTags as $openTag) {
@@ -449,7 +449,7 @@ class BBCodeParser extends SingletonFactory {
        /**
         * Builds the tag array from the given text.
         * 
-        * @param       boolean         $ignoreSourceCodes
+        * @param       bool            $ignoreSourceCodes
         */
        public function buildTagArray($ignoreSourceCodes = true) {
                // build tag pattern
index 5a10a010d29eef5924a927f552cc8ca31c108236..334167ff93ca5c9ea5221d9485a804d0a56f87e0 100644 (file)
@@ -36,7 +36,7 @@ class HtmlBBCodeParser extends BBCodeParser {
        
        /**
         * Google AMP support
-        * @var boolean
+        * @var bool
         */
        protected $isGoogleAmp = false;
        
@@ -93,7 +93,7 @@ class HtmlBBCodeParser extends BBCodeParser {
        /**
         * Enables or disables Google AMP support.
         * 
-        * @param       boolean         $isGoogleAmp
+        * @param       bool         $isGoogleAmp
         * @since       3.1
         */
        public function setIsGoogleAmp($isGoogleAmp) {
@@ -103,7 +103,7 @@ class HtmlBBCodeParser extends BBCodeParser {
        /**
         * Returns true if Google AMP support is enabled.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       3.1
         */
        public function getIsGoogleAmp() {
@@ -365,7 +365,7 @@ class HtmlBBCodeParser extends BBCodeParser {
         * 
         * @param       string          $name                   bbcode identifier
         * @param       array           $attributes             list of attributes
-        * @param       boolean         $openingTagOnly         only render the opening tag
+        * @param       bool            $openingTagOnly         only render the opening tag
         * @return      string
         */
        public function buildBBCodeTag($name, $attributes, $openingTagOnly = false) {
@@ -514,7 +514,7 @@ class HtmlBBCodeParser extends BBCodeParser {
         * Returns true if provided name is a valid bbcode identifier.
         * 
         * @param       string          $name           bbcode identifier
-        * @return      boolean         true if provided name is a valid bbcode identifier
+        * @return      bool            true if provided name is a valid bbcode identifier
         */
        protected function isValidBBCodeName($name) {
                return preg_match($this->validBBCodePattern, $name) === 1;
index 1bdbe2907ad0b0a02ad94efffca75965fd42c1bb..eac74d57b9da614bbd7cf63a61b0a9af9dfb38e7 100644 (file)
@@ -62,10 +62,10 @@ class MessageParser extends BBCodeParser {
         * Parses a message.
         * 
         * @param       string          $message
-        * @param       boolean         $enableSmilies
-        * @param       boolean         $enableHtml
-        * @param       boolean         $enableBBCodes
-        * @param       boolean         $doKeywordHighlighting
+        * @param       bool            $enableSmilies
+        * @param       bool            $enableHtml
+        * @param       bool            $enableBBCodes
+        * @param       bool            $doKeywordHighlighting
         * @return      string          parsed message
         */
        public function parse($message, $enableSmilies = true, $enableHtml = false, $enableBBCodes = true, $doKeywordHighlighting = true) {
@@ -130,7 +130,7 @@ class MessageParser extends BBCodeParser {
         * Parses smiley codes.
         * 
         * @param       string          $text
-        * @param       boolean         $enableHtml
+        * @param       bool            $enableHtml
         * @return      string
         */
        protected function parseSmilies($text, $enableHtml = false) {
index f9150502b24fa2e4df812960c8cd0eff632f1e9a..9d95bf1e1e1f3981077f8aa7949719ed7898391b 100644 (file)
@@ -73,8 +73,8 @@ class SimpleMessageParser extends SingletonFactory {
         * Parses the given message and returns the parsed message.
         * 
         * @param       string          $message
-        * @param       boolean         $parseURLs
-        * @param       boolean         $parseSmilies
+        * @param       bool            $parseURLs
+        * @param       bool            $parseSmilies
         * @return      string
         */
        public function parse($message, $parseURLs = true, $parseSmilies = true) {
index 5c7532d81dd33a0a87b97fd11268339cc1c1b644..af3000e07115a9403ea0a9fc67f86b1058109a0d 100644 (file)
@@ -19,7 +19,7 @@ class WoltLabSuiteMediaBBCode extends AbstractBBCode {
        /**
         * forces media links to be linked to the frontend
         * after it has been set to `true`, it should be set to `false` again as soon as possible
-        * @var boolean
+        * @var bool
         */
        public static $forceFrontendLinks = false;
        
index d392c127beb89f977eb82c18332628d04fdc8060..a55c1699ffc8be225602562af1af4eeff531dcda 100644 (file)
@@ -18,7 +18,7 @@ use wcf\util\StringUtil;
 abstract class Highlighter extends SingletonFactory {
        /**
         * allow multiline quotes
-        * @var boolean
+        * @var bool
         */
        protected $allowsNewslinesInQuotes = false;
        
index 6c04ff641f536e803fc0a3dd5efeec1f4a36dfba..18cd27640d4f14fe6a398364ac9ed8ac0dfa641f 100644 (file)
@@ -374,7 +374,7 @@ abstract class AbstractDatabaseObjectListBoxController extends AbstractBoxContro
         * with the box conditions.
         * 
         * @param       Box             $box                    box object
-        * @param       boolean         $setConditionData       if true, the condition object types are populated with the box conditions' data
+        * @param       bool            $setConditionData       if true, the condition object types are populated with the box conditions' data
         */
        public function setBox(Box $box, $setConditionData = true) {
                parent::setBox($box);
index 9aabbad97415de419ff873cac26b500ea6f8c1e4..29c0980caae12a1e5ca922d03353a628b56c8e46 100644 (file)
@@ -38,7 +38,7 @@ class BoxHandler extends SingletonFactory {
        protected $boxesByPosition = [];
        
        /**
-        * @var boolean
+        * @var bool
         */
        protected static $disablePageLayout = false;
        
@@ -153,7 +153,7 @@ class BoxHandler extends SingletonFactory {
         *
         * @param       string          $boxIdentifier
         * @param       string[]        $pageIdentifiers
-        * @param       boolean         $visible
+        * @param       bool            $visible
         * @throws      \InvalidArgumentException
         */
        public function addBoxToPageAssignments($boxIdentifier, array $pageIdentifiers, $visible = true) {
@@ -194,7 +194,7 @@ class BoxHandler extends SingletonFactory {
        /**
         * Returns true if the left sidebar contains at least one visible menu.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       3.1
         */
        public function sidebarLeftHasMenu() {
@@ -218,7 +218,7 @@ class BoxHandler extends SingletonFactory {
         * Returns the list of boxes sorted by their global and page-local show order.
         * 
         * @param       int         $pageID         page id
-        * @param       boolean         $forDisplay     enables content loading and removes inaccessible boxes from view
+        * @param       bool         $forDisplay     enables content loading and removes inaccessible boxes from view
         * @return      Box[][]
         */
        public static function loadBoxes($pageID, $forDisplay) {
@@ -308,7 +308,7 @@ class BoxHandler extends SingletonFactory {
         * Returns true if provided page id uses a custom box show order.
         * 
         * @param       int         $pageID         page id
-        * @return      boolean         true if there is a custom show order for boxes
+        * @return      bool         true if there is a custom show order for boxes
         */
        public static function hasCustomShowOrder($pageID) {
                $sql = "SELECT  COUNT(*) AS count
index 8085f7bf2e081cad439c2d6987d2f3a5a1d005d4..ec9f67029f57875d9f1e757e54e482138e14eed3 100644 (file)
@@ -23,7 +23,7 @@ interface IBoxController {
        /**
         * Returns false if this box has no content.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function hasContent();
        
@@ -46,7 +46,7 @@ interface IBoxController {
        /**
         * Returns true if this box has a title link.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function hasLink();
        
index c050fe81a6d754c6fe4f34cad24e8fa12e4dda30..2fa1b3c98fa1d8893224727573458254067c6871 100644 (file)
@@ -22,7 +22,7 @@ class RecentActivityListBoxController extends AbstractDatabaseObjectListBoxContr
        /**
         * is true if the list of recent activity can be filtered to only include
         * activities by followed users
-        * @var boolean
+        * @var bool
         */
        public $canFilterByFollowedUsers = false;
        
@@ -34,13 +34,13 @@ class RecentActivityListBoxController extends AbstractDatabaseObjectListBoxContr
        /**
         * is true if the list of recent activity is filtered to only include
         * activities by followed users
-        * @var boolean
+        * @var bool
         */
        public $filteredByFollowedUsers = false;
        
        /**
         * is true if filtering by followed users yielded no results
-        * @var boolean
+        * @var bool
         */
        public $filteredByFollowedUsersOverride = false;
        
index b6cf1cff55f23bccf1db3ff3fef0b19798210839..44f30d2b09a495f51a7bea9c710042ef65959293 100644 (file)
@@ -29,7 +29,7 @@ class UserOnlineListBoxController extends AbstractDatabaseObjectListBoxControlle
        
        /**
         * enables the display of the user online record
-        * @var boolean
+        * @var bool
         */
        public $showRecord = true;
        
index f10d1626de8f19045e34b500e40bba8699d0e23c..d39819295a7c0da790e71fac8e6b135a848a86a7 100644 (file)
@@ -47,7 +47,7 @@ class Breadcrumb {
         * May be left empty to disable url functionality.
         * 
         * @param       string          $url
-        * @param       boolean         $appendSession  This parameter is unused as of version 3.0
+        * @param       bool            $appendSession  This parameter is unused as of version 3.0
         */
        public function setURL($url, $appendSession = false) {
                $this->url = $url;
index 4a17cf1b607b0871f6ccb4a17a3e149efcd6d09e..0680c005337fa2b1d1417ed0a94229557b16ae52 100644 (file)
@@ -39,7 +39,7 @@ interface IBulkProcessingAction {
        /**
         * Returns true if the action is available for the active user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAvailable();
        
index b7b5c9fa3526d31fefff9530b186bb82c3d1059a..128189421fa7b2129c207f2f99b0e25d38d6ebe6 100644 (file)
@@ -35,7 +35,7 @@ class ExportMailAddressUserBulkProcessingAction extends AbstractUserBulkProcessi
        
        /**
         * indicates whether output was generated (i.e. executeAction was called)
-        * @var boolean
+        * @var bool
         */
        private $executed = false;
        
index 439ab02d14df6c383f02e65a7d703d5b6f12617f..401ae0cb221295cb5d0d5b319c2f184cfd5f6a9a 100644 (file)
@@ -104,7 +104,7 @@ class ACPMenuCacheBuilder extends AbstractCacheBuilder {
         * options.
         * 
         * @param       OptionCategory          $topCategory
-        * @return      boolean
+        * @return      bool
         */
        protected function containsOptions(OptionCategory $topCategory) {
                // check if category directly contains options
index c5678540a70947fab179533ea454d960d460ba69..37c96ce9446ac95fd27ceff58b40769ad5604a5e 100644 (file)
@@ -31,7 +31,7 @@ abstract class AbstractSortedUserCacheBuilder extends AbstractCacheBuilder {
        
        /**
         * if `true`, only positive values of the database column will be considered
-        * @var boolean
+        * @var bool
         */
        protected $positiveValuesOnly = false;
        
index 9a7fa539e5e49643a98bb0a224b14e486530c979..ee18b7b17bc4aa292cf4b9acc70d5d5d123cb679 100644 (file)
@@ -111,7 +111,7 @@ class DiskCacheSource implements ICacheSource {
         * 
         * @param       string          $filename
         * @param       int             $maxLifetime
-        * @return      boolean
+        * @return      bool
         */
        protected function needRebuild($filename, $maxLifetime) {
                // cache does not exist
index cb09a0f5581b7b6a422c7ff76a1e41a35ffe38a3..4a95b7c112f10761e1c5ed31ce77244e94f430ba 100644 (file)
@@ -14,7 +14,7 @@ interface ICacheSource {
         * Flushes a specific cache, optionally removing caches which share the same name.
         * 
         * @param       string          $cacheName
-        * @param       boolean         $useWildcard
+        * @param       bool            $useWildcard
         */
        public function flush($cacheName, $useWildcard);
        
index beb23d1c008aacadac571330d9eab6a2b1afd22c..9466a800a19a8a8ac7dfbf36fbcec00a533fd999 100644 (file)
@@ -20,7 +20,7 @@ interface ICaptchaHandler {
        /**
         * Returns true if this kind of captcha is available.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAvailable();
        
index bf77a5eeeadd8c412a0ac667150b8ef2e7e95460..1ad370faccab83109d92c6b9d81e273781d886a1 100644 (file)
@@ -29,7 +29,7 @@ class RecaptchaHandler implements ICaptchaHandler {
        
        /**
         * ACP option override
-        * @var boolean
+        * @var bool
         */
        public static $forceIsAvailable = false;
        
index 25cf09e5c17c80c381d82b0e2507ff6281b103a4..1c8536e964398efa2f49e4797111f7b07ed5deed 100644 (file)
@@ -16,13 +16,13 @@ use wcf\system\WCF;
 abstract class AbstractCategoryType extends SingletonFactory implements ICategoryType {
        /**
         * indicates if categories of this type may have no empty description
-        * @var boolean
+        * @var bool
         */
        protected $forceDescription = true;
        
        /**
         * indicates if categories of this type have descriptions
-        * @var boolean
+        * @var bool
         */
        protected $hasDescription = true;
        
index 12499a38baf5410a9bd95edfb0751e9b0ecb2241..f6511c63fe167620c5e9b620bec150c5d6063f8a 100644 (file)
@@ -29,21 +29,21 @@ interface ICategoryType {
        /**
         * Returns true if the active user can add a category of this type.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canAddCategory();
        
        /**
         * Returns true if the active user can delete a category of this type.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canDeleteCategory();
        
        /**
         * Returns true if the active user can edit a category of this type.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canEditCategory();
        
@@ -69,7 +69,7 @@ interface ICategoryType {
        /**
         * Returns true if a category of this type may have no empty description.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function forceDescription();
        
@@ -114,7 +114,7 @@ interface ICategoryType {
         * is used.
         * 
         * @param       string          $name
-        * @param       boolean         $optional
+        * @param       bool            $optional
         * @return      string
         */
        public function getLanguageVariable($name, $optional = false);
@@ -138,14 +138,14 @@ interface ICategoryType {
        /**
         * Returns true if categories of this type have descriptions.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasDescription();
        
        /**
         * Returns `true` if the descriptions of categories of this type support HTML.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       5.2
         */
        public function supportsHtmlDescription();
index a6491f17fad225570773c3739522aca1f00f9aba..e0629231e2e5b0adadb860e1345f795a813e92a6 100644 (file)
@@ -14,14 +14,14 @@ use wcf\system\WCF;
 class DatabaseCLICommandHistory extends MemoryHistory {
        /**
         * should the history automatically be saved
-        * @var boolean
+        * @var bool
         */
        public $autoSave = true;
        
        /**
         * Saves the history.
         * 
-        * @param       boolean         $append
+        * @param       bool            $append
         */
        public function save($append = false) {
                if (!$append) {
index 083e24424522014b563ba19833572f718d701037..9109dda1fb1e429002ce24d2e39c4c72e46b4f85 100644 (file)
@@ -20,7 +20,7 @@ interface ICLICommand {
        /**
         * Returns true if the user is allowed to use this command.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canAccess();
 }
index 21e857af1f5b4e2dee0fa198b18d8ec35d45c6e8..3ad6bcc230219a9aeb4008b8ee33da50caf73fd0 100644 (file)
@@ -80,7 +80,7 @@ class ImportCLICommand implements ICLICommand {
        
        /**
         * indicates if the imported will be quit
-        * @var boolean
+        * @var bool
         */
        protected $quitImport = false;
        
index 2605995eacac6d5385e677168a39a32fe3e7cebb..3ee1dbf165eae785b6efab6c28151cb420bb6fce 100644 (file)
@@ -124,7 +124,7 @@ class UserClipboardAction extends AbstractClipboardAction {
         * Validates accessible groups.
         * 
         * @param       int[]   $userIDs
-        * @param       boolean         $ignoreOwnUser
+        * @param       bool            $ignoreOwnUser
         * @return      int[]
         */
        protected function __validateAccessibleGroups(array $userIDs, $ignoreOwnUser = true) {
index 4670606db3856ffd1102023bf0eb2707ad0a0e5a..b9d183176ac68543bd6c2c2e6359c085978670b9 100644 (file)
@@ -104,7 +104,7 @@ class CommentHandler extends SingletonFactory {
         * @param       ICommentManager         $commentManager
         * @param       int                     $objectTypeID
         * @param       int                     $objectID
-        * @param       boolean                 $readObjects
+        * @param       bool                    $readObjects
         * @return      StructuredCommentList
         */
        public function getCommentList(ICommentManager $commentManager, $objectTypeID, $objectID, $readObjects = true) {
index f72e06c9a3007727219ec50d33b7f9d62413238d..9a43c965010f536da87d82c1bcd55ea50558ad36 100644 (file)
@@ -150,8 +150,8 @@ abstract class AbstractCommentManager extends SingletonFactory implements IComme
        /**
         * Returns true if the current user may edit a comment/response.
         * 
-        * @param       boolean         $isOwner
-        * @return      boolean
+        * @param       bool            $isOwner
+        * @return      bool
         */
        protected function canEdit($isOwner) {
                // disallow guests
@@ -175,8 +175,8 @@ abstract class AbstractCommentManager extends SingletonFactory implements IComme
        /**
         * Returns true if the current user may delete a comment/response.
         * 
-        * @param       boolean         $isOwner
-        * @return      boolean
+        * @param       bool            $isOwner
+        * @return      bool
         */
        protected function canDelete($isOwner) {
                // disallow guests
index 9094b2f7f97098306b6b6438bf7bd851c2a7ace1..422073803299f936832e2aab04ff30e64861798a 100644 (file)
@@ -16,7 +16,7 @@ interface ICommentManager {
         * Returns true if the current user may add comments or responses.
         * 
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function canAdd($objectID);
        
@@ -24,7 +24,7 @@ interface ICommentManager {
         * Returns true if a comment requires approval.
         * 
         * @param       int         $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function canAddWithoutApproval($objectID);
        
@@ -32,7 +32,7 @@ interface ICommentManager {
         * Returns true if the current user may edit given comment.
         * 
         * @param       Comment         $comment
-        * @return      boolean
+        * @return      bool
         */
        public function canEditComment(Comment $comment);
        
@@ -40,7 +40,7 @@ interface ICommentManager {
         * Returns true if the current user may edit given response.
         * 
         * @param       CommentResponse         $response
-        * @return      boolean
+        * @return      bool
         */
        public function canEditResponse(CommentResponse $response);
        
@@ -48,7 +48,7 @@ interface ICommentManager {
         * Returns true if the current user may delete given comment.
         * 
         * @param       Comment         $comment
-        * @return      boolean
+        * @return      bool
         */
        public function canDeleteComment(Comment $comment);
        
@@ -65,7 +65,7 @@ interface ICommentManager {
         * 
         * @param       int             $objectTypeID
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function canModerate($objectTypeID, $objectID);
        
@@ -106,7 +106,7 @@ interface ICommentManager {
         * 
         * @param       int             $objectTypeID
         * @param       int             $objectID
-        * @param       boolean         $isResponse
+        * @param       bool            $isResponse
         * @return      string
         */
        public function getTitle($objectTypeID, $objectID, $isResponse = false);
@@ -116,8 +116,8 @@ interface ICommentManager {
         * by current user.
         * 
         * @param       int             $objectID
-        * @param       boolean         $validateWritePermission
-        * @return      boolean
+        * @param       bool            $validateWritePermission
+        * @return      bool
         */
        public function isAccessible($objectID, $validateWritePermission = false);
        
@@ -132,14 +132,14 @@ interface ICommentManager {
        /**
         * Returns true if this comment type supports likes.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsLike();
        
        /**
         * Returns true if this comment type supports reports.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsReport();
        
@@ -153,7 +153,7 @@ interface ICommentManager {
         * the content's author.
         * 
         * @param       Comment|CommentResponse $commentOrResponse
-        * @return      boolean
+        * @return      bool
         */
        public function isContentAuthor($commentOrResponse);
 }
index 9df56bd01d04a297284a36a016c634894c852179..f619cd2a4e2adfcab2c786837e54c312994cd0b3 100644 (file)
@@ -25,7 +25,7 @@ abstract class AbstractObjectTextPropertyCondition extends AbstractTextCondition
        /**
         * is true if the entered value should be split by commas to search for
         * multiple values
-        * @var boolean
+        * @var bool
         */
        protected $supportsMultipleValues = false;
        
index 2c60d5ac6d89af5d9b884959081a6e2b1e23bf72..f5f42b550f007627f8620e032580027505d60f60 100644 (file)
@@ -18,7 +18,7 @@ interface IContentCondition extends ICondition {
         * like the active user object via WCF::getUser().
         * 
         * @param       Condition       $condition
-        * @return      boolean
+        * @return      bool
         */
        public function showContent(Condition $condition);
 }
index f35fb48868abd759d8b132bc43f76bd6eb2daacb..5a5615eb49a6cf6e649da8b38cdf9d00c929339e 100644 (file)
@@ -19,7 +19,7 @@ interface IObjectCondition extends ICondition {
         * 
         * @param       DatabaseObject  $object
         * @param       array           $conditionData
-        * @return      boolean
+        * @return      bool
         */
        public function checkObject(DatabaseObject $object, array $conditionData);
 }
index 0b3216cc6b2bd3bc0982cfc98a7282e6e5b93f3c..b373d0849dcf02c12119b10f138bd2dcdca6c4ec 100644 (file)
@@ -27,7 +27,7 @@ interface IUserCondition extends ICondition {
         * 
         * @param       Condition       $condition
         * @param       User            $user
-        * @return      boolean
+        * @return      bool
         */
        public function checkUser(Condition $condition, User $user);
 }
index 95b1d21e919a0dcb9a9e8d030b7548d8b4b7afa0..da0e6090d86013b605abdf4c4216bbc554a8bf20 100644 (file)
@@ -62,7 +62,7 @@ abstract class Database {
        
        /**
         * enables failsafe connection
-        * @var boolean
+        * @var bool
         */
        protected $failsafeTest = false;
        
@@ -92,7 +92,7 @@ abstract class Database {
        
        /**
         * attempts to create the database after the connection has been established
-        * @var boolean
+        * @var bool
         */
        protected $tryToCreateDatabase = false;
        
@@ -110,8 +110,8 @@ abstract class Database {
         * @param       string          $password               SQL database server password
         * @param       string          $database               SQL database server database name
         * @param       int             $port                   SQL database server port
-        * @param       boolean         $failsafeTest
-        * @param       boolean         $tryToCreateDatabase
+        * @param       bool            $failsafeTest
+        * @param       bool            $tryToCreateDatabase
         * @param       array           $defaultDriverOptions
         */
        public function __construct($host, $user, $password, $database, $port, $failsafeTest = false, $tryToCreateDatabase = false, $defaultDriverOptions = []) {
@@ -157,7 +157,7 @@ abstract class Database {
        /**
         * Initiates a transaction.
         * 
-        * @return      boolean         true on success
+        * @return      bool            true on success
         * @throws      DatabaseTransactionException
         */
        public function beginTransaction() {
@@ -184,7 +184,7 @@ abstract class Database {
        /**
         * Commits a transaction and returns true if the transaction was successful.
         * 
-        * @return      boolean
+        * @return      bool
         * @throws      DatabaseTransactionException
         */
        public function commitTransaction() {
@@ -214,7 +214,7 @@ abstract class Database {
        /**
         * Rolls back a transaction and returns true if the rollback was successful.
         * 
-        * @return      boolean
+        * @return      bool
         * @throws      DatabaseTransactionException
         */
        public function rollBackTransaction() {
@@ -411,7 +411,7 @@ abstract class Database {
        /**
         * Returns true if this database type is supported.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function isSupported() {
                return false;
index 4aadd3d4254828cb18bfb2bc1e4e767e21f42a7a..ee1bf2fe1650fd8f8bd8b116d99ebac9b59b7a02 100644 (file)
@@ -12,15 +12,15 @@ use wcf\util\StringUtil;
  * @package    WoltLabSuite\Core\System\Database
  * 
  * @method     int             del($key1, $key2 = null, $key3 = null)
- * @method     boolean         expire($key, $ttl)
+ * @method     bool            expire($key, $ttl)
  * @method     string|bool     get($key)
  * @method     int             hDel($key, $hashKey1, $hashKey2 = null, $hashKeyN = null)
  * @method     string          hGet($key, $hashKey)
  * @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     bool            setex($key, $ttl, $value)
+ * @method     bool            setnx($key, $value)
  * @method     int             ttl($key)
  */
 class Redis {
index 41cf541d232498026ddbeab864855e22348373c7..84ef7640a5970399fed036cf14cd0e0babd36d38 100644 (file)
@@ -216,7 +216,7 @@ class PreparedStatement {
         * 
         * @param       string          $keyColumn      name of the key column
         * @param       string          $valueColumn    name of the value column
-        * @param       boolean         $uniqueKey      if `true`, a one-dimensional array is returned, otherwise, for each key an array of fetched values is returned 
+        * @param       bool            $uniqueKey      if `true`, a one-dimensional array is returned, otherwise, for each key an array of fetched values is returned 
         * @return      string[]|string[][]
         */
        public function fetchMap($keyColumn, $valueColumn, $uniqueKey = true) {
index d6e349a1fc02fb0907ea02f4947416aff9b3d4c0..e4d22f01853c5bd5fcff503a55213912800b3165 100644 (file)
@@ -12,7 +12,7 @@ namespace wcf\system\database\util;
 class ConditionBuilder {
        /**
         * must be true to add the 'WHERE' keyword automatically
-        * @var boolean
+        * @var bool
         */
        protected $addWhereKeyword = true;
        
@@ -31,7 +31,7 @@ class ConditionBuilder {
        /**
         * Creates a new ConditionBuilder object.
         * 
-        * @param       boolean         $addWhereKeyword
+        * @param       bool            $addWhereKeyword
         * @param       string          $concat
         */
        public function __construct($addWhereKeyword = true, $concat = 'AND') {
@@ -65,7 +65,7 @@ class ConditionBuilder {
        /**
         * Enables / disables the where keyword.
         * 
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enableWhereKeyword($enable = true) {
                $this->addWhereKeyword = $enable;
index 28189562524a139e885205134450f947a599c530..08b6ce4cfa07c3564d3b08ec4c01f129e622fb93 100644 (file)
@@ -73,7 +73,7 @@ class DevtoolsSetup extends SingletonFactory {
         * Returns true if the suggested default paths for the Core and, if exists,
         * the bundled app should be used.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function useDefaultInstallPath() {
                return (isset($this->configuration['setup']) && isset($this->configuration['setup']['useDefaultInstallPath']) && $this->configuration['setup']['useDefaultInstallPath'] === true);
@@ -83,7 +83,7 @@ class DevtoolsSetup extends SingletonFactory {
         * Returns true if a static cookie prefix should be used, instead of the randomized
         * value used for non-dev-mode installations.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function forceStaticCookiePrefix() {
                return (isset($this->configuration['setup']) && isset($this->configuration['setup']['forceStaticCookiePrefix']) && $this->configuration['setup']['forceStaticCookiePrefix'] === true);
index c4449c5187243e5ac2d0d09fc707ea3ad0513bf3..0e18d91f90b93171b6139bee6313ffbc9f7f994f 100644 (file)
@@ -48,7 +48,7 @@ class DevtoolsPackageXmlWriter {
         * section or `false`, otherwise.
         * 
         * @param       string          $string
-        * @return      boolean
+        * @return      bool
         */
        protected function requiresCdata($string) {
                return strpos($string, '<') !== false ||
index f2962b2af343f54dd584d6edaa9246feb57a2a69..e2a1cd3af0dd82d0f383e55d025d10dd35a72c9f 100644 (file)
@@ -44,7 +44,7 @@ class DevtoolsPip extends DatabaseObjectDecorator {
        /**
         * Returns true if the PIP class can be found.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function classExists() {
                return class_exists($this->getDecoratedObject()->className);
@@ -53,7 +53,7 @@ class DevtoolsPip extends DatabaseObjectDecorator {
        /**
         * Returns true if the PIP is expected to be idempotent.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isIdempotent() {
                return is_subclass_of($this->getDecoratedObject()->className, IIdempotentPackageInstallationPlugin::class);
@@ -75,7 +75,7 @@ class DevtoolsPip extends DatabaseObjectDecorator {
        /**
         * Returns true if the PIP exists, has a default filename and is idempotent.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isSupported() {
                return $this->classExists() && $this->getDefaultFilename() && $this->isIdempotent();
@@ -84,7 +84,7 @@ class DevtoolsPip extends DatabaseObjectDecorator {
        /**
         * Returns `true` if this pip supports adding and editing entries via a gui.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       5.2
         */
        public function supportsGui() {
index 2c3287975392d18bb2cd4330b7333308c1db97bd..5f371ead8ae450eda1b11eea62e6df316c8ce6dc 100644 (file)
@@ -109,7 +109,7 @@ interface IGuiPackageInstallationPlugin extends IIdempotentPackageInstallationPl
         * Returns `true` if this package installation plugin supports delete
         * instructions.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsDeleteInstruction();
 }
index 923c4bf16aefd45530fed8f2d55e13876afdf3c0..8ecbef2d7de3662674e45db3bba855e625092aaa 100644 (file)
@@ -134,7 +134,7 @@ trait TMultiXmlGuiPackageInstallationPlugin {
        /**
         * Returns the xml objects for this pip.
         * 
-        * @param       boolean         $createXmlFiles         if `true` and if a relevant XML file does not exist, it is created
+        * @param       bool            $createXmlFiles         if `true` and if a relevant XML file does not exist, it is created
         * @return      XML[]
         */
        abstract protected function getProjectXmls($createXmlFiles = false);
index b078e7618c2a26474b0dfe1e076547edde73dd1a..29d046168ef1ef413d599582b87e0e13dfabdcdd 100644 (file)
@@ -180,7 +180,7 @@ trait TXmlGuiPackageInstallationPlugin {
         * on the value of `$addDeleteInstruction`, adds a delete instruction.
         * 
         * @param       string          $identifier
-        * @param       boolean         $addDeleteInstruction
+        * @param       bool            $addDeleteInstruction
         */
        public function deleteEntry($identifier, $addDeleteInstruction) {
                $xml = $this->getProjectXml();
@@ -225,7 +225,7 @@ trait TXmlGuiPackageInstallationPlugin {
         * because there is no content left.
         * 
         * @param       \DOMDocument    $document       sanitized document
-        * @return      boolean
+        * @return      bool
         */
        protected function sanitizeXmlFileAfterDeleteEntry(\DOMDocument $document) {
                $data = $document->getElementsByTagName('data')->item(0);
@@ -690,7 +690,7 @@ XML;
         * Returns `true` if this package installation plugin supports delete
         * instructions.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsDeleteInstruction() {
                return true;
index 15af59d45a16da48b0fd57fa8b90f4c2adecd86d..d2a3f974e885b2689fefeab4c3e64783c4af3b56 100644 (file)
@@ -81,7 +81,7 @@ class Email {
        
        /**
         * Whether the listUnsubscribe URI has One-Click support
-        * @var boolean
+        * @var bool
         * @since 5.3
         */
        protected $listUnsubscribeOneClick = false;
@@ -323,7 +323,7 @@ class Email {
         * with the value 'List-Unsubscribe=One-Click' is added.
         * 
         * @param       string          $uri
-        * @param       boolean         $supportsOneClick
+        * @param       bool            $supportsOneClick
         * @since 5.3
         */
        public function setListUnsubscribe($uri, $supportsOneClick = false) {
index b54decac582670c76f31bde85dcb8bf42bd34ca8..e5fff6f44a2c8f7676aeb83835d32063685dd0ae 100644 (file)
@@ -54,7 +54,7 @@ interface IExporter {
        /**
         * Validates given file system path. Returns false on failure.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function validateFileAccess();
        
@@ -62,7 +62,7 @@ interface IExporter {
         * Validates the selected data types. Returns false on failure.
         * 
         * @param       array           $selectedData
-        * @return      boolean
+        * @return      bool
         */
        public function validateSelectedData(array $selectedData);
        
index 34c62c1294559f064203177c331882e6e42d7b88..de6a27cfdd8c57ddb6ba2461c888252360a59f65 100644 (file)
@@ -31,7 +31,7 @@ class UploadField {
        
        /**
         * This flag indicates whether only images can uploaded via this field.
-        * @var boolean
+        * @var bool
         */
        public $imageOnly = false;
        
@@ -39,7 +39,7 @@ class UploadField {
         * This flag indicates whether only images can uploaded via this field.
         * <strong>Heads up:</strong> SVG images can contain bad code, therefore do not
         * use this option, outside the acp or check the file whether remote code is contained.
-        * @var boolean
+        * @var bool
         */
        public $allowSvgImage = false;
        
@@ -62,7 +62,7 @@ class UploadField {
        /**
         * Indicates the support of multiple files.
         * 
-        * @return boolean
+        * @return bool
         */
        public function supportMultipleFiles() {
                return $this->maxFiles === null || $this->maxFiles > 1;
@@ -80,7 +80,7 @@ class UploadField {
        /**
         * Returns `true` if only images can be uploaded via this field and returns `false` otherwise.
         * 
-        * @return boolean
+        * @return bool
         */
        public function isImageOnly() {
                return $this->imageOnly;
@@ -89,7 +89,7 @@ class UploadField {
        /**
         * Returns true, if the field can contain svg images in the image only mode.
         * 
-        * @return boolean
+        * @return bool
         */
        public function svgImageAllowed() {
                return $this->allowSvgImage;
@@ -129,7 +129,7 @@ class UploadField {
         * If set to `true` will also set the acceptable types to `image/*`. If set to
         * false it will clear the acceptable types if they are `image/*`.
         * 
-        * @param       boolean       $imageOnly
+        * @param       bool       $imageOnly
         */
        public function setImageOnly($imageOnly) {
                $this->imageOnly = $imageOnly;
@@ -155,7 +155,7 @@ class UploadField {
         * <strong>Heads up:</strong> SVG images can contain bad code, therefore do not
         * use this option, outside the acp or check the file whether remote code is contained.
         * 
-        * @param       boolean       $allowSvgImage
+        * @param       bool       $allowSvgImage
         * 
         * @throws      \BadMethodCallException         if the imageOnly flag isn't set to true
         */
index d47899db47443d023fbcecdd76eee966d93ab221..adea882ac92c5276e1a38467ce65431e31d8fdfa 100644 (file)
@@ -34,7 +34,7 @@ class UploadFile {
        
        /**
         * Indicator, whether the file is already processed.
-        * @var boolean 
+        * @var bool 
         */
        private $processed;
        
@@ -46,13 +46,13 @@ class UploadFile {
        
        /**
         * Indicator, whether the file is an image.
-        * @var boolean 
+        * @var bool 
         */
        private $isImage;
        
        /**
         * Indicator, whether the file can be displayed as an image.
-        * @var boolean
+        * @var bool
         */
        public $viewableImage;
        
@@ -73,9 +73,9 @@ class UploadFile {
         *
         * @param       string          $location
         * @param       string          $filename
-        * @param       boolean         $viewableImage
-        * @param       boolean         $processed
-        * @param       boolean         $detectSvgAsImage
+        * @param       bool         $viewableImage
+        * @param       bool         $processed
+        * @param       bool         $detectSvgAsImage
         */
        public function __construct($location, $filename, $viewableImage = true, $processed = false, $detectSvgAsImage = false) {
                if (!file_exists($location)) {
@@ -101,7 +101,7 @@ class UploadFile {
        /**
         * Returns true, whether this file is an image.
         * 
-        * @return boolean
+        * @return bool
         */
        public function isImage() {
                return $this->isImage;
@@ -198,7 +198,7 @@ class UploadFile {
        /**
         * Returns true, if the file is already processed. 
         * 
-        * @return boolean
+        * @return bool
         */
        public function isProcessed() {
                return $this->processed;
index f27ac697b8b105e71bc06cceb0146a5ea9cbb01c..0771635aafef59e7268cfecacbf334cfc0e61a2d 100644 (file)
@@ -108,7 +108,7 @@ class UploadHandler extends SingletonFactory {
         * Returns the removed but previosly proccessed files for a specific fieldId.
         *
         * @param       string          $fieldId
-        * @param       boolean         $processFiles
+        * @param       bool         $processFiles
         * @return      UploadFile[]
         * 
         * @throws      \InvalidArgumentException       if the given fieldId is unknown
@@ -125,7 +125,7 @@ class UploadHandler extends SingletonFactory {
         * Returns the removed but previosly proccessed files for a specific internalId.
         *
         * @param       string          $internalId
-        * @param       boolean         $processFiles
+        * @param       bool         $processFiles
         * @return      UploadFile[]
         */
        public function getRemovedFiledByInternalId($internalId, $processFiles = true) {
@@ -221,7 +221,7 @@ class UploadHandler extends SingletonFactory {
         * Returns true, if the given internalId is valid.
         * 
         * @param       string          $internalId
-        * @return      boolean
+        * @return      bool
         */
        public function isValidInternalId($internalId) {
                return isset($this->getStorage()[$internalId]); 
@@ -232,7 +232,7 @@ class UploadHandler extends SingletonFactory {
         * 
         * @param       string        $internalId
         * @param       string        $uniqueFileId
-        * @return      boolean
+        * @return      bool
         */
        public function isValidUniqueFileId($internalId, $uniqueFileId) {
                return $this->getFileByUniqueFileId($internalId, $uniqueFileId) !== null; 
@@ -358,7 +358,7 @@ class UploadHandler extends SingletonFactory {
         * Returns true, iff a field with the given fieldId is already registered. 
         * 
         * @param       string          $fieldId
-        * @return      boolean
+        * @return      bool
         */
        public function isRegisteredFieldId($fieldId) {
                return isset($this->fields[$fieldId]);
index 97a7dd78060e03f88924cda25981e932cd2f8c3b..724087d16d7e5629797de095f4a20325161b22ad 100644 (file)
@@ -40,14 +40,14 @@ class FormDocument implements IFormDocument {
        
        /**
         * `true` if the default button is added and `false` otherwise
-        * @var boolean
+        * @var bool
         */
        protected $addDefaultButton = true;
        
        /**
         * `true` if form is requested via an AJAX request or processes data via an AJAX request
         * and `false` otherwise
-        * @var boolean
+        * @var bool
         */
        protected $ajax = false;
        
@@ -65,7 +65,7 @@ class FormDocument implements IFormDocument {
        
        /**
         * indicates if the form data has been read via `readData()`
-        * @var boolean
+        * @var bool
         */
        protected $didReadValues = false;
        
@@ -89,7 +89,7 @@ class FormDocument implements IFormDocument {
        
        /**
         * is `true` if form document is in invalid due to external factors and is `false` otherwise
-        * @var boolean
+        * @var bool
         */
        protected $invalid = false;
        
@@ -126,13 +126,13 @@ class FormDocument implements IFormDocument {
        /**
         * is `true` if global form error message will be shown if there are validation errors and
         * is `false` otherwise
-        * @var boolean
+        * @var bool
         */
        protected $showErrorMessage = true;
        
        /**
         * is `true` if global form success message will be shown and is `false` otherwise
-        * @var boolean
+        * @var bool
         */
        protected $showSuccessMessage = false;
        
index 91ee25fbdda6849c405ab63149f93334cab17689..7b3f06c94ad6d5989f349d7084e8f2aa2a249809 100644 (file)
@@ -48,7 +48,7 @@ interface IFormDocument extends IFormParentNode {
        /**
         * Sets whether the default button is added to the form during in the `build()` method.
         * 
-        * @param       boolean         $addDefaultButton
+        * @param       bool            $addDefaultButton
         * @return      static                          this document
         * @throws      \BadMethodCallException         if the form has already been built
         */
@@ -58,7 +58,7 @@ interface IFormDocument extends IFormParentNode {
         * Sets whether this form is requested via an AJAX request or processes data via an AJAX
         * request and returns his document.
         * 
-        * @param       boolean         $ajax
+        * @param       bool            $ajax
         * @return      static          this document
         */
        public function ajax($ajax = true);
@@ -79,7 +79,7 @@ interface IFormDocument extends IFormParentNode {
        /**
         * Returns `true` if the form data has been read via `readData()` and `false` otherwise.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function didReadValues();
        
@@ -233,7 +233,7 @@ interface IFormDocument extends IFormParentNode {
         * Returns `true` if a button with the given id exists and `false` otherwise.
         *
         * @param       string          $buttonId       id of checked button
-        * @return      boolean
+        * @return      bool
         */
        public function hasButton($buttonId);
        
@@ -244,7 +244,7 @@ interface IFormDocument extends IFormParentNode {
         * By default, the default button is added.
         * Each implementing class can define itself what it considers its default button.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasDefaultButton();
        
@@ -265,7 +265,7 @@ interface IFormDocument extends IFormParentNode {
         * 
         * By default, this method returns `false`.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAjax();
        
@@ -275,14 +275,14 @@ interface IFormDocument extends IFormParentNode {
         * 
         * By default, the form document is not invalid.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isInvalid();
        
        /**
         * Sets if the form document is in invalid due to external factors.
         * 
-        * @param       boolean         $invalid
+        * @param       bool            $invalid
         * @return      static                          this document
         */
        public function invalid($invalid = true);
@@ -303,7 +303,7 @@ interface IFormDocument extends IFormParentNode {
         * This method automatically sets the form mode to `self::FORM_MODE_UPDATE`.
         * 
         * @param       IStorableObject         $object         updated object
-        * @param       boolean                 $loadValues     indicates if the object's values are loaded
+        * @param       bool                    $loadValues     indicates if the object's values are loaded
         * @return      static                                  this document
         */
        public function updatedObject(IStorableObject $object, $loadValues = true);
@@ -361,7 +361,7 @@ interface IFormDocument extends IFormParentNode {
        /**
         * Sets if the global form error message should be shown if the form has validation errors.
         * 
-        * @param       boolean         $showErrorMessage
+        * @param       bool            $showErrorMessage
         * @return      static                                  this document
         */
        public function showErrorMessage($showErrorMessage = true);
@@ -369,7 +369,7 @@ interface IFormDocument extends IFormParentNode {
        /**
         * Sets if the global form success message should be shown.
         * 
-        * @param       boolean         $showSuccessMessage
+        * @param       bool            $showSuccessMessage
         * @return      static                                  this document
         */
        public function showSuccessMessage($showSuccessMessage = true);
@@ -380,7 +380,7 @@ interface IFormDocument extends IFormParentNode {
         * 
         * By default, the global form error message is shown.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function showsErrorMessage();
        
@@ -389,7 +389,7 @@ interface IFormDocument extends IFormParentNode {
         * 
         * By default, the global form error message is not shown.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function showsSuccessMessage();
        
index e3262e7191bab9495b6b17d4961ee8511799438b..ca8806ee8738f33220b985c416fe65854826d902 100644 (file)
@@ -25,7 +25,7 @@ class FormButton implements IFormButton {
        
        /**
         * `true` this button is an `input[type=submit]` element and `false` if it is a `button` element
-        * @var boolean
+        * @var bool
         */
        protected $submit = false;
        
index 62bf969d53beb16269f853d1a693bfb5616e122d..977db49e9c4ea4a46a44a091b984a55bee2dcd9f 100644 (file)
@@ -36,14 +36,14 @@ interface IFormButton extends IFormChildNode, IFormElement {
         * Returns `true` this button is an `input[type=submit]` element and `false` if it is a `button`
         * element.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isSubmit();
        
        /**
         * Sets whether this button is an `input[type=submit]` element or a `button` element. 
         * 
-        * @param       boolean         $submitButton
+        * @param       bool            $submitButton
         * @return      static                          this form button
         */
        public function submit($submitButton = true);
index 2bfc906fe350ae3d84fe0a6ba092226578181a4d..c418075d340b2f2f18d32324b83d315c622ab0cd 100644 (file)
@@ -18,7 +18,7 @@ class TabMenuFormContainer extends FormContainer implements ITabMenuFormContaine
        
        /**
         * is `true` if the links in the tab menu have anchors
-        * @var boolean
+        * @var bool
         */
        protected $useAnchors = true;
        
@@ -33,7 +33,7 @@ class TabMenuFormContainer extends FormContainer implements ITabMenuFormContaine
        /**
         * Sets if the links in the tab menu have anchors and returns this form container.
         * 
-        * @param       boolean         $useAnchors
+        * @param       bool            $useAnchors
         * @return      TabMenuFormContainer            this form container
         */
        public function useAnchors($useAnchors = true) {
@@ -47,7 +47,7 @@ class TabMenuFormContainer extends FormContainer implements ITabMenuFormContaine
         * 
         * By default, the links in the tab menu have anchors. 
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function usesAnchors() {
                return $this->useAnchors;
index ee5f0cd604979f72f3557c58c92f04c0612c5b11..c6176984af5dd2d107d262ccdbd73efe791bc495 100644 (file)
@@ -115,19 +115,19 @@ class WysiwygFormContainer extends FormContainer {
        
        /**
         * is `true` if the wysiwyg form field will support mentions, otherwise `false`
-        * @var boolean
+        * @var bool
         */
        protected $supportMentions = false;
        
        /**
         * is `true` if quotes are supported for this container, otherwise `false`
-        * @var boolean
+        * @var bool
         */
        protected $supportQuotes = false;
        
        /**
         * is `true` if smilies are supported for this container, otherwise `false`
-        * @var boolean
+        * @var bool
         */
        protected $supportSmilies = true;
        
@@ -574,7 +574,7 @@ class WysiwygFormContainer extends FormContainer {
         * 
         * By default, mentions are not supported.
         * 
-        * @param       boolean         $supportMentions
+        * @param       bool            $supportMentions
         * @return      WysiwygFormContainer            this form container
         */
        public function supportMentions($supportMentions = true) {
@@ -593,7 +593,7 @@ class WysiwygFormContainer extends FormContainer {
         * 
         * By default, quotes are not supported.
         * 
-        * @param       boolean         $supportQuotes
+        * @param       bool            $supportQuotes
         * @return      WysiwygFormContainer            this form container
         */
        public function supportQuotes($supportQuotes = true) {
@@ -612,7 +612,7 @@ class WysiwygFormContainer extends FormContainer {
         * 
         * By default, smilies are supported.
         * 
-        * @param       boolean         $supportSmilies
+        * @param       bool            $supportSmilies
         * @return      WysiwygFormContainer            this form container
         */
        public function supportSmilies($supportSmilies = true) {
index 0f1e944269cf980419f05c81ff85f5f00eef80db..80e87040bc969d9a621bf12bbe6745e25c3756d1 100644 (file)
@@ -33,13 +33,13 @@ class UploadFormField extends AbstractFormField {
         * This flag indicates whether only images can uploaded via this field.
         * <strong>Heads up:</strong> SVG images can contain bad code, therefore do not
         * use this option, outside the acp or check the file whether remote code is contained.
-        * @var boolean
+        * @var bool
         */
        protected $imageOnly = false;
        
        /**
         * This flag indicates whether SVG images are treated as image in the image only mode.
-        * @var boolean
+        * @var bool
         */
        protected $allowSvgImage = false;
        
@@ -126,7 +126,7 @@ class UploadFormField extends AbstractFormField {
        /**
         * Returns true, iff the current field is already registered. 
         * 
-        * @return boolean
+        * @return bool
         */
        private function isRegistered() {
                return $this->isPopulated;
@@ -610,7 +610,7 @@ class UploadFormField extends AbstractFormField {
         * If set to `true` will also set the acceptable types to `image/*`. If set to
         * false it will clear the acceptable types if they are `image/*`.
         * 
-        * @param       boolean         $imageOnly
+        * @param       bool            $imageOnly
         * @return      static                          this field
         * 
         * @throws       \InvalidArgumentException         if the field is not set to images only and a minimum/maximum width/height is set
@@ -658,7 +658,7 @@ class UploadFormField extends AbstractFormField {
         * <strong>Heads up:</strong> SVG images can contain bad code, therefore do not
         * use this option, outside the acp or check the file whether remote code is contained.
         *
-        * @param       boolean         $allowSvgImages
+        * @param       bool            $allowSvgImages
         * @return      static                          this field
         * 
         * @throws      \BadMethodCallException         if the imageOnly flag isn't set to true
@@ -676,7 +676,7 @@ class UploadFormField extends AbstractFormField {
        /**
         * Returns `true` if only images can be uploaded via this field and returns `false` otherwise.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isImageOnly() {
                return $this->imageOnly;
@@ -685,7 +685,7 @@ class UploadFormField extends AbstractFormField {
        /**
         * Returns true, if the field can contain svg images in the image only mode.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function svgImageAllowed() {
                return $this->allowSvgImage;
index 5bbd26aac8d2d3c447da112b48b00e93d66be328..4274913861b6bae392909d957fd44b9367f9a96a 100644 (file)
@@ -20,7 +20,7 @@ class SingleMediaSelectionFormField extends AbstractFormField implements IImmuta
        
        /**
         * is `true` if only images can be selected and `false` otherwise
-        * @var boolean
+        * @var bool
         */
        protected $imageOnly = false;
        
@@ -66,7 +66,7 @@ class SingleMediaSelectionFormField extends AbstractFormField implements IImmuta
        /**
         * Sets if only images can be selected and returns this field.
         * 
-        * @param       boolean         $imageOnly
+        * @param       bool            $imageOnly
         * @return      static                          this field
         */
        public function imageOnly($imageOnly = true) {
@@ -80,7 +80,7 @@ class SingleMediaSelectionFormField extends AbstractFormField implements IImmuta
         * 
         * By default, all images can be selected.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isImageOnly() {
                return $this->imageOnly;
index aec7b56396664d1c38b3f174b27baeb094f71e1a..196ddfdeee73ee4efa79f1a093177e37235daf8b 100644 (file)
@@ -64,19 +64,19 @@ class WysiwygFormField extends AbstractFormField implements IAttributeFormField,
        
        /**
         * is `true` if this form field supports attachments, otherwise `false`
-        * @var boolean 
+        * @var bool 
         */
        protected $supportAttachments = false;
        
        /**
         * is `true` if this form field supports mentions, otherwise `false`
-        * @var boolean
+        * @var bool
         */
        protected $supportMentions = false;
        
        /**
         * is `true` if this form field supports quotes, otherwise `false`
-        * @var boolean
+        * @var bool
         */
        protected $supportQuotes = false;
        
@@ -285,7 +285,7 @@ class WysiwygFormField extends AbstractFormField implements IAttributeFormField,
        /**
         * Sets if the form field supports attachments and returns this field.
         * 
-        * @param       boolean         $supportAttachments
+        * @param       bool            $supportAttachments
         * @return      WysiwygFormField                this field
         */
        public function supportAttachments($supportAttachments = true) {
@@ -297,7 +297,7 @@ class WysiwygFormField extends AbstractFormField implements IAttributeFormField,
        /**
         * Sets if the form field supports mentions and returns this field.
         * 
-        * @param       boolean         $supportMentions
+        * @param       bool            $supportMentions
         * @return      WysiwygFormField                this field
         */
        public function supportMentions($supportMentions = true) {
@@ -309,7 +309,7 @@ class WysiwygFormField extends AbstractFormField implements IAttributeFormField,
        /**
         * Sets if the form field supports quotes and returns this field.
         * 
-        * @param       boolean         $supportQuotes
+        * @param       bool            $supportQuotes
         * @return      WysiwygFormField                this field
         */
        public function supportQuotes($supportQuotes = true) {
@@ -336,7 +336,7 @@ class WysiwygFormField extends AbstractFormField implements IAttributeFormField,
         * 
         * By default, attachments are not supported.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsAttachments() {
                return $this->supportAttachments;
@@ -347,7 +347,7 @@ class WysiwygFormField extends AbstractFormField implements IAttributeFormField,
         * 
         * By default, mentions are not supported.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsMentions() {
                return $this->supportMentions;
@@ -358,7 +358,7 @@ class WysiwygFormField extends AbstractFormField implements IAttributeFormField,
         * 
         * By default, quotes are not supported.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsQuotes() {
                return $this->supportQuotes;
index 205a21255107d008622f191e480fb214821a148a..d5dfc8c107506abea7af2a2686819b1a1cedbf5f 100644 (file)
@@ -36,7 +36,7 @@ class HtmlInputProcessor extends AbstractHtmlProcessor {
        
        /**
         * skip the HTML filter during message reprocessing
-        * @var boolean
+        * @var bool
         */
        protected $skipFilter = false;
        
@@ -46,7 +46,7 @@ class HtmlInputProcessor extends AbstractHtmlProcessor {
         * @param       string          $html                   html string
         * @param       string          $objectType             object type identifier
         * @param       int         $objectID               object id
-        * @param       boolean         $convertFromBBCode      interpret input as bbcode
+        * @param       bool         $convertFromBBCode      interpret input as bbcode
         */
        public function process($html, $objectType, $objectID = 0, $convertFromBBCode = false) {
                $this->reset();
@@ -197,7 +197,7 @@ class HtmlInputProcessor extends AbstractHtmlProcessor {
        /**
         * Returns true if the message appears to be empty.
         * 
-        * @return      boolean         true if message appears to be empty
+        * @return      bool         true if message appears to be empty
         */
        public function appearsToBeEmpty() {
                return $this->getHtmlInputNodeProcessor()->appearsToBeEmpty();
index e01a74ab3c4413d9ec57811c54733dacffa1f5f2..9b7f919b21e9ec2acd3fd4b2d8f0a31f8cf5640d 100644 (file)
@@ -497,7 +497,7 @@ class HtmlInputNodeProcessor extends AbstractHtmlNodeProcessor {
        /**
         * Returns true if the message appears to be empty.
         *
-        * @return      boolean         true if message appears to be empty
+        * @return      bool         true if message appears to be empty
         */
        public function appearsToBeEmpty() {
                if ($this->getTextContent() !== '') {
index d1765468dc46bfa69fd73c250cc466a2b0774b83..6619ca2b79fc71a7dd15c0c4e3c690debd48aa34 100644 (file)
@@ -403,8 +403,8 @@ class HtmlInputNodeTextParser {
         * 
         * @param       \DOMText        $text           text node
         * @param       string          $value          node value
-        * @param       boolean         $allowURL       url bbcode is allowed
-        * @param       boolean         $allowMedia     media bbcode is allowed
+        * @param       bool         $allowURL       url bbcode is allowed
+        * @param       bool         $allowMedia     media bbcode is allowed
         * @return      string          modified node value with replacement placeholders
         */
        protected function parseURL(\DOMText $text, $value, $allowURL, $allowMedia) {
@@ -647,7 +647,7 @@ class HtmlInputNodeTextParser {
         * auto-detection of content.
         * 
         * @param       \DOMText        $text           text node
-        * @return      boolean         true if text node is inside a code element
+        * @return      bool         true if text node is inside a code element
         */
        protected function hasCodeParent(\DOMText $text) {
                $parent = $text;
@@ -670,7 +670,7 @@ class HtmlInputNodeTextParser {
         * being recognized as a link again.
         * 
         * @param       \DOMText        $text           text node
-        * @return      boolean         true if text node is inside a link
+        * @return      bool         true if text node is inside a link
         */
        protected function hasLinkParent(\DOMText $text) {
                $parent = $text;
@@ -726,7 +726,7 @@ class HtmlInputNodeTextParser {
         * colons, that have been incorrectly matched.
         * 
         * @param       string          $match                                  matched username
-        * @param       boolean         $trimTrailingSpecialCharacters          true to strip special characters found at the end of the match
+        * @param       bool         $trimTrailingSpecialCharacters          true to strip special characters found at the end of the match
         * @return      string          sanitized username
         */
        public function getUsername($match, $trimTrailingSpecialCharacters = true) {
index 55cadf3c789c175c2e7492e8ca262251aa3c3bda..442fac4358ca4e97d15a556581ac84c8d0a813a6 100644 (file)
@@ -152,7 +152,7 @@ class HtmlInputNodeWoltlabMetacodeMarker extends AbstractHtmlInputNode {
         * Returns `true` if the given element is inside a code element.
         * 
         * @param       \DOMElement     $element
-        * @return      boolean
+        * @return      bool
         */
        protected function isInsideCode(\DOMElement $element) {
                $parent = $element;
@@ -501,7 +501,7 @@ class HtmlInputNodeWoltlabMetacodeMarker extends AbstractHtmlInputNode {
         * Returns true if provided node is a block element.
         * 
         * @param       \DOMNode        $node           node
-        * @return      boolean         true for certain block elements
+        * @return      bool            true for certain block elements
         */
        protected function isBlockElement(\DOMNode $node) {
                switch ($node->nodeName) {
index 78370dee666b6955fd11b33a1eb873a15b8fb368..75022125ad358a85544face34c2b37468f0d4e87 100644 (file)
@@ -28,7 +28,7 @@ interface IMetacodeConverter {
         * Validates attributes before any DOM modification occurs.
         * 
         * @param       array           $attributes     list of attributes
-        * @return      boolean         false if attributes did not match the converter's expectation
+        * @return      bool            false if attributes did not match the converter's expectation
         */
        public function validateAttributes(array $attributes);
 }
index a3cd0cd574cdcfe35b630121e9c4071cedb07f7a..d620956728fc60ab021c5e513a6c588b22301610 100644 (file)
@@ -179,7 +179,7 @@ class ListMetacodeConverter extends AbstractMetacodeConverter {
         * with nested lists handled in the wrong order.
         * 
         * @param       \DOMNode        $node           target node
-        * @return      boolean         true if provided node is within another list
+        * @return      bool         true if provided node is within another list
         */
        protected function isInsideList(\DOMNode $node) {
                /** @var \DOMElement $parent */
index 7f5378778c3baf4eb81a5d57dd4d6fefc19341b4..9d7aefc752b7c1402195f7ec83bee5ca1215e1a2 100644 (file)
@@ -152,7 +152,7 @@ class TableMetacodeConverter extends AbstractMetacodeConverter {
         * with nested tables handled in the wrong order.
         *
         * @param       \DOMNode        $node           target node
-        * @return      boolean         true if provided node is within another table
+        * @return      bool         true if provided node is within another table
         */
        protected function isInsideTable(\DOMNode $node) {
                /** @var \DOMElement $parent */
index f3fdfe0f3c424fc92e66e97d3ffeb11e972a753f..276f1f47c1099a1a7f9538001314ea358aa86d17 100644 (file)
@@ -190,7 +190,7 @@ abstract class AbstractHtmlNodeProcessor implements IHtmlNodeProcessor {
         * 
         * @param       \DOMElement     $element        target element
         * @param       string          $text           text used to replace target 
-        * @param       boolean         $isBlockElement true if element is a block element
+        * @param       bool         $isBlockElement true if element is a block element
         */
        public function replaceElementWithText(\DOMElement $element, $text, $isBlockElement) {
                $textNode = $element->ownerDocument->createTextNode($text);
index 67b8f047eda053bedb61898608b30e47780ad0d0..80d00efbdf9d2348559b6f761e080b2c25f1e112 100644 (file)
@@ -59,7 +59,7 @@ class HtmlOutputProcessor extends AbstractHtmlProcessor {
         * @param       string          $html                           html string
         * @param       string          $objectType                     object type identifier
         * @param       int         $objectID                       object id
-        * @param       boolean         $doKeywordHighlighting          enable keyword highlighting
+        * @param       bool            $doKeywordHighlighting          enable keyword highlighting
         * @param       int         $languageID                     content language id
         */
        public function process($html, $objectType, $objectID, $doKeywordHighlighting = true, $languageID = null) {
index d03f0c1137b84f9bf3d31cabc255d4c1d7f02ee0..a98343afe41ea0bcf8e5718cd66ee11365165611 100644 (file)
@@ -228,7 +228,7 @@ class HtmlOutputNodeImg extends AbstractHtmlOutputNode {
         * and whitelisted ones with wildcard support.
         * 
         * @param       string          $hostname
-        * @return      boolean
+        * @return      bool
         */
        protected function bypassProxy($hostname) {
                static $matcher = null;
index 86160cb32e6aa1146bfa3ebaa446445943b9f166..0e9c0450e02b9f9c706cebf3a38dd58f756bbdf1 100644 (file)
@@ -34,7 +34,7 @@ class HtmlOutputNodeProcessor extends AbstractHtmlNodeProcessor {
        
        /**
         * enables keyword highlighting
-        * @var boolean
+        * @var bool
         */
        protected $keywordHighlighting = true;
        
@@ -205,7 +205,7 @@ class HtmlOutputNodeProcessor extends AbstractHtmlNodeProcessor {
        /**
         * Enables the keyword highlighting.
         * 
-        * @param       boolean         $enable
+        * @param       bool         $enable
         */
        public function enableKeywordHighlighting($enable = true) {
                $this->keywordHighlighting = $enable;
@@ -263,7 +263,7 @@ class HtmlOutputNodeProcessor extends AbstractHtmlNodeProcessor {
         * auto-detection of content.
         *
         * @param       \DOMText        $text           text node
-        * @return      boolean         true if text node is inside a code element
+        * @return      bool         true if text node is inside a code element
         */
        protected function hasCodeParent(\DOMText $text) {
                $parent = $text;
index 8d22a3347ccf3dc422f123c1f86f89d4e4a46f74..e7a89e84ee1454ed33b24d18c6f0149ef42dbc40 100644 (file)
@@ -61,7 +61,7 @@ class HtmlSimpleParser extends SingletonFactory {
         * @param       string          $objectType     object type identifier
         * @param       int         $objectID       object id
         * @param       string          $message        message content
-        * @return      boolean         true if there is at least one embedded content found
+        * @return      bool         true if there is at least one embedded content found
         */
        public function parse($objectType, $objectID, $message) {
                preg_match_all($this->regexHandlers, $message, $matches);
index b3b6c9dd783092ef636357cb635eb14a18347e13..3d4cf605bf84575bf3cedc17c7992ea6a4afced0 100644 (file)
@@ -59,7 +59,7 @@ class GDImageAdapter implements IImageAdapter {
        /**
         * Returns whether the given image is a valid GD resource / GD object
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isImage($image) {
                return (is_resource($image) && get_resource_type($image) === 'gd') || (is_object($image) && $image instanceof \GdImage);
@@ -440,7 +440,7 @@ class GDImageAdapter implements IImageAdapter {
         * @param       int             $src_w          source width
         * @param       int             $src_h          source height
         * @param       int             $pct            opacity percent
-        * @return      boolean
+        * @return      bool
         */
        private function imagecopymerge_alpha($dst_im, $src_im, $dst_x, $dst_y, $src_x, $src_y, $src_w, $src_h, $pct) { // phpcs:ignore
                if (!isset($pct)) {
index faae666dbb9cb1ebc46e0c4423e85c5b3bcfda53..a74bcb19b330f020c6a76d3bb2fb4b10ce9ee869 100644 (file)
@@ -38,7 +38,7 @@ interface IImageAdapter {
         * 
         * @param       int             $maxWidth
         * @param       int             $maxHeight
-        * @param       boolean         $preserveAspectRatio
+        * @param       bool            $preserveAspectRatio
         * @return      mixed
         */
        public function createThumbnail($maxWidth, $maxHeight, $preserveAspectRatio = true);
@@ -116,7 +116,7 @@ interface IImageAdapter {
         * @param       string          $font           path to TrueType font file
         * @param       int             $size           font size
         * @return      int
-        * @return      boolean
+        * @return      bool
         */
        public function textFitsImage($text, $margin, $font, $size);
        
@@ -144,7 +144,7 @@ interface IImageAdapter {
        /**
         * Returns true if a color has been set.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasColor();
        
@@ -231,7 +231,7 @@ interface IImageAdapter {
        /**
         * Determines if an image adapter is supported.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function isSupported();
 }
index cfae232076bc044c78664811c9178529e3972279..4775b58973e3760e31f1b7eca7cab2b50b797553 100644 (file)
@@ -19,7 +19,7 @@ interface IMemoryAwareImageAdapter extends IImageAdapter {
         * @param       int             $width
         * @param       int             $height
         * @param       string          $mimeType
-        * @return      boolean
+        * @return      bool
         */
        public function checkMemoryLimit($width, $height, $mimeType);
 }
index a2afcb8cfdd511c1c34075f1df1a916aa20fa2e8..ae4abcf4495cef39b630b173b2fefc907770ff08 100644 (file)
@@ -40,7 +40,7 @@ class ImagickImageAdapter implements IImageAdapter {
        /**
         * is true if the used configuration can write animated GIF files if the
         * PHP Imagick API version is 3.1.0 RC 1
-        * @var boolean
+        * @var bool
         */
        protected $supportsWritingAnimatedGIF = true;
        
index cadd27cf9004dc90391481310c6c80520f6cf18e..b5a63037988f0f9a51615050fee128bbc1264108 100644 (file)
@@ -98,7 +98,7 @@ class AbstractAttachmentImporter extends AbstractImporter {
         * @param       string          $message
         * @param       int             $oldID
         * @param       int             $newID
-        * @return      string|boolean
+        * @return      string|bool
         */
        protected function fixEmbeddedAttachments($message, $oldID, $newID) {
                if (mb_strripos($message, '[attach]'.$oldID.'[/attach]') !== false || mb_strripos($message, '[attach='.$oldID.']') !== false || mb_strripos($message, '[attach='.$oldID.',') !== false) {
index 0aed222743b18690ad5633643d119794e78cfd69..0d7e78e63b90b8d66a86df90ea9738a3a2940503 100644 (file)
@@ -27,7 +27,7 @@ class AtomicWriter extends File {
        
        /**
         * AtomicWriter will be unusable, once this flag is true.
-        * @var boolean
+        * @var bool
         */
        protected $isFlushed = false;
        
index 6b9db3474c3bf8fdb212f2260a5a37f45335e539..146aa32856e383aa7471f58b194120312553655f 100644 (file)
@@ -21,8 +21,8 @@ use wcf\system\exception\SystemException;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Io
  * 
- * @method     boolean         close()
- * @method     boolean         eof()
+ * @method     bool            close()
+ * @method     bool            eof()
  * @method     int             filesize()
  * @method     string          gets($length = null)
  * @method     resource        open($mode, $use_include_path = false, $context = null)
@@ -31,7 +31,7 @@ use wcf\system\exception\SystemException;
  * @method     int             seek($offset, $whence = SEEK_SET)
  * @method     array           stat()
  * @method     int             tell()
- * @method     boolean         touch($time = 0, $atime = 0)            note: default value of `$time` actually is `time()`
+ * @method     bool            touch($time = 0, $atime = 0)            note: default value of `$time` actually is `time()`
  * @method     int             write($string, $length = null)
  */
 class File {
index df65b0204630a410a331742d42a9d84ae66e234d..7c39ca0eaffc35db9eb2b65470e719de1279755c 100644 (file)
@@ -11,13 +11,13 @@ use wcf\system\exception\SystemException;
  * @package    WoltLabSuite\Core\System\Io
  * 
  * @method     resource        open($mode, $use_include_path = 0)
- * @method     boolean         rewind()
+ * @method     bool            rewind()
  */
 class GZipFile extends File {
        /**
         * checks if gz*64 functions are available instead of gz*
         * https://bugs.php.net/bug.php?id=53829
-        * @var boolean
+        * @var bool
         */
        protected static $gzopen64 = null;
        
index d550c63e09d3135a321f10d12ea37afead5bd340..365b6994136f7c08bdf76a535bcfdbd4d61ac53a 100644 (file)
@@ -41,7 +41,7 @@ interface IArchive {
         * 
         * @param       mixed           $index          index or name of the requested file
         * @param       string          $destination
-        * @return      boolean         $success
+        * @return      bool            $success
         */
        public function extract($index, $destination);
        
index 9de9955157e3fe0f98d6b5e165e65795d46b78dd..f8f04e0c9bee245b21e335107f492f93ecdf19d8 100644 (file)
@@ -37,7 +37,7 @@ class RemoteFile extends File {
        
        /**
         * true if PHP supports SSL/TLS
-        * @var boolean
+        * @var bool
         */
        private static $hasSSLSupport = null;
        
@@ -93,8 +93,8 @@ class RemoteFile extends File {
         * Switches TLS support for this connection.
         * Usually used in combination with 'STARTTLS'
         * 
-        * @param       boolean $enable         Whether TLS support should be enabled
-        * @return      boolean                 True on success, false otherwise
+        * @param       bool    $enable         Whether TLS support should be enabled
+        * @return      bool                    True on success, false otherwise
         */
        public function setTLS($enable) {
                if (!$this->hasTLSSupport()) return false;
@@ -122,7 +122,7 @@ class RemoteFile extends File {
        /**
         * Returns whether TLS support is available.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasTLSSupport() {
                return function_exists('stream_socket_enable_crypto');
@@ -131,7 +131,7 @@ class RemoteFile extends File {
        /**
         * Returns true if PHP supports SSL/TLS.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function supportsSSL() {
                if (static::$hasSSLSupport === null) {
index 32f264ad1490182e09266c253c18b258a27bae16..62811a3e5ad48731afe5ea0734494359229b7008 100644 (file)
@@ -34,13 +34,13 @@ class Tar implements IArchive {
        
        /**
         * indicates if tar file is opened
-        * @var boolean
+        * @var bool
         */
        protected $opened = false;
        
        /**
         * indicates if file content has been read
-        * @var boolean
+        * @var bool
         */
        protected $read = false;
        
@@ -52,7 +52,7 @@ class Tar implements IArchive {
        
        /**
         * indicates if the tar file is (g)zipped
-        * @var boolean
+        * @var bool
         */
        protected $isZipped = false;
        
@@ -281,7 +281,7 @@ class Tar implements IArchive {
         * Unpacks file header for one file entry.
         * 
         * @param       string          $binaryData
-        * @return      array|boolean
+        * @return      array|bool
         */
        protected function readHeader($binaryData) {
                if (strlen($binaryData) != 512) {
@@ -346,7 +346,7 @@ class Tar implements IArchive {
        /**
         * Returns true if this tar is (g)zipped.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isZipped() {
                return $this->isZipped;
index c39eb6ffbd5e198ca2070bef07652b167e09e95b..e12b4c27c2493387df339ffdc52f8fce34f39862 100644 (file)
@@ -29,7 +29,7 @@ class TarWriter extends Tar {
         * Creates a new TarWriter object.
         * 
         * @param       string          $archiveName
-        * @param       boolean         $compress       enables gzip compression
+        * @param       bool            $compress       enables gzip compression
         */
        public function __construct($archiveName, $compress = false) {
                $this->archiveName = $archiveName;
@@ -58,7 +58,7 @@ class TarWriter extends Tar {
         * 
         * @param       string          $filename
         * @param       string          $string         file content
-        * @return      boolean         result
+        * @return      bool            result
         */
        public function addString($filename, $string) {
                if (empty($filename)) return false;
@@ -83,7 +83,7 @@ class TarWriter extends Tar {
         * @param       mixed           $files
         * @param       string          $addDir
         * @param       string          $removeDir
-        * @return      boolean         result
+        * @return      bool            result
         * @throws      SystemException
         */
        public function add($files, $addDir = '', $removeDir = '') {
@@ -138,7 +138,7 @@ class TarWriter extends Tar {
         * @param       string          $filename
         * @param       string          $addDir
         * @param       string          $removeDir
-        * @return      boolean         result
+        * @return      bool            result
         */
        protected function addFile($filename, $addDir, $removeDir) {
                $filename = FileUtil::unifyDirSeparator($filename);
@@ -178,7 +178,7 @@ class TarWriter extends Tar {
         * 
         * @param       string          $filename
         * @param       string          $storedFilename
-        * @return      boolean         result
+        * @return      bool            result
         */
        protected function writeFileHeader($filename, $storedFilename) {
                $fileInfo = stat($filename);
@@ -207,7 +207,7 @@ class TarWriter extends Tar {
         * @param       string          $typeFlag
         * @param       int             $uid
         * @param       int             $gid
-        * @return      boolean
+        * @return      bool
         */
        public function writeHeaderBlock($filename, $size, $mtime = 0, $permissions = 0, $typeFlag = '', $uid = 0, $gid = 0) {
                if (strlen($filename) > 99) {
@@ -254,7 +254,7 @@ class TarWriter extends Tar {
         * Writes a long header block.
         * 
         * @param       string          $filename
-        * @return      boolean
+        * @return      bool
         */
        protected function writeLongHeaderBlock($filename) {
                $size = sprintf("%11s ", decoct(strlen($filename)));
index bc1a877249e41eac8f199fb55fa5f50b02a008e3..a7f4ff39c0042b14d07a68701dd2e24f78d56df6 100644 (file)
@@ -219,7 +219,7 @@ class Zip extends File implements IArchive {
         * This does not change the position of the file-pointer.
         * 
         * @param       int             $offset         where to start reading
-        * @return      boolean
+        * @return      bool
         * @throws      SystemException
         */
        public function isFile($offset = null) {
index bb0f7725a3c88d1fe6e599aab382f856efd16351..694264c257ab5de054de00b6c69ea5abdc10479a 100644 (file)
@@ -163,7 +163,7 @@ class LabelHandler extends SingletonFactory {
         * @param       int[]           $labelIDs
         * @param       int                     $objectTypeID
         * @param       int                     $objectID
-        * @param       boolean                 $validatePermissions
+        * @param       bool                    $validatePermissions
         */
        public function setLabels(array $labelIDs, $objectTypeID, $objectID, $validatePermissions = true) {
                // get accessible label ids to prevent inaccessible ones to be removed
@@ -254,7 +254,7 @@ class LabelHandler extends SingletonFactory {
         * 
         * @param       int             $objectTypeID
         * @param       int[]   $objectIDs
-        * @param       boolean         $validatePermissions
+        * @param       bool            $validatePermissions
         * @return      Label[][]
         */
        public function getAssignedLabels($objectTypeID, array $objectIDs, $validatePermissions = true) {
@@ -321,7 +321,7 @@ class LabelHandler extends SingletonFactory {
         * Returns given label groups by id.
         * 
         * @param       int[]   $groupIDs
-        * @param       boolean         $validatePermissions
+        * @param       bool            $validatePermissions
         * @param       string          $permission
         * @return      ViewableLabelGroup[]
         * @throws      SystemException
index 5810f2402e8816ff0a32ccf9a0929108a16d496d..91cd57539e6c203cadd53afca712fcb34af537d8 100644 (file)
@@ -33,7 +33,7 @@ interface ILabelObjectHandler {
         * 
         * @param       int[]   $labelIDs
         * @param       string          $optionName
-        * @param       boolean         $legacyReturnValue
+        * @param       bool            $legacyReturnValue
         * @return      mixed
         */
        public function validateLabelIDs(array $labelIDs, $optionName = '', $legacyReturnValue = true);
@@ -43,7 +43,7 @@ interface ILabelObjectHandler {
         * 
         * @param       int[]           $labelIDs
         * @param       int                     $objectID
-        * @param       boolean                 $validatePermissions
+        * @param       bool                    $validatePermissions
         * @see         \wcf\system\label\LabelHandler::setLabels()
         */
        public function setLabels(array $labelIDs, $objectID, $validatePermissions = true);
@@ -52,7 +52,7 @@ interface ILabelObjectHandler {
         * Removes all assigned labels.
         * 
         * @param       int             $objectID
-        * @param       boolean         $validatePermissions
+        * @param       bool            $validatePermissions
         * @see         \wcf\system\label\LabelHandler::removeLabels()
         */
        public function removeLabels($objectID, $validatePermissions = true);
@@ -61,7 +61,7 @@ interface ILabelObjectHandler {
         * Returns a list of assigned labels.
         * 
         * @param       int[]           $objectIDs
-        * @param       boolean                 $validatePermissions
+        * @param       bool                    $validatePermissions
         * @return      Label[]
         */
        public function getAssignedLabels(array $objectIDs, $validatePermissions = true);
index 589747c1f46287fee5cbdf4c0ebd5c9b1a4e6c70..1782a3b421cd516c10ebd8c9b2952fc8098f8b01 100644 (file)
@@ -18,7 +18,7 @@ class LabelObjectType {
        
        /**
         * object type is a category
-        * @var boolean
+        * @var bool
         */
        public $isCategory = false;
        
@@ -46,7 +46,7 @@ class LabelObjectType {
         * @param       string          $label
         * @param       int             $objectID
         * @param       int             $depth
-        * @param       boolean         $isCategory
+        * @param       bool            $isCategory
         */
        public function __construct($label, $objectID = 0, $depth = 0, $isCategory = false) {
                $this->depth = $depth;
@@ -75,7 +75,7 @@ class LabelObjectType {
        /**
         * Returns true, if object type is a category.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isCategory() {
                return $this->isCategory;
index ac13e1c72198545ae657561e5fa7324768411e00..f6ba5f7e30c480636b690bc1104f21ab681fa44c 100644 (file)
@@ -64,7 +64,7 @@ class I18nHandler extends SingletonFactory {
         * Registers a new element id, returns false if element id is already set.
         * 
         * @param       string          $elementID
-        * @return      boolean
+        * @return      bool
         */
        public function register($elementID) {
                if (in_array($elementID, $this->elementIDs)) {
@@ -129,7 +129,7 @@ class I18nHandler extends SingletonFactory {
         * Returns true if given element has disabled i18n functionality.
         * 
         * @param       string          $elementID
-        * @return      boolean
+        * @return      bool
         */
        public function isPlainValue($elementID) {
                if (isset($this->plainValues[$elementID])) {
@@ -143,7 +143,7 @@ class I18nHandler extends SingletonFactory {
         * Returns true if given element has enabled i18n functionality.
         * 
         * @param       string          $elementID
-        * @return      boolean
+        * @return      bool
         */
        public function hasI18nValues($elementID) {
                if (isset($this->i18nValues[$elementID])) {
@@ -193,7 +193,7 @@ class I18nHandler extends SingletonFactory {
         * 
         * @param       string          $elementID
         * @param       string          $plainValue
-        * @param       boolean         $forceAsPlainValue      if `true`, the value is added as a plain value in any case
+        * @param       bool            $forceAsPlainValue      if `true`, the value is added as a plain value in any case
         * @throws      SystemException
         */
        public function setValue($elementID, $plainValue, $forceAsPlainValue = false) {
@@ -238,9 +238,9 @@ class I18nHandler extends SingletonFactory {
         * Returns true if the value with the given id is valid.
         * 
         * @param       string          $elementID
-        * @param       boolean         $requireI18n
-        * @param       boolean         $permitEmptyValue
-        * @return      boolean
+        * @param       bool            $requireI18n
+        * @param       bool            $permitEmptyValue
+        * @return      bool
         */
        public function validateValue($elementID, $requireI18n = false, $permitEmptyValue = false) {
                // do not force i18n if only one language is available
@@ -422,7 +422,7 @@ class I18nHandler extends SingletonFactory {
         * Assigns element values to template. Using request data once reading
         * initial database data is explicitly disallowed.
         * 
-        * @param       boolean         $useRequestData
+        * @param       bool            $useRequestData
         */
        public function assignVariables($useRequestData = true) {
                $elementValues = [];
@@ -508,7 +508,7 @@ class I18nHandler extends SingletonFactory {
         * Returns true if given string equals a language variable.
         * 
         * @param       string          $string
-        * @return      boolean
+        * @return      bool
         */
        protected function isLanguageVariable($string) {
                if ($this->regex === null) {
index 436f24667931f3fa2765f4b74e730ed7edd9e64c..ffb757f9011a3a782c56fd13b6388f23115c5bc1 100644 (file)
@@ -87,7 +87,7 @@ class I18nValue {
         * Returns true if given flag is set.
         * 
         * @param       int         $flag
-        * @return      boolean
+        * @return      bool
         */
        public function getFlag($flag) {
                return (($this->flags & $flag) === $flag);
index 8bf613d0289d6b24cf7a44f16809c08d942382c2..fcbef24ddfcb8842fb1836b5452c0662fa3dd1cd 100644 (file)
@@ -105,7 +105,7 @@ class LanguageFactory extends SingletonFactory {
         * Returns true if the language category with the given name exists.
         * 
         * @param       string          $categoryName
-        * @return      boolean
+        * @return      bool
         */
        public function isValidCategory($categoryName) {
                return isset($this->cache['categories'][$categoryName]);
@@ -336,7 +336,7 @@ class LanguageFactory extends SingletonFactory {
        /**
         * Returns true if multilingualism is enabled.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function multilingualismEnabled() {
                return $this->cache['multilingualismEnabled'];
index 775593ba2b2eed0ec804dadfae712ea3ddb91f1f..de77417881309d468dd28f8694cafe8456cbb593 100644 (file)
@@ -65,7 +65,7 @@ abstract class TreeMenu extends SingletonFactory {
         * Checks the options and permissions of given menu item.
         * 
         * @param       ITreeMenuItem   $item
-        * @return      boolean
+        * @return      bool
         */
        protected function checkMenuItem(ITreeMenuItem $item) {
                // check the options of this item
index 05626b30e98eb4d526879c239cdbcb079b45f79a..c36a83e9d5f79ada6c51125d92c1bc32a7934217 100644 (file)
@@ -14,7 +14,7 @@ interface IUserMenuItemProvider extends IDatabaseObjectProcessor {
        /**
         * Returns true if the associated menu item should be visible for the active user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isVisible();
        
index b7415fa922d3865dce281a4a10daae269ab4eecf..ba304978c18541bc3211f772314bd845b8840371 100644 (file)
@@ -66,7 +66,7 @@ class UserProfileMenu extends SingletonFactory {
         * Checks the options and permissions of given menu item.
         * 
         * @param       UserProfileMenuItem     $item
-        * @return      boolean
+        * @return      bool
         */
        protected function checkMenuItem(UserProfileMenuItem $item) {
                return $item->validateOptions() && $item->validatePermissions();
@@ -85,7 +85,7 @@ class UserProfileMenu extends SingletonFactory {
         * Sets active menu item.
         * 
         * @param       string          $menuItem
-        * @return      boolean
+        * @return      bool
         */
        public function setActiveMenuItem($menuItem) {
                foreach ($this->menuItems as $item) {
index c78d8ba4b36ae9b419c5314e7b2b1f7a5030647a..c637859633550bf7cbbaae95d4d136eeda2b5090 100644 (file)
@@ -22,7 +22,7 @@ interface IUserProfileMenuContent {
         * Returns true if the associated menu item should be visible for the active user.
         * 
         * @param       int             $userID
-        * @return      boolean
+        * @return      bool
         */
        public function isVisible($userID);
 }
index 1760e58adbeac7399cbc3da4756b7f6fdb430e33..e841d64316d9c41b45b45575e3e928de2ec4cb4b 100644 (file)
@@ -165,7 +165,7 @@ class Censorship extends SingletonFactory {
         * 
         * @param       int             $index
         * @param       string          $search
-        * @return      boolean
+        * @return      bool
         */
        protected function lookBehind($index, $search) {
                if (isset($this->words[$index])) {
index cb3c166c1fd70caa25a7b3aa8f7dd1b6535b27dc..0a95256fe5369e5266900292dfee93269dd1fb01 100644 (file)
@@ -71,8 +71,8 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
         * Registers the embedded objects found in given message.
         * 
         * @param       HtmlInputProcessor      $htmlInputProcessor     html input processor instance holding embedded object data
-        * @param       boolean                 $isBulk                 true for bulk operations
-        * @return      boolean                 true if at least one embedded object was found
+        * @param       bool                 $isBulk                 true for bulk operations
+        * @return      bool                 true if at least one embedded object was found
         */
        public function registerObjects(HtmlInputProcessor $htmlInputProcessor, $isBulk = false) {
                $context = $htmlInputProcessor->getContext();
@@ -167,7 +167,7 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
         * @param       string          $messageObjectType      object type identifier
         * @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
+        * @return      bool         true if at least one embedded object was found
         */
        public function registerSimpleObjects($messageObjectType, $messageID, array $embeddedContent) {
                $messageObjectTypeID = ObjectTypeCache::getInstance()->getObjectTypeIDByName('com.woltlab.wcf.message', $messageObjectType);
index da49eca19f633b72e0e44680fde35454c91f3fab..6da511db969321221331cb118868d1d6aca1ff32 100644 (file)
@@ -14,7 +14,7 @@ interface IMessageQuoteHandler {
         * Renders a template for given quotes.
         * 
         * @param       array           $data
-        * @param       boolean         $supportPaste
+        * @param       bool            $supportPaste
         * @return      string
         */
        public function render(array $data, $supportPaste = false);
@@ -23,7 +23,7 @@ interface IMessageQuoteHandler {
         * Renders a list of quotes for insertation.
         * 
         * @param       mixed[][]       $data
-        * @param       boolean         $render
+        * @param       bool            $render
         * @return      string[]
         */
        public function renderQuotes(array $data, $render = true);
index a0d9480761f6e1b8df1308ad68fc9a3425e54716..011d337b666402019d8f07d10697b45747c45065 100644 (file)
@@ -90,7 +90,7 @@ class MessageQuoteManager extends SingletonFactory {
         * @param       int             $objectID
         * @param       string          $message
         * @param       string          $fullQuote
-        * @param       boolean         $returnFalseIfExists
+        * @param       bool            $returnFalseIfExists
         * @return      mixed
         * @throws      SystemException
         */
@@ -170,7 +170,7 @@ class MessageQuoteManager extends SingletonFactory {
         * Removes a quote from storage and returns true if the quote has successfully been removed.
         * 
         * @param       string          $quoteID
-        * @return      boolean
+        * @return      bool
         */
        public function removeQuote($quoteID) {
                if (!isset($this->quoteData[$quoteID])) {
@@ -268,7 +268,7 @@ class MessageQuoteManager extends SingletonFactory {
        /**
         * Returns a list of quotes.
         * 
-        * @param       boolean         $supportPaste
+        * @param       bool            $supportPaste
         * @return      string
         */
        public function getQuotes($supportPaste = false) {
@@ -287,7 +287,7 @@ class MessageQuoteManager extends SingletonFactory {
         * 
         * @param       string          $objectType
         * @param       int[]   $objectIDs
-        * @param       boolean         $markForRemoval
+        * @param       bool            $markForRemoval
         * @return      string[]
         */
        public function getQuotesByObjectIDs($objectType, array $objectIDs, $markForRemoval = true) {
@@ -327,7 +327,7 @@ class MessageQuoteManager extends SingletonFactory {
         * 
         * @param       string          $objectType
         * @param       int             $parentObjectID
-        * @param       boolean         $markForRemoval
+        * @param       bool            $markForRemoval
         * @return      string[]
         */
        public function getQuotesByParentObjectID($objectType, $parentObjectID, $markForRemoval = true) {
@@ -366,7 +366,7 @@ class MessageQuoteManager extends SingletonFactory {
         * Returns a quote by id.
         * 
         * @param       string          $quoteID
-        * @param       boolean         $useFullQuote
+        * @param       bool            $useFullQuote
         * @return      string
         */
        public function getQuote($quoteID, $useFullQuote = true) {
@@ -423,7 +423,7 @@ class MessageQuoteManager extends SingletonFactory {
         * 
         * @param       IMessage        $message
         * @param       string          $text
-        * @param       boolean         $renderAsString
+        * @param       bool            $renderAsString
         * @return      array|string
         */
        public function renderQuote(IMessage $message, $text, $renderAsString = true) {
@@ -612,7 +612,7 @@ class MessageQuoteManager extends SingletonFactory {
         * Returns true if a quote id represents a full quote.
         * 
         * @param       string          $quoteID
-        * @return      boolean
+        * @return      bool
         */
        public function isFullQuote($quoteID) {
                return isset($this->quoteData[$quoteID . '_fq']);
index 11cbe631baa9791ac1ada687691e36630a1fec15..ab9e081ad5a927f7fc7d68be496ffd0f08fcabac 100644 (file)
@@ -19,7 +19,7 @@ use wcf\data\IMessage;
  * @method     string          getTitle()
  * @method     int             getUserID()
  * @method     string          getUsername()
- * @method     boolean         isVisible()
+ * @method     bool            isVisible()
  */
 class QuotedMessage implements \Countable, \Iterator {
        /**
@@ -36,7 +36,7 @@ class QuotedMessage implements \Countable, \Iterator {
        
        /**
         * overrides full quote flag
-        * @var boolean[]
+        * @var bool[]
         */
        public $overrideIsFullQuote = [];
        
@@ -102,7 +102,7 @@ class QuotedMessage implements \Countable, \Iterator {
         * Overrides the full quote flag.
         * 
         * @param       string          $quoteID
-        * @param       boolean         $overrideIsFullQuote
+        * @param       bool         $overrideIsFullQuote
         */
        public function setOverrideIsFullQuote($quoteID, $overrideIsFullQuote) {
                $this->overrideIsFullQuote[$quoteID] = $overrideIsFullQuote;
@@ -135,7 +135,7 @@ class QuotedMessage implements \Countable, \Iterator {
         * Returns true if given quote id represents a full quote.
         * 
         * @param       string          $quoteID
-        * @return      boolean
+        * @return      bool
         */
        public function isFullQuote($quoteID) {
                if (isset($this->overrideIsFullQuote[$quoteID])) {
index 46b82aa370df2e03e9b001341186539c71ef455c..277b33e00588b051243f210fa3e8a761cb69d527 100644 (file)
@@ -39,7 +39,7 @@ interface IModerationQueueHandler {
         * Returns true if given object id is valid.
         * 
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function isValid($objectID);
        
@@ -63,7 +63,7 @@ interface IModerationQueueHandler {
         * Returns true if the affected content may be removed.
         * 
         * @param       ModerationQueue         $queue
-        * @return      boolean
+        * @return      bool
         */
        public function canRemoveContent(ModerationQueue $queue);
        
@@ -80,7 +80,7 @@ interface IModerationQueueHandler {
         * 
         * @param       ModerationQueue         $queue
         * @param       int                     $userID
-        * @return      boolean
+        * @return      bool
         */
        public function isAffectedUser(ModerationQueue $queue, $userID);
        
index 6df10ef00069687f7d02368857d1780ef94a8b6b..f9dbe22eb9d2f930b48ce64c320d950581ddf71c 100644 (file)
@@ -25,7 +25,7 @@ interface IModerationQueueManager {
         * 
         * @param       string          $objectType
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function isValid($objectType, $objectID = null);
        
@@ -66,7 +66,7 @@ interface IModerationQueueManager {
         * Returns whether the affected content may be removed.
         * 
         * @param       ModerationQueue         $queue
-        * @return      boolean
+        * @return      bool
         */
        public function canRemoveContent(ModerationQueue $queue);
        
index 8efab673a9c476cb9b590996776064d3a4ca2f3e..cb0aa30c97a200b413e17330acfab593e6984932 100644 (file)
@@ -78,7 +78,7 @@ class ModerationQueueManager extends SingletonFactory {
         * 
         * @param       string          $definitionName
         * @param       string          $objectType
-        * @return      boolean
+        * @return      bool
         */
        public function isValid($definitionName, $objectType) {
                if (!isset($this->objectTypeNames[$definitionName])) {
@@ -243,7 +243,7 @@ class ModerationQueueManager extends SingletonFactory {
        /**
         * Returns the count of unread moderation queue items.
         * 
-        * @param       boolean         $skipCache
+        * @param       bool            $skipCache
         * @return      int
         */
        public function getUnreadModerationCount($skipCache = false) {
@@ -313,7 +313,7 @@ class ModerationQueueManager extends SingletonFactory {
        /**
         * Saves moderation queue assignments.
         * 
-        * @param       boolean[]       $assignments
+        * @param       bool[]  $assignments
         */
        public function setAssignment(array $assignments) {
                $sql = "INSERT IGNORE INTO      wcf".WCF_N."_moderation_queue_to_user
index c7a57a2e1adfcc0c7811fd145ffd6ad103dfaebe..986feaf1a5a9ed7e81883e3968ff053f7076f0ff 100644 (file)
@@ -26,7 +26,7 @@ class ModerationQueueReportManager extends AbstractModerationQueueManager {
         * 
         * @param       string          $objectType
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function isAlreadyReported($objectType, $objectID) {
                $objectTypeID = $this->getObjectTypeID($objectType);
@@ -50,7 +50,7 @@ class ModerationQueueReportManager extends AbstractModerationQueueManager {
         * 
         * @param       string          $objectType
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function hasPendingReport($objectType, $objectID) {
                $objectTypeID = $this->getObjectTypeID($objectType);
@@ -76,7 +76,7 @@ class ModerationQueueReportManager extends AbstractModerationQueueManager {
         * 
         * @param       string          $objectType
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function canReport($objectType, $objectID) {
                return $this->getProcessor($objectType)->canReport($objectID);
index 68c4d7509a4d4b707284fdff1e04786dc23c1af0..0b652dbfc44e1dc5b35c119d52b9d5215f9e063e 100644 (file)
@@ -16,7 +16,7 @@ interface IModerationQueueReportHandler extends IModerationQueueHandler {
         * Returns true if current user can report given content.
         * 
         * @param       int             $objectID
-        * @return      boolean
+        * @return      bool
         */
        public function canReport($objectID);
        
index 2f96e6e96435b86527785511f95e17df16925371..bc653d5649f02f3bbf4ec885a2d203ea74127a17 100644 (file)
@@ -21,7 +21,7 @@ class NoticeHandler extends SingletonFactory {
        
        /**
         * suppresses display of notices
-        * @var boolean
+        * @var bool
         */
        protected static $disableNotices = false;
        
index d0f3ffbfa50fbb0602da59a67a2f1b2e992c0d93..9792d3f7d14d1159e7dd901b83ba9ee916e319d7 100644 (file)
@@ -13,7 +13,7 @@ use wcf\data\option\Option;
 abstract class AbstractOptionType implements IOptionType {
        /**
         * internationalization support
-        * @var boolean
+        * @var bool
         */
        protected $supportI18n = false;
        
index 907083fceef6b207ac070ae9f3594854048902ee..4f9430ca95bdd8420879abc455723d172cb92bc8 100644 (file)
@@ -13,7 +13,7 @@ interface IOptionHandler {
        /**
         * Creates a new option handler instance.
         * 
-        * @param       boolean         $supportI18n
+        * @param       bool            $supportI18n
         * @param       string          $languageItemPattern
         * @param       string          $categoryName
         */
@@ -46,7 +46,7 @@ interface IOptionHandler {
         * Returns a list with the options of a specific option category.
         * 
         * @param       string          $categoryName
-        * @param       boolean         $inherit
+        * @param       bool            $inherit
         * @return      array
         */
        public function getCategoryOptions($categoryName = '', $inherit = true);
index 0799616da8d8e3a79b1fd2d6834aa95ad35ba96f..9541818f84d5dbb8d843ff6239575dfae058c1f8 100644 (file)
@@ -50,7 +50,7 @@ interface IOptionType {
        /**
         * Returns true if options supports internationalization.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportI18n();
        
@@ -71,7 +71,7 @@ interface IOptionType {
        /**
         * Returns true if option's label is hidden in search form.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hideLabelInSearch();
        
index aafea6a49d6b0adfb1cbe861fb4c89c2925d5043..25c5dd8dd53542c048dc7d7326875f19afdd91c3 100644 (file)
@@ -30,7 +30,7 @@ interface ISearchableConditionUserOption extends ISearchableUserOption {
         * @param       User            $user
         * @param       Option          $option
         * @param       mixed           $value
-        * @return      boolean
+        * @return      bool
         */
        public function checkUser(User $user, Option $option, $value);
        
index 69239e11ad4de98cf86a03c48601f9baecb8b00d..e14aaff96f3028d617dc4cb9a94060fcee56b2f7 100644 (file)
@@ -27,7 +27,7 @@ interface ISearchableUserOption {
         * @param       PreparedStatementConditionBuilder       $conditions
         * @param       Option                                  $option
         * @param       mixed                                   $value
-        * @return      boolean
+        * @return      bool
         */
        public function getCondition(PreparedStatementConditionBuilder &$conditions, Option $option, $value);
 }
index f8befc6904737b510f7b0d2e096f3dafe296bb00..881f06ce7a6ca7aef90f0e8091459fdae7b170dc 100644 (file)
@@ -122,13 +122,13 @@ class OptionHandler implements IOptionHandler {
        
        /**
         * true, if options support i18n
-        * @var boolean
+        * @var bool
         */
        public $supportI18n = false;
        
        /**
         * cache initialization state
-        * @var boolean
+        * @var bool
         */
        public $didInit = false;
        
@@ -521,7 +521,7 @@ class OptionHandler implements IOptionHandler {
         * Checks the required permissions and options of a category.
         * 
         * @param       OptionCategory          $category
-        * @return      boolean
+        * @return      bool
         */
        protected function checkCategory(OptionCategory $category) {
                if (!$category->validateOptions() || !$category->validatePermissions()) {
@@ -539,7 +539,7 @@ class OptionHandler implements IOptionHandler {
         * Checks the required permissions and options of an option.
         * 
         * @param       Option          $option
-        * @return      boolean
+        * @return      bool
         */
        protected function checkOption(Option $option) {
                return $option->validateOptions() && $option->validatePermissions() && $this->checkVisibility($option);
@@ -549,7 +549,7 @@ class OptionHandler implements IOptionHandler {
         * Checks visibility of an option.
         * 
         * @param       Option          $option
-        * @return      boolean
+        * @return      bool
         */
        protected function checkVisibility(Option $option) {
                if (!$option->isVisible()) {
index b4a6d291c929e56d769f507383a258e76a11ed0e..617e3d0068a029e82902c50b9ca2b66b6e9550e9 100644 (file)
@@ -34,25 +34,25 @@ class UserOptionHandler extends OptionHandler {
        
        /**
         * true if within registration process
-        * @var boolean
+        * @var bool
         */
        public $inRegistration = false;
        
        /**
         * true if within edit mode
-        * @var boolean
+        * @var bool
         */
        public $editMode = true;
        
        /**
         * true if within search mode
-        * @var boolean
+        * @var bool
         */
        public $searchMode = false;
        
        /**
         * true if empty options should be removed
-        * @var boolean
+        * @var bool
         */
        public $removeEmptyOptions = false;
        
@@ -64,14 +64,14 @@ class UserOptionHandler extends OptionHandler {
        
        /**
         * true if the condition mode during search mode is enabled
-        * @var boolean
+        * @var bool
         */
        public $conditionMode = false;
        
        /**
         * Shows empty options.
         * 
-        * @param       boolean         $show
+        * @param       bool            $show
         */
        public function showEmptyOptions($show = true) {
                $this->removeEmptyOptions = !$show;
@@ -80,7 +80,7 @@ class UserOptionHandler extends OptionHandler {
        /**
         * Sets registration mode.
         * 
-        * @param       boolean         $inRegistration
+        * @param       bool            $inRegistration
         */
        public function setInRegistration($inRegistration = true) {
                $this->inRegistration = $inRegistration;
@@ -90,7 +90,7 @@ class UserOptionHandler extends OptionHandler {
        /**
         * Enables edit mode.
         * 
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enableEditMode($enable = true) {
                $this->editMode = $enable;
@@ -99,7 +99,7 @@ class UserOptionHandler extends OptionHandler {
        /**
         * Enables search mode.
         * 
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enableSearchMode($enable = true) {
                $this->searchMode = $enable;
@@ -140,7 +140,7 @@ class UserOptionHandler extends OptionHandler {
         * are considered. Furthermore, the visibility setting of the option is disregarded to ensure that
         * during automatic cronjob execution (always done as a guest), the conditions are properly set. 
         * 
-        * @param       boolean         $enable
+        * @param       bool            $enable
         */
        public function enableConditionMode($enable = true) {
                if (!$this->searchMode) {
index ea02df2b13bf8bf547e4c92bf28c30bf5bca61e3..8b40ee6cc4c5f1ad0bee740100939780ee1b140e 100644 (file)
@@ -31,7 +31,7 @@ class UserGroupOptionHandler extends OptionHandler {
        
        /**
         * true if current user can edit every user group
-        * @var boolean
+        * @var bool
         */
        protected $isAdmin = null;
        
@@ -118,7 +118,7 @@ class UserGroupOptionHandler extends OptionHandler {
        /**
         * Returns true if current user has the permissions to edit every user group.
         * 
-        * @return      boolean
+        * @return      bool
         */
        protected function isAdmin() {
                if ($this->isAdmin === null) {
index fb96359a61fff46157870e4937ecd83799568206..5bef546175e54d254b8d87b2dc450c818b003e03 100644 (file)
@@ -16,7 +16,7 @@ use wcf\system\WCF;
 class ACPTemplatesFileHandler extends PackageInstallationFileHandler {
        /**
         * template type supports template groups
-        * @var boolean
+        * @var bool
         */
        protected $supportsTemplateGroups = false;
        
index a4b87973e228e459695c088c99baaf5f9b6901d9..a35ba8f6c2302b97f6fbe7212daaa054edb64925 100644 (file)
@@ -461,7 +461,7 @@ class PackageArchive {
        /**
         * Returns true if the package archive supports a new installation.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isValidInstall() {
                return !empty($this->instructions['install']);
@@ -472,7 +472,7 @@ class PackageArchive {
         * the package that is about to be updated.
         * 
         * @param       Package         $package
-        * @return      boolean         isValidUpdate
+        * @return      bool            isValidUpdate
         */
        public function isValidUpdate(Package $package = null) {
                if ($this->package === null && $package !== null) {
@@ -506,7 +506,7 @@ class PackageArchive {
         * possible to install non-applications multiple times within the
         * same environment.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAlreadyInstalled() {
                $sql = "SELECT  COUNT(*)
@@ -521,7 +521,7 @@ class PackageArchive {
        /**
         * Returns true if the package is an application and has an unique abbreviation.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasUniqueAbbreviation() {
                if (!$this->packageInfo['isApplication']) {
index 5a3cc5c9604ee77ed73b5601eb814eaa009f8a79..cdac84e79e12f8019e84e8512fdde193a32aa6bd 100644 (file)
@@ -1241,7 +1241,7 @@ class PackageInstallationDispatcher {
         * Validates if an function exists and is not blacklisted by suhosin extension.
         * 
         * @param       string          $function
-        * @return      boolean
+        * @return      bool
         * @see         http://de.php.net/manual/en/function.function-exists.php#77980
         */
        protected static function functionExists($function) {
@@ -1268,7 +1268,7 @@ class PackageInstallationDispatcher {
         * @param       string          $setting
         * @param       string          $value
         * @param       mixed           $compareValue
-        * @return      boolean
+        * @return      bool
         */
        protected static function compareSetting($setting, $value, $compareValue) {
                if ($compareValue === false) return false;
index 2c2f61075e9c1a30a3e59ebbf6c78bf4b04d1ff1..a473f4ec83f5db7734c4b9b113abc71b14b62f2c 100644 (file)
@@ -52,7 +52,7 @@ abstract class PackageInstallationFormManager {
         * 
         * @param       PackageInstallationQueue        $queue
         * @param       string                          $formName
-        * @return      boolean
+        * @return      bool
         */
        public static function findForm(PackageInstallationQueue $queue, $formName) {
                $sql = "SELECT  COUNT(*)
index 72952f8c7ff55c5e06cd38c379e5bf6de599ed00..f4e20b745cc297bdddaa6cef0ee4a09e4497b825 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
 class PackageInstallationNodeBuilder {
        /**
         * true if current node is empty
-        * @var boolean
+        * @var bool
         */
        public $emptyNode = true;
        
index 91e1f56378f97ccbd8a798354e0099f8da2640e0..3f019c2e86f451c9ad1a981b617f5147f1603f79 100644 (file)
@@ -22,7 +22,7 @@ class PackageInstallationSQLParser extends SQLParser {
        
        /**
         * activates the testing mode
-        * @var boolean
+        * @var bool
         */
        protected $test = false;
        
index bbc9cb30a2a4f27234343908f72b6d5b46cd9665..50cf0b18ca56bfd0b6d0526f56e3346f0ea08c75 100644 (file)
@@ -59,7 +59,7 @@ class PackageInstallationScheduler {
        /**
         * Builds the stack of package installations / updates.
         * 
-        * @param       boolean         $validateInstallInstructions
+        * @param       bool            $validateInstallInstructions
         */
        public function buildPackageInstallationStack($validateInstallInstructions = false) {
                foreach ($this->selectedPackages as $package => $version) {
@@ -72,8 +72,8 @@ class PackageInstallationScheduler {
         * 
         * @param       string          $package                package identifier
         * @param       string          $minversion             preferred package version
-        * @param       boolean         $installOldVersion      true, if you want to install the package in the given minversion and not in the newest version
-        * @param       boolean         $validateInstallInstructions
+        * @param       bool            $installOldVersion      true, if you want to install the package in the given minversion and not in the newest version
+        * @param       bool            $validateInstallInstructions
         */
        protected function tryToInstallPackage($package, $minversion = '', $installOldVersion = false, $validateInstallInstructions = false) {
                // check virtual package version
@@ -114,7 +114,7 @@ class PackageInstallationScheduler {
         * @param       string          $package        package identifier
         * @param       string          $version        package version
         * @param       int             $stackPosition
-        * @param       boolean         $validateInstallInstructions
+        * @param       bool            $validateInstallInstructions
         */
        protected function installPackage($package, $version = '', $stackPosition = -1, $validateInstallInstructions = false) {
                // get package update versions
@@ -207,7 +207,7 @@ class PackageInstallationScheduler {
         * 
         * @param       string          $package                package identifier
         * @param       array           $packageUpdateVersions  package update versions
-        * @param       boolean         $validateInstallInstructions
+        * @param       bool            $validateInstallInstructions
         * @return      string          tmp filename of a downloaded package
         * @throws      PackageUpdateUnauthorizedException
         * @throws      SystemException
@@ -635,7 +635,7 @@ class PackageInstallationScheduler {
         * 
         * @param       string          $package        package identifier
         * @param       string          $version        package version
-        * @return      string|boolean
+        * @return      string|bool
         */
        protected function getCachedDownload($package, $version) {
                $cachedDownloads = WCF::getSession()->getVar('cachedPackageUpdateDownloads');
index 6449ec5cf2cc6276e54f47aab248099a0d24a4b7..07a5efd14a9586503b35545b186dbef2f3554d78 100644 (file)
@@ -31,7 +31,7 @@ class PackageInstallationStep {
        
        /**
         * indicates if current current node should be splitted
-        * @var boolean
+        * @var bool
         */
        protected $splitNode = false;
        
@@ -84,7 +84,7 @@ class PackageInstallationStep {
        /**
         * Returns true if current step holds a form document object.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasDocument() {
                return ($this->document !== null);
@@ -103,7 +103,7 @@ class PackageInstallationStep {
        /**
         * Returns true if node should be splitted.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function splitNode() {
                return $this->splitNode;
index ebb734e4df74217145f2b533b3e4c4ffe791541f..c67cd5d31582744e7d3474d5d7eba44d4d6e2aab 100644 (file)
@@ -27,7 +27,7 @@ class PackageUninstallationDispatcher extends PackageInstallationDispatcher {
        /**
         * is true if the package's uninstall script has been executed or if no
         * such script exists
-        * @var boolean
+        * @var bool
         */
        protected $didExecuteUninstallScript = false;
        
@@ -157,8 +157,8 @@ class PackageUninstallationDispatcher extends PackageInstallationDispatcher {
         * 
         * @param       string          $targetDir
         * @param       string[]        $files
-        * @param       boolean         $deleteEmptyDirectories
-        * @param       boolean         $deleteEmptyTargetDir
+        * @param       bool            $deleteEmptyDirectories
+        * @param       bool            $deleteEmptyTargetDir
         */
        public function deleteFiles($targetDir, $files, $deleteEmptyTargetDir = false, $deleteEmptyDirectories = true) {
                new Uninstaller($targetDir, $files, $deleteEmptyTargetDir, $deleteEmptyDirectories);
index 9e0f1923307e6340b30ca5c92b83f2365c4a2b2c..62831f7877fbfab9bc42e9bedfdd52f2468e6d77 100644 (file)
@@ -35,7 +35,7 @@ class PackageUpdateDispatcher extends SingletonFactory {
         * Refreshes the package database.
         * 
         * @param       int[]           $packageUpdateServerIDs
-        * @param       boolean                 $ignoreCache
+        * @param       bool                    $ignoreCache
         */
        public function refreshPackageDatabase(array $packageUpdateServerIDs = [], $ignoreCache = false) {
                // get update server data
@@ -139,7 +139,7 @@ class PackageUpdateDispatcher extends SingletonFactory {
         * Fetches the package_update.xml from an update server.
         * 
         * @param       PackageUpdateServer     $updateServer
-        * @param       boolean                 $forceHTTP
+        * @param       bool                    $forceHTTP
         * @throws      PackageUpdateUnauthorizedException
         * @throws      SystemException
         */
@@ -705,8 +705,8 @@ class PackageUpdateDispatcher extends SingletonFactory {
        /**
         * Returns a list of available updates for installed packages.
         * 
-        * @param       boolean         $removeRequirements
-        * @param       boolean         $removeOlderMinorReleases
+        * @param       bool            $removeRequirements
+        * @param       bool            $removeOlderMinorReleases
         * @return      array
         * @throws      SystemException
         */
index cf5997f0a9fb50fcce3cff6539b7bd55ca495b4b..a421ef9f0718b5c771d0878c0389348d25c572e0 100644 (file)
@@ -197,7 +197,7 @@ abstract class AbstractXMLPackageInstallationPlugin extends AbstractPackageInsta
         * languages, optionally returning only the best matching value.
         * 
         * @param       string[]        $values                 list of values by language code
-        * @param       boolean         $singleValueOnly        true to return only the best matching value
+        * @param       bool            $singleValueOnly        true to return only the best matching value
         * @return      string[]|string matching i18n values controller by `$singleValueOnly`
         * @since       3.0
         */
index 6d9f1df0be3bb15c37fb92f970537ede7f929c4a..e55e7b50005be0febe85327279573b3f419c8a64 100644 (file)
@@ -25,7 +25,7 @@ interface IPackageInstallationPlugin {
         * Returns true if the uninstallation of the given package should execute
         * this plugin.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function hasUninstall();
        
@@ -49,7 +49,7 @@ interface IPackageInstallationPlugin {
         * 
         * @param       PackageArchive  $packageArchive
         * @param       string          $instruction
-        * @return      boolean
+        * @return      bool
         */
        public static function isValid(PackageArchive $packageArchive, $instruction);
 }
index 7fef3cbf5b6926f9f4a7c394bf3cef1121159a63..0df7d7efa7b971da98a43340227bf65b9e5bb884 100644 (file)
@@ -633,7 +633,7 @@ XML;
        /**
         * Returns the xml objects for this pip.
         * 
-        * @param       boolean         $createXmlFiles         if `true` and if a relevant XML file does not exist, it is created
+        * @param       bool            $createXmlFiles         if `true` and if a relevant XML file does not exist, it is created
         * @return      XML[]
         */
        protected function getProjectXmls($createXmlFiles = false) {
index 1e97682e22c9f55905ee8c2050b3afeb2104e113..a119b9bee2c1737af532e8dbd7c8e19d1e2a38ce 100644 (file)
@@ -82,7 +82,7 @@ class PackageValidationArchive implements \RecursiveIterator {
         * 
         * @param       int             $validationMode
         * @param       string          $requiredVersion
-        * @return      boolean
+        * @return      bool
         */
        public function validate($validationMode, $requiredVersion = '') {
                if ($validationMode !== PackageValidationManager::VALIDATION_EXCLUSION) {
index 5cf3507417992bc5b10635f60c782e8525367c2e..93f4a8b5d160a1b69932fc5c56077da8dc02360e 100644 (file)
@@ -68,8 +68,8 @@ class PackageValidationManager extends SingletonFactory {
         * be performed afterwards.
         * 
         * @param       string          $archive
-        * @param       boolean         $deepInspection
-        * @return      boolean
+        * @param       bool            $deepInspection
+        * @return      bool
         */
        public function validate($archive, $deepInspection) {
                $this->virtualPackageList = [];
@@ -101,7 +101,7 @@ class PackageValidationManager extends SingletonFactory {
         * 
         * @param       string          $package
         * @param       string          $packageVersion
-        * @return      boolean
+        * @return      bool
         */
        public function addVirtualPackage($package, $packageVersion) {
                if (isset($this->virtualPackageList[$package])) {
@@ -179,7 +179,7 @@ class PackageValidationManager extends SingletonFactory {
         * @param       PackageArchive          $archive
         * @param       string                  $pip
         * @param       string                  $instruction
-        * @return      boolean
+        * @return      bool
         */
        public function validatePackageInstallationPluginInstruction(PackageArchive $archive, $pip, $instruction) {
                if (isset($this->packageInstallationPlugins[$pip])) {
index 3312ef3c7347216d98b4353f14899c7ffca09330..b5720e8053879dc941686cf77a73b453dd350a90 100644 (file)
@@ -19,7 +19,7 @@ use wcf\system\WCF;
 class PageLocationManager extends SingletonFactory {
        /**
         * true if all parents of the highest page have been added
-        * @var boolean
+        * @var bool
         */
        protected $addedParentLocations = false;
        
@@ -74,7 +74,7 @@ class PageLocationManager extends SingletonFactory {
         * @param       string                  $identifier             internal page identifier
         * @param       int                     $pageObjectID           page object id
         * @param       ITitledLinkObject       $locationObject         optional label for breadcrumbs usage
-        * @param       boolean                 $useAsParentLocation
+        * @param       bool                 $useAsParentLocation
         * @throws      SystemException
         */
        public function addParentLocation($identifier, $pageObjectID = 0, ITitledLinkObject $locationObject = null, $useAsParentLocation = false) {
index b1e62c76eadf69fd4dcf9244e0f1d5725c41c857..ca3daaf206a53e1c7e2a75b94638993e4f223379 100644 (file)
@@ -24,7 +24,7 @@ interface ILookupPageHandler extends IMenuPageHandler {
         * Returns true if provided object id exists and is valid.
         * 
         * @param       int             $objectID       page object id
-        * @return      boolean         true if object id is valid
+        * @return      bool            true if object id is valid
         */
        public function isValid($objectID);
        
index a61769eab857ad3c0be591d0b11168297ede4d6e..47c2169c0a41334ad7b646ca3cdf61895a0877de 100644 (file)
@@ -25,7 +25,7 @@ interface IMenuPageHandler {
         * of the page itself. The visibility can optionally be scoped to the given object id.
         * 
         * @param       int|null        $objectID       optional page object id
-        * @return      boolean         false if the page should be hidden from menus
+        * @return      bool            false if the page should be hidden from menus
         */
        public function isVisible($objectID = null);
 }
index c063b630f0db56c0ed30d2b62c0dceba2ad3242e..c25dd6a26ba2c6b9f2b2771c6ec8a947d9ed654e 100644 (file)
@@ -54,7 +54,7 @@ trait TDecoratedCategoryLookupPageHandler {
         * Returns true if provided object id exists and is valid.
         * 
         * @param       int             $objectID       page object id
-        * @return      boolean         true if object id is valid
+        * @return      bool            true if object id is valid
         * @see ILookupPageHandler::isValid()
         */
        public function isValid($objectID = null) {
index 94cd55a5b24e39e90d672f4c28d69c7ac534fdf3..6aac5d2f39f5eca53ef5b71a9e9fdd9ed0fcf365 100644 (file)
@@ -25,7 +25,7 @@ trait TDecoratedCategoryMenuPageHandler {
         * of the page itself. The visibility can optionally be scoped to the given object id.
         *
         * @param       int|null        $objectID       optional page object id
-        * @return      boolean         false if the page should be hidden from menus
+        * @return      bool            false if the page should be hidden from menus
         * @see IMenuPageHandler::isVisible()
         */
        public function isVisible($objectID = null) {
index 38d6e85050a651828fed027ada8907318198b0c7..c285534e15bab25b3a7237f89741dbb23c99098a 100644 (file)
@@ -17,7 +17,7 @@ trait TUserLookupPageHandler {
         * Returns true if provided object id exists and is valid.
         *
         * @param       int             $objectID       page object id
-        * @return      boolean         true if object id is valid
+        * @return      bool            true if object id is valid
         * @see ILookupPageHandler::isValid()
         */
        public function isValid($objectID) {
index 63acd31e66cb75462d43b5bc415b9734c0764c46..db7cfd5d6f537d2db04dba1abf78ee96cd9d6053 100644 (file)
@@ -13,7 +13,7 @@ interface IPaymentMethod {
        /**
         * Returns true, if this payment method supports recurring payments.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsRecurringPayments();
        
@@ -33,7 +33,7 @@ interface IPaymentMethod {
         * @param       string          $token          custom token
         * @param       string          $returnURL
         * @param       string          $cancelReturnURL
-        * @param       boolean         $isRecurring
+        * @param       bool            $isRecurring
         * @param       int             $subscriptionLength
         * @param       string          $subscriptionLengthUnit
         * 
index d86c3a0dd8457d7846d420b21bc742ca51a1fe9d..775883e41464cbf10f44d7856b33173605033d9e 100644 (file)
@@ -14,14 +14,14 @@ interface IPollHandler {
        /**
         * Returns true if current user may start a public poll.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canStartPublicPoll();
        
        /**
         * Returns true if current user may vote.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canVote();
        
index adc85c89d7a2f4aa23e5cfff7ee2ab17a0dd7fea..e2137cc77e7a32b62482028978bf6b0a400d8b08 100644 (file)
@@ -106,7 +106,7 @@ class PollManager extends SingletonFactory {
         * @param       string          $objectType
         * @param       int             $objectID
         * @param       int             $pollID
-        * @return      boolean
+        * @return      bool
         * @throws      SystemException
         */
        public function setObject($objectType, $objectID, $pollID = 0) {
@@ -362,7 +362,7 @@ class PollManager extends SingletonFactory {
        /**
         * Returns true if current user can start a public poll.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canStartPublicPoll() {
                $handler = $this->getHandler(null, $this->objectType);
index 294ac4bbaed9dde3348f727d99c74fdcfd919bcc..2b8c35d8a978a54c976c204e6985714980134892 100644 (file)
@@ -62,8 +62,8 @@ class ControllerMap extends SingletonFactory {
         * 
         * @param       string          $application    application identifier
         * @param       string          $controller     url controller
-        * @param       boolean         $isAcpRequest   true if this is an ACP request
-        * @param       boolean         $skipCustomUrls true if custom url resolution should be suppressed, is always true for ACP requests
+        * @param       bool            $isAcpRequest   true if this is an ACP request
+        * @param       bool         $skipCustomUrls true if custom url resolution should be suppressed, is always true for ACP requests
         * @return      mixed           array containing className, controller and pageType or a string containing the controller name for aliased controllers
         * @throws      SystemException
         */
@@ -173,7 +173,7 @@ class ControllerMap extends SingletonFactory {
         * 
         * @param       string          $application    application identifier
         * @param       string          $controller     controller class, e.g. 'MembersList'
-        * @param       boolean         $forceFrontend  force transformation for frontend
+        * @param       bool         $forceFrontend  force transformation for frontend
         * @return      string          url representation of controller, e.g. 'members-list'
         */
        public function lookup($application, $controller, $forceFrontend = null) {
@@ -278,7 +278,7 @@ class ControllerMap extends SingletonFactory {
         * 
         * @param       string          $application    application identifier
         * @param       string          $controller     url controller name
-        * @return      boolean         true if controller is the application's default
+        * @return      bool            true if controller is the application's default
         */
        public function isDefaultController($application, $controller) {
                // lookup custom urls first
@@ -315,7 +315,7 @@ class ControllerMap extends SingletonFactory {
         * 
         * @param       string[]        $classData
         * @param       array           $metaData
-        * @return      boolean
+        * @return      bool
         */
        public function isLandingPage(array $classData, array $metaData) {
                if ($classData['className'] !== $this->landingPages['wcf'][2]) {
@@ -353,7 +353,7 @@ class ControllerMap extends SingletonFactory {
         * 
         * @param       string          $application    application identifier
         * @param       string          $controller     controller name
-        * @param       boolean         $isAcpRequest   true if this is an ACP request
+        * @param       bool         $isAcpRequest   true if this is an ACP request
         * @return      string[]|null   className, controller and pageType, or null if this is not a legacy controller name
         */
        protected function getLegacyClassData($application, $controller, $isAcpRequest) {
@@ -379,7 +379,7 @@ class ControllerMap extends SingletonFactory {
         *
         * @param       string          $application    application identifier
         * @param       string          $controller     controller name
-        * @param       boolean         $isAcpRequest   true if this is an ACP request
+        * @param       bool            $isAcpRequest   true if this is an ACP request
         * @param       string          $pageType       page type, e.g. 'form' or 'action'
         * @return      string[]|null   className, controller and pageType
         */
index e58c171d08849f5634f6f35389201a75a33ec1e4..2cf366aed8f47e9e1dce9f1359cc5bd97f79b7c9 100644 (file)
@@ -18,7 +18,7 @@ class Request {
        protected $className = '';
        
        /**
-        * @var boolean
+        * @var bool
         */
        protected $isLandingPage = false;
        
@@ -87,7 +87,7 @@ class Request {
        /**
         * Returns true if this request has already been executed.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isExecuted() {
                return ($this->requestObject !== null);
@@ -96,7 +96,7 @@ class Request {
        /**
         * Returns true if this request represents the landing page.
         * 
-        * @return boolean
+        * @return bool
         */
        public function isLandingPage() {
                return $this->isLandingPage;
@@ -151,7 +151,7 @@ class Request {
        /**
         * Returns true if the requested page is available during the offline mode.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAvailableDuringOfflineMode() {
                if (defined($this->className . '::AVAILABLE_DURING_OFFLINE_MODE') && constant($this->className . '::AVAILABLE_DURING_OFFLINE_MODE')) {
index 6a4debd00466b0a28532180fd7b264a7cb23e989..5b7454fff0d969b4c88fd91f1b31f0da24bbd116 100644 (file)
@@ -29,13 +29,13 @@ class RequestHandler extends SingletonFactory {
        
        /**
         * true, if current domain mismatch any known domain
-        * @var boolean
+        * @var bool
         */
        protected $inRescueMode = false;
        
        /**
         * indicates if the request is an acp request
-        * @var boolean
+        * @var bool
         */
        protected $isACPRequest = false;
        
@@ -50,7 +50,7 @@ class RequestHandler extends SingletonFactory {
         * Handles a http request.
         *
         * @param       string          $application
-        * @param       boolean         $isACPRequest
+        * @param       bool            $isACPRequest
         * @throws      AJAXException
         * @throws      IllegalLinkException
         * @throws      SystemException
@@ -319,7 +319,7 @@ class RequestHandler extends SingletonFactory {
        /**
         * Returns true if the request is an acp request.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isACPRequest() {
                return $this->isACPRequest;
@@ -328,7 +328,7 @@ class RequestHandler extends SingletonFactory {
        /**
         * Returns true, if current host mismatches any known domain.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function inRescueMode() {
                return $this->inRescueMode;
index 9a06b40ccb635b7a5b91397c569175ddd3a52519..c3ff262580756b020774381c7852adebd7823391 100644 (file)
@@ -48,7 +48,7 @@ class RouteHandler extends SingletonFactory {
        
        /**
         * HTTP encryption
-        * @var boolean
+        * @var bool
         */
        protected static $secure;
        
@@ -60,13 +60,13 @@ class RouteHandler extends SingletonFactory {
        
        /**
         * true if the default controller is used (support for custom landing page)
-        * @var boolean
+        * @var bool
         */
        protected $isDefaultController = false;
        
        /**
         * true if the controller was renamed and has already been transformed
-        * @var boolean
+        * @var bool
         */
        protected $isRenamedController = false;
        
@@ -123,7 +123,7 @@ class RouteHandler extends SingletonFactory {
         * first route that is able to consume all path components is used,
         * even if other routes may fit better. Route order is crucial!
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function matches() {
                foreach ($this->routes as $route) {
@@ -153,7 +153,7 @@ class RouteHandler extends SingletonFactory {
        /**
         * Returns true if route uses default controller.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isDefaultController() {
                return $this->isDefaultController;
@@ -163,7 +163,7 @@ class RouteHandler extends SingletonFactory {
        /**
         * Returns true if the controller was renamed and has already been transformed.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isRenamedController() {
                return $this->isRenamedController;
@@ -194,7 +194,7 @@ class RouteHandler extends SingletonFactory {
         * 
         * @param       string          $application    application identifier
         * @param       array           $components
-        * @param       boolean         $isACP
+        * @param       bool            $isACP
         * @return      string
         * @throws      SystemException
         */
@@ -237,7 +237,7 @@ class RouteHandler extends SingletonFactory {
        /**
         * Returns true if this is a secure connection.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function secureConnection() {
                if (self::$secure === null) {
index f14a16593698cc9545d546062888259820ec1727..4f602e6f58923c49c802183f754491a62d7169e5 100644 (file)
@@ -21,7 +21,7 @@ class DynamicRequestRoute implements IRequestRoute {
        
        /**
         * route is restricted to ACP
-        * @var boolean
+        * @var bool
         */
        protected $isACP = false;
        
@@ -158,7 +158,7 @@ class DynamicRequestRoute implements IRequestRoute {
         *
         * @param       string[]        $components
         * @param       string          $application
-        * @param       boolean         $useBuildSchema
+        * @param       bool            $useBuildSchema
         * @return      string
         */
        protected function buildRoute(array $components, $application, $useBuildSchema) {
index d97ebd433fde671e66db89e4f66c7fa0faca6955..17fef15fa8052f4268ad283277d822680a7ad8a2 100644 (file)
@@ -23,7 +23,7 @@ interface IRequestRoute {
         * Returns true if current route can handle the build request.
         *
         * @param       array           $components
-        * @return      boolean
+        * @return      bool
         */
        public function canHandle(array $components);
        
@@ -37,7 +37,7 @@ interface IRequestRoute {
        /**
         * Returns true if route applies for ACP.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isACP();
        
@@ -45,14 +45,14 @@ interface IRequestRoute {
         * Returns true if given request url matches this route.
         *
         * @param       string          $requestURL
-        * @return      boolean
+        * @return      bool
         */
        public function matches($requestURL);
        
        /**
         * Configures this route to handle either ACP or frontend requests.
         *
-        * @param       boolean         $isACP          true if route handles ACP requests
+        * @param       bool            $isACP          true if route handles ACP requests
         */
        public function setIsACP($isACP);
 }
index 74d4711d8033fa7f12861722463cb30ef044fd48..00a85e1ef8a7a8d8875fca28eb4a0eba32d4b42e 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\request\ControllerMap;
 class StaticRequestRoute extends DynamicRequestRoute {
        /**
         * controller must be present and match the static controller
-        * @var boolean
+        * @var bool
         */
        protected $matchController = false;
        
@@ -42,7 +42,7 @@ class StaticRequestRoute extends DynamicRequestRoute {
         * Controller must be part of the url and match the static controller, useful
         * for controllers requiring a custom set of additional parameters.
         * 
-        * @param       boolean         $matchController
+        * @param       bool         $matchController
         */
        public function setMatchController($matchController) {
                $this->matchController = $matchController;
index 38bcfc00f74babb9d172d8708b79ca149462595d..bfbecde1233115d0f3a8d2d53b84246576d58d3f 100644 (file)
@@ -48,7 +48,7 @@ abstract class AbstractSearchIndexManager extends SingletonFactory implements IS
         * index was created, otherwise false.
         * 
         * @param       ObjectType      $objectType
-        * @return      boolean
+        * @return      bool
         */
        abstract protected function createSearchIndex(ObjectType $objectType);
        
index 70c34579d1f52fe9ecc9cb4a8705ccb5e4235880..ac2ed30480f4b90b5296f70bce027e2e84569c63 100644 (file)
@@ -30,7 +30,7 @@ interface ISearchEngine {
         * 
         * @param       string                                  $objectTypeName
         * @param       string                                  $q
-        * @param       boolean                                 $subjectOnly
+        * @param       bool                                    $subjectOnly
         * @param       PreparedStatementConditionBuilder       $searchIndexCondition
         * @param       string                                  $orderBy
         * @param       int                                     $limit
@@ -50,7 +50,7 @@ interface ISearchEngine {
         * 
         * @param       string                                  $q
         * @param       array                                   $objectTypes
-        * @param       boolean                                 $subjectOnly
+        * @param       bool                                    $subjectOnly
         * @param       PreparedStatementConditionBuilder       $searchIndexCondition
         * @param       array                                   $additionalConditions
         * @param       string                                  $orderBy
index 6901728af0a9ea369b05df1a8df3824974b25290..840c135197eae6baea710055bcad0b1c653add30 100644 (file)
@@ -103,7 +103,7 @@ interface ISearchableObjectType {
        /**
         * Returns true if the current user can use this searchable object type.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isAccessible();
        
index 087923b6483b3a51c31bffc5a6c2d2c29889023c..d79a2cd5f7062370e22986ad49ee9cf55a593ec4 100644 (file)
@@ -18,7 +18,7 @@ abstract class AbstractACPSearchResultProvider {
         * @param       DatabaseObject          $object
         * @param       string                  $optionsColumnName
         * @param       string                  $permissionsColumnName
-        * @return      boolean
+        * @return      bool
         */
        protected function validate(DatabaseObject $object, $optionsColumnName = 'options', $permissionsColumnName = 'permissions') {
                // check the options of this item
index caf19b1417fe647744c613bc9c085650244e5d6a..fd5127160b60a4e2ac91cb8d49e920ce7a9ebacc 100644 (file)
@@ -129,7 +129,7 @@ abstract class AbstractCategorizedACPSearchResultProvider extends AbstractACPSea
         * Returns true if given category is valid and accessible.
         * 
         * @param       string          $categoryName
-        * @return      boolean
+        * @return      bool
         */
        protected function isValid($categoryName) {
                return isset($this->categories[$categoryName]);
index 9379a72d010c55a2bcd0e18c8134ac08b65abedd..800da83356c08c45279eb62ae39277596933f7bd 100644 (file)
@@ -42,13 +42,13 @@ use wcf\util\UserUtil;
 final class SessionHandler extends SingletonFactory {
        /**
         * prevents update on shutdown
-        * @var boolean
+        * @var bool
         */
        protected $doNotUpdate = false;
        
        /**
         * disables page tracking
-        * @var boolean
+        * @var bool
         */
        protected $disableTracking = false;
                
@@ -60,7 +60,7 @@ final class SessionHandler extends SingletonFactory {
        
        /**
         * true if within ACP or WCFSetup
-        * @var boolean
+        * @var bool
         */
        protected $isACP = false;
        
@@ -112,13 +112,13 @@ final class SessionHandler extends SingletonFactory {
        
        /**
         * indicates if session variables changed and must be saved upon shutdown
-        * @var boolean
+        * @var bool
         */
        protected $variablesChanged = false;
        
        /**
         * true if this is a new session
-        * @var boolean
+        * @var bool
         */
        protected $firstVisit = false;
        
@@ -317,7 +317,7 @@ final class SessionHandler extends SingletonFactory {
        /**
         * Returns true if client provided a valid session cookie.
         * 
-        * @return      boolean
+        * @return      bool
         * @since       3.0
         */
        public function hasValidCookie(): bool {
@@ -496,7 +496,7 @@ final class SessionHandler extends SingletonFactory {
         * given token is invalid.
         * 
         * @param       string          $token
-        * @return      boolean
+        * @return      bool
         */
        public function checkSecurityToken($token) {
                // The output of CryptoUtil::createSignedString() is not url-safe. For compatibility
@@ -711,7 +711,7 @@ final class SessionHandler extends SingletonFactory {
         * compatibility, while preventing ACLs from overruling a 'Never' setting.
         * 
         * @param       string          $permission
-        * @return      boolean
+        * @return      bool
         */
        public function getNeverPermission($permission) {
                $this->loadGroupData();
@@ -886,7 +886,7 @@ final class SessionHandler extends SingletonFactory {
         * logged in, after the login his old session is used to store his full data.
         * 
         * @param       User            $user
-        * @param       boolean         $hideSession    if true, database won't be updated
+        * @param       bool            $hideSession    if true, database won't be updated
         */
        public function changeUser(User $user, $hideSession = false) {
                $eventParameters = ['user' => $user, 'hideSession' => $hideSession];
@@ -1251,7 +1251,7 @@ final class SessionHandler extends SingletonFactory {
        /**
         * Returns true if this is a new session.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isFirstVisit() {
                return $this->firstVisit;
index 208dea87a6ec9a82fafb1ef058a5613c983a53f3..7590b00b600e53c7735780c9587d162925e12b38 100644 (file)
@@ -24,13 +24,13 @@ class Uninstaller {
        
        /**
         * indicates if target directory will be deleted if empty
-        * @var boolean
+        * @var bool
         */
        protected $deleteEmptyTargetDir;
        
        /**
         * indicates if sub directory will be deleted if empty
-        * @var boolean
+        * @var bool
         */
        protected $deleteEmptyDirectories;
        
@@ -39,8 +39,8 @@ class Uninstaller {
         * 
         * @param       string          $targetDir
         * @param       string[]        $files
-        * @param       boolean         $deleteEmptyTargetDir
-        * @param       boolean         $deleteEmptyDirectories
+        * @param       bool            $deleteEmptyTargetDir
+        * @param       bool            $deleteEmptyDirectories
         */
        public function __construct($targetDir, $files, $deleteEmptyTargetDir, $deleteEmptyDirectories) {
                $this->targetDir = $targetDir;
@@ -61,7 +61,7 @@ class Uninstaller {
         * Returns true if a directory is emtpy.
         * 
         * @param       string          $dir
-        * @return      boolean
+        * @return      bool
         */
        protected function isEmpty($dir) {
                if (is_dir($dir)) {
index fe6f4847cfcea60401018488f479aae167c8088e..d6ae4e8c05c0e5d2d7961fac6db2b599dafef59d 100755 (executable)
@@ -46,14 +46,14 @@ interface ISitemapObjectObjectType {
         * Returns the permission for a guest to view a certain object for this object type. 
         *
         * @param       DatabaseObject  $object
-        * @return      boolean
+        * @return      bool
         */
        public function canView(DatabaseObject $object);
        
        /**
         * Checks the requirements (e.g. module options) for this object type.
         *
-        * @return      boolean
+        * @return      bool
         */
        public function isAvailableType(); 
 }
index 4de64905f2164bd839222ce8261f4d6f7560bbb2..4ea23c2764e691f012f13c6ed5826361e1d04d9c 100644 (file)
@@ -49,7 +49,7 @@ class FontManager extends SingletonFactory {
         * Returns whether the family's CSS file exists, implying that
         * the family is available.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isFamilyDownloaded($family) {
                return is_readable($this->getCssFilename($family));
index 5aa95495068168415a8b1a9218e2cf5ca0b29ffe..4fcfea2d5acec1f371a01d5f28708871b7fb1837 100644 (file)
@@ -88,7 +88,7 @@ class StyleHandler extends SingletonFactory {
         * Changes the active style.
         * 
         * @param       int             $styleID
-        * @param       boolean         $ignorePermissions
+        * @param       bool            $ignorePermissions
         * @throws      SystemException
         */
        public function changeStyle($styleID = 0, $ignorePermissions = false) {
@@ -123,7 +123,7 @@ class StyleHandler extends SingletonFactory {
        /**
         * Returns the HTML tag to include current stylesheet.
         * 
-        * @param       boolean         $isACP          indicates if the request is an acp request
+        * @param       bool            $isACP          indicates if the request is an acp request
         * @return      string
         */
        public function getStylesheet($isACP = false) {
@@ -171,7 +171,7 @@ class StyleHandler extends SingletonFactory {
        /**
         * Resets all stylesheets.
         * 
-        * @param       boolean         $resetACP
+        * @param       bool         $resetACP
         */
        public static function resetStylesheets($resetACP = true) {
                // frontend stylesheets
@@ -197,7 +197,7 @@ class StyleHandler extends SingletonFactory {
         * Returns a style by package name, optionally filtering tainted styles.
         * 
         * @param       string          $packageName    style package name
-        * @param       boolean         $skipTainted    ignore tainted styles
+        * @param       bool            $skipTainted    ignore tainted styles
         * @return      StyleEditor|null
         * @since       3.0
         */
@@ -216,7 +216,7 @@ class StyleHandler extends SingletonFactory {
        /**
         * Returns true if there is more than one available style and the changer is to be displayed.
         * 
-        * @return      boolean         true if style changer should be displayed
+        * @return      bool         true if style changer should be displayed
         */
        public function showStyleChanger() {
                return ($this->countStyles() && SHOW_STYLE_CHANGER);
@@ -226,7 +226,7 @@ class StyleHandler extends SingletonFactory {
         * Returns the list of FontAwesome icons excluding the `fa-`-prefix,
         * optionally encoding the list as JSON.
         * 
-        * @param       boolean         $toJSON         encode array as a JSON string
+        * @param       bool         $toJSON         encode array as a JSON string
         * @return      string|\string[]        JSON string or PHP array of strings
         */
        public function getIcons($toJSON = false) {
index aadf892ece979b3fec9ac53fe783453847375b2a..1ed574b8a93ff01ce5393afc23d2ae1ae54f20c3 100644 (file)
@@ -27,7 +27,7 @@ class TagEngine extends SingletonFactory {
         * @param       int             $objectID
         * @param       array           $tags
         * @param       int             $languageID
-        * @param       boolean         $replace
+        * @param       bool            $replace
         */
        public function addObjectTags($objectType, $objectID, array $tags, $languageID, $replace = true) {
                $objectTypeID = $this->getObjectTypeID($objectType);
index 11a9088c572bb4bb611fb6c1b89c3eeae41467fc..bf1d554835a541d43edad38331ae1a850390e2bf 100755 (executable)
@@ -52,7 +52,7 @@ class TemplateEngine extends SingletonFactory {
        
        /**
         * forces the template engine to recompile all included templates
-        * @var boolean
+        * @var bool
         */
        protected $forceCompile = false;
        
@@ -107,7 +107,7 @@ class TemplateEngine extends SingletonFactory {
        
        /**
         * true, if template listener code was already loaded
-        * @var boolean
+        * @var bool
         */
        protected $templateListenersLoaded = false;
        
@@ -303,7 +303,7 @@ class TemplateEngine extends SingletonFactory {
         * 
         * @param       string          $templateName
         * @param       string          $application
-        * @param       boolean         $sendHeaders
+        * @param       bool            $sendHeaders
         */
        public function display($templateName, $application = 'wcf', $sendHeaders = true) {
                if ($sendHeaders) {
@@ -426,7 +426,7 @@ class TemplateEngine extends SingletonFactory {
         * @param       string          $compiledFilename
         * @param       string          $application
         * @param       array           $metaData
-        * @return      boolean
+        * @return      bool
         */
        protected function isCompiled($templateName, $sourceFilename, $compiledFilename, $application, array $metaData) {
                if ($this->forceCompile || !file_exists($compiledFilename)) {
@@ -542,7 +542,7 @@ class TemplateEngine extends SingletonFactory {
         * @param       string          $templateName
         * @param       string          $application
         * @param       array           $variables
-        * @param       boolean         $sandbox        enables execution in sandbox
+        * @param       bool            $sandbox        enables execution in sandbox
         * @return      string
         */
        public function fetch($templateName, $application = 'wcf', array $variables = [], $sandbox = false) {
@@ -579,7 +579,7 @@ class TemplateEngine extends SingletonFactory {
         * 
         * @param       string          $compiledSource
         * @param       array           $variables
-        * @param       boolean         $sandbox        enables execution in sandbox
+        * @param       bool            $sandbox        enables execution in sandbox
         * @return      string
         */
        public function fetchString($compiledSource, array $variables = [], $sandbox = true) {
@@ -697,7 +697,7 @@ class TemplateEngine extends SingletonFactory {
         * @param       string          $templateName
         * @param       string          $application
         * @param       array           $variables
-        * @param       boolean         $sandbox        enables execution in sandbox
+        * @param       bool            $sandbox        enables execution in sandbox
         */
        protected function includeTemplate($templateName, $application, array $variables = [], $sandbox = true) {
                // enable sandbox
index 72004e4f882618d2ef04f7cef345a5c231b344e0..3f22ed449a31ac03e54ac722bb6deaa59b7206b5 100644 (file)
@@ -295,8 +295,8 @@ class TemplateScriptingCompiler {
         * @param       string          $identifier
         * @param       string          $sourceContent
         * @param       array           $metaData
-        * @param       boolean         $isolated
-        * @return      array|boolean
+        * @param       bool            $isolated
+        * @return      array|bool
         * @throws      SystemException
         */
        public function compileString($identifier, $sourceContent, array $metaData = [], $isolated = false) {
@@ -658,7 +658,7 @@ class TemplateScriptingCompiler {
        /**
         * Compiles a capture tag and returns the compiled PHP code.
         * 
-        * @param       boolean         $startTag
+        * @param       bool            $startTag
         * @param       string          $captureTag
         * @return      string
         */
@@ -1105,7 +1105,7 @@ class TemplateScriptingCompiler {
         * Compiles an {if} tag and returns the compiled PHP code.
         * 
         * @param       string          $tagArgs
-        * @param       boolean         $elseif         true, if this tag is an else tag
+        * @param       bool            $elseif         true, if this tag is an else tag
         * @return      string
         * @throws      SystemException
         */
@@ -1251,7 +1251,7 @@ class TemplateScriptingCompiler {
         * 
         * @param       string          $variable
         * @param       string          $type
-        * @param       boolean         $allowConstants
+        * @param       bool            $allowConstants
         * @return      string
         */
        protected function compileSimpleVariable($variable, $type = '', $allowConstants = true) {
@@ -1294,7 +1294,7 @@ class TemplateScriptingCompiler {
         * Compiles a variable tag and returns the compiled PHP code.
         * 
         * @param       string          $tag
-        * @param       boolean         $replaceQuotes
+        * @param       bool            $replaceQuotes
         * @return      string
         * @throws      SystemException
         */
index 9aedccf2b188067a1b474990f6af668b8f4d8970..c3d8c15f517e9237fda5b57d133d9eac68afae60 100644 (file)
@@ -21,7 +21,7 @@ use wcf\util\StringUtil;
 class HtmlCheckboxesFunctionTemplatePlugin implements IFunctionTemplatePlugin {
        /**
         * indicates if encoding is disabled
-        * @var boolean
+        * @var bool
         */
        protected $disableEncoding = false;
        
index fde0ea36c92d54b4f8774a4f92d24ff66b9e4268..a6e39bda5aa57d440f1fd8fff059c414203eb639 100644 (file)
@@ -33,7 +33,7 @@ interface IBlockTemplatePlugin {
         * This function is called before every execution of this block function.
         * 
         * @param       TemplateEngine          $tplObj
-        * @return      boolean
+        * @return      bool
         */
        public function next(TemplateEngine $tplObj);
 }
index 83892cd54dbfaaccd44f15575a1419d94b6dfec7..525b8f4986f1777256490b4cc84aa1a16a68c7ac 100644 (file)
@@ -14,7 +14,7 @@ interface IUploadFileValidationStrategy {
         * Validates the given file and returns true on success, otherwise false.
         * 
         * @param       UploadFile              $uploadFile
-        * @return      boolean
+        * @return      bool
         */
        public function validate(UploadFile $uploadFile);
 }
index b1031588385e2e41746ea0e0ceacdb0326841655..9628219a09edbdb6685424e64ba43fe9e8cce3a5 100644 (file)
@@ -13,14 +13,14 @@ namespace wcf\system\upload;
 class MediaUploadFileValidationStrategy implements IUploadFileValidationStrategy {
        /**
         * if `true`, only images are valid
-        * @var boolean
+        * @var bool
         */
        protected $imagesOnly = false;
        
        /**
         * Creates a new instance of MediaUploadFileValidationStrategy.
         * 
-        * @param       boolean         $imagesOnly
+        * @param       bool            $imagesOnly
         */
        public function __construct($imagesOnly) {
                $this->imagesOnly = $imagesOnly;
index 06908b034b62b11377533f4fb21c1d7af129d51b..7bbfa04040e04e24a0d964a7eeb0cbf2c0d5e7e7 100644 (file)
@@ -73,7 +73,7 @@ class UploadHandler {
         * Validates the uploaded files. Returns true on success, otherwise false.
         * 
         * @param       IUploadFileValidationStrategy   $validationStrategy
-        * @return      boolean
+        * @return      bool
         */
        public function validateFiles(IUploadFileValidationStrategy $validationStrategy) {
                $result = true;
index 09763f9c8c513e59032d2fd7b8aa9deac0d4e1b5..b4cb9d7cfc81ef61f5087f08be9c73443dc9313c 100644 (file)
@@ -102,7 +102,7 @@ class UserActivityPointHandler extends SingletonFactory {
         * 
         * @param       string          $objectType
         * @param       int[]   $itemsToUser
-        * @param       boolean         $updateUsers
+        * @param       bool            $updateUsers
         * @throws      InvalidObjectTypeException
         */
        public function fireEvents($objectType, array $itemsToUser, $updateUsers = true) {
index 1add9f65ccfaf1f098e667ab714ecb03d9b99aba..283ac3243e9235e7b26d62de3f99fdd1a255644e 100644 (file)
@@ -116,7 +116,7 @@ final class DoubleBcrypt implements IPasswordAlgorithm {
         * Returns true if given bcrypt hash uses a different cost factor and should be re-computed.
         * 
         * @param       string          $hash
-        * @return      boolean
+        * @return      bool
         */
        private static function isDifferentBlowfish($hash) {
                $currentCost = \intval(self::BCRYPT_COST);
index 331d95d54f6ecbdc048f0e1d8c0df3d1aa8042ea..78c1eb1fd9ad47a6dab4210e718a42e7d84e4dcc 100644 (file)
@@ -49,7 +49,7 @@ class UserCollapsibleContentHandler extends SingletonFactory {
         * 
         * @param       string          $objectType
         * @param       string          $objectID
-        * @return      boolean
+        * @return      bool
         * @throws      InvalidObjectTypeException
         */
        public function isCollapsed($objectType, $objectID) {
index e524b5b5639426371f3730b6aa3adcccc451a640..8730c469cce69c2e06ed337a4180286807eeea72 100644 (file)
@@ -289,7 +289,7 @@ class UserNotificationHandler extends SingletonFactory {
        /**
         * Returns the number of outstanding notifications for the active user.
         * 
-        * @param       boolean         $skipCache
+        * @param       bool            $skipCache
         * @return      int
         */
        public function getNotificationCount($skipCache = false) {
@@ -345,7 +345,7 @@ class UserNotificationHandler extends SingletonFactory {
         * 
         * @param       int             $limit
         * @param       int             $offset
-        * @param       boolean         $showConfirmedNotifications     DEPRECATED
+        * @param       bool            $showConfirmedNotifications     DEPRECATED
         * @return      mixed[]
         */
        public function getNotifications($limit = 5, $offset = 0, $showConfirmedNotifications = false) {
index 882f85f1eed17a857846f4f353ae4a446d096a61..f8a235c44003c6dd2ff0578ed6aa34d70602542a 100644 (file)
@@ -42,7 +42,7 @@ abstract class AbstractUserNotificationEvent extends DatabaseObjectDecorator imp
        
        /**
         * notification stacking support
-        * @var boolean
+        * @var bool
         */
        protected $stackable = false;
        
index 5f46b14c9c0b44fc7ed076bc77979fffe4d6a79b..8458b84e87fc54c75ed28ee115b7cb9ad79d5a98 100644 (file)
@@ -36,7 +36,7 @@ interface ITestableUserNotificationEvent extends IUserNotificationEvent {
        public function setTestCaseDescription($description);
        
        /**
-        * @return      boolean
+        * @return      bool
         */
        public static function canBeTriggeredByGuests();
        
index 5a2250659a5f13a342ae10e48150b1eca1ff5f4c..4267009ccc771eb88f6a509b72d667612a806585 100644 (file)
@@ -97,7 +97,7 @@ interface IUserNotificationEvent extends IDatabaseObjectProcessor {
        /**
         * Returns true if this notification event is visible for the active user.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isVisible();
        
@@ -135,14 +135,14 @@ interface IUserNotificationEvent extends IDatabaseObjectProcessor {
        /**
         * Returns true if this notification event supports stacking.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isStackable();
        
        /**
         * Returns true if this notification event supports email notifications.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function supportsEmailNotification();
        
@@ -150,7 +150,7 @@ interface IUserNotificationEvent extends IDatabaseObjectProcessor {
         * Validates if the related object is still accessible, in case this check fails
         * the event should take the appropriate actions to resolve this.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function checkAccess();
        
@@ -158,14 +158,14 @@ interface IUserNotificationEvent extends IDatabaseObjectProcessor {
         * Returns true if a notification should be deleted if the related object
         * is not accessible.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function deleteNoAccessNotification();
        
        /**
         * Returns true if the underlying notification has been marked as confirmed.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function isConfirmed();
        
index 9cd4ae66bab4af5e832868ad52f5c8ade9dd8510..b4af13e954db8f18adf83a366ac44d9f7a77939a 100644 (file)
@@ -40,7 +40,7 @@ class ModerationQueueCommentResponseUserNotificationEvent extends AbstractShared
        
        /**
         * true if the moderation queue is already loaded
-        * @var boolean
+        * @var bool
         */
        protected $moderationQueueLoaded = false;
        
index 073b9e9defc425dede009358ce8541607ebf5271..2e48ecd073c047741f0538c2a6a4945b32130892 100644 (file)
@@ -41,7 +41,7 @@ abstract class AbstractVersionTrackerProvider extends AbstractObjectTypeProvider
        
        /**
         * true if content supports i18n
-        * @var boolean
+        * @var bool
         */
        public $isI18n = false;
        
index 3778b56fe36ae4931e91cee59667aa02f177c8d2..108f9aa70ee2e788a0ae8b4596f42949eac4c766 100644 (file)
@@ -16,7 +16,7 @@ interface IVersionTrackerProvider extends IObjectTypeProvider {
        /**
         * Returns true if current user can view the stored versions of this type.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public function canAccess();
        
@@ -71,7 +71,7 @@ interface IVersionTrackerProvider extends IObjectTypeProvider {
         * payload's array indices represent language ids rather than property values.
         * 
         * @param       IVersionTrackerObject   $object         target object
-        * @return      boolean
+        * @return      bool
         */
        public function isI18n(IVersionTrackerObject $object);
        
index cab6276435be13e34d7d339883d4bdad2217a52d..0a7fa09f1358c20d60446a7d97626e267d8f4e09 100644 (file)
@@ -271,7 +271,7 @@ class VersionTracker extends SingletonFactory implements IAJAXInvokeAction {
         * Creates a database table for an object type unless it exists already.
         * 
         * @param       ObjectType      $objectType     target object type
-        * @return      boolean         false if table already exists
+        * @return      bool         false if table already exists
         */
        protected function createStorageTable(ObjectType $objectType) {
                $baseTableName = $this->getTableName($objectType);
index 8477928feb7e4755c95c0a28c408127c8c089d77..36c868fe277d70a8eb6e4c1a99877ce0e1f90bdb 100644 (file)
@@ -73,7 +73,7 @@ class VersionTrackerEntry {
         * is not NULL.
         *
         * @param       string          $name
-        * @return      boolean
+        * @return      bool
         */
        public function __isset($name) {
                return isset($this->data[$name]);
index a4f7afd2722e1115a03f1cba3d95a9e0f7a2ebd6..555fb631dcb8a90eb1861e59ddd9a3230d60567c 100755 (executable)
@@ -265,7 +265,7 @@ class SitemapRebuildWorker extends AbstractRebuildDataWorker {
        /**
         * Writes the sitemap.xml index file and links all sitemaps.
         * 
-        * @param       boolean         $closeFile      Close a previously opened handle.
+        * @param       bool         $closeFile      Close a previously opened handle.
         */
        protected function writeIndexFile($closeFile = true) {
                $file = new AtomicWriter(self::getSitemapPath() . 'sitemap.xml');
@@ -287,7 +287,7 @@ class SitemapRebuildWorker extends AbstractRebuildDataWorker {
        /**
         * Generates a new temporary file and appends the sitemap start.
         * 
-        * @param       boolean         $closeFile      Close a previously opened handle.
+        * @param       bool         $closeFile      Close a previously opened handle.
         */
        protected function generateTmpFile($closeFile = true) {
                if ($closeFile) $this->closeFile();
index 60a8b9dc83a7f9b4b4a0f62e573089f8c51013c4..3a69a8f513d6621a8299d42ee96801fcb44fcba0 100644 (file)
@@ -15,7 +15,7 @@ final class ArrayUtil {
         * Applies StringUtil::trim() to all elements of the given array.
         * 
         * @param       array|string    $array
-        * @param       boolean         $removeEmptyElements
+        * @param       bool            $removeEmptyElements
         * @return      array|string
         */
        public static function trim($array, $removeEmptyElements = true) {
@@ -146,7 +146,7 @@ final class ArrayUtil {
         * @param       array           $array1
         * @param       array           $array2
         * @param       callable        $callback
-        * @return      boolean
+        * @return      bool
         */
        public static function compare(array $array1, array $array2, callable $callback = null) {
                return static::compareHelper('value', $array1, $array2, $callback);
@@ -158,7 +158,7 @@ final class ArrayUtil {
         * @param       array           $array1
         * @param       array           $array2
         * @param       callable        $callback
-        * @return      boolean
+        * @return      bool
         */
        public static function compareKey(array $array1, array $array2, callable $callback = null) {
                return static::compareHelper('key', $array1, $array2, $callback);
@@ -170,7 +170,7 @@ final class ArrayUtil {
         * @param       array           $array1
         * @param       array           $array2
         * @param       callable        $callback
-        * @return      boolean
+        * @return      bool
         */
        public static function compareAssoc(array $array1, array $array2, callable $callback = null) {
                return static::compareHelper('assoc', $array1, $array2, $callback);
@@ -183,7 +183,7 @@ final class ArrayUtil {
         * @param       array           $array1
         * @param       array           $array2
         * @param       callable        $callback
-        * @return      boolean
+        * @return      bool
         * @throws      SystemException
         */
        protected static function compareHelper($method, array $array1, array $array2, callable $callback = null) {
index c7817c2b512027e092fcd59c99274f2831b831aa..d40ffc28b3012ddbdc9e5ca493af69ec4baa6235 100644 (file)
@@ -18,7 +18,7 @@ final class ClassUtil {
         * 
         * @param       object          $a
         * @param       object          $b
-        * @return      boolean
+        * @return      bool
         */
        public static function equals($a, $b) {
                if (!is_object($a)) return false;
@@ -32,7 +32,7 @@ final class ClassUtil {
         * 
         * @param       string          $className
         * @param       string          $targetClass
-        * @return      boolean
+        * @return      bool
         * @throws      SystemException
         * 
         * @deprecated  use is_subclass_of() instead
index ffc13dc8b9b7eefb2351399f879d148085f39d1c..2620a6ec9e1c6dc327aabd41c64297efc695c281 100644 (file)
@@ -19,13 +19,13 @@ use wcf\system\exception\SystemException;
 final class CronjobUtil {
        /**
         * indicates if day of month is restricted (not '*')
-        * @var boolean
+        * @var bool
         */
        protected static $domRestricted = false;
        
        /**
         * indicates if day of week is restricted (not '*')
-        * @var boolean
+        * @var bool
         */
        protected static $dowRestricted = false;
        
@@ -371,8 +371,8 @@ final class CronjobUtil {
         * 
         * @param       array           $values
         * @param       int             $timeBase
-        * @param       boolean         $addAnDay
-        * @return      boolean
+        * @param       bool            $addAnDay
+        * @return      bool
         */
        protected static function calculateMinute(array &$values, &$timeBase, $addAnDay) {
                $returnValue = false;
@@ -405,7 +405,7 @@ final class CronjobUtil {
         * 
         * @param       int             $needle
         * @param       array           $haystack
-        * @param       boolean         $continue
+        * @param       bool            $continue
         * @return      mixed
         */
        protected static function findKey($needle, array &$haystack, $continue = true) {
index 52c46077272103ec187a9426be17aa7ddc362794..5e3f3919b6c494f4da9c1907daddb8540154177a 100644 (file)
@@ -32,7 +32,7 @@ final class DOMUtil {
         * 
         * @param       \DOMNode        $ancestor       ancestor node
         * @param       \DOMNode        $node           node
-        * @return      boolean         true if `$ancestor` contains the node `$node`
+        * @return      bool            true if `$ancestor` contains the node `$node`
         */
        public static function contains(\DOMNode $ancestor, \DOMNode $node) {
                // nodes cannot contain themselves
@@ -157,7 +157,7 @@ final class DOMUtil {
         * Returns all ancestors nodes for given node.
         * 
         * @param       \DOMNode        $node           node
-        * @param       boolean         $reverseOrder   reversing the order causes the most top ancestor to appear first
+        * @param       bool            $reverseOrder   reversing the order causes the most top ancestor to appear first
         * @return      \DOMElement[]   list of ancestor nodes
         */
        public static function getParents(\DOMNode $node, $reverseOrder = false) {
@@ -238,7 +238,7 @@ final class DOMUtil {
         * 
         * @param       \DOMElement     $element        start element
         * @param       string          $tagName        tag name to match
-        * @return      boolean         
+        * @return      bool         
         */
        public static function hasParent(\DOMElement $element, $tagName) {
                while ($element = $element->parentNode) {
@@ -279,7 +279,7 @@ final class DOMUtil {
         * Returns true if this node is empty.
         * 
         * @param       \DOMNode        $node           node
-        * @return      boolean         true if node is empty
+        * @return      bool            true if node is empty
         */
        public static function isEmpty(\DOMNode $node) {
                if ($node->nodeType === XML_TEXT_NODE) {
@@ -309,7 +309,7 @@ final class DOMUtil {
         * 
         * @param       \DOMNode        $node           node
         * @param       \DOMElement     $ancestor       ancestor element
-        * @return      boolean         true if `$node` is the first node of its given ancestor
+        * @return      bool            true if `$node` is the first node of its given ancestor
         */
        public static function isFirstNode(\DOMNode $node, \DOMElement $ancestor) {
                if ($node->previousSibling === null) {
@@ -332,7 +332,7 @@ final class DOMUtil {
         * 
         * @param       \DOMNode        $node           node
         * @param       \DOMElement     $ancestor       ancestor element
-        * @return      boolean         true if `$node` is the last node of its given ancestor
+        * @return      bool            true if `$node` is the last node of its given ancestor
         */
        public static function isLastNode(\DOMNode $node, \DOMElement $ancestor) {
                if ($node->nextSibling === null) {
@@ -359,7 +359,7 @@ final class DOMUtil {
         * body is gone, including the `nodeType` attribute.
         * 
         * @param       \DOMNode        $node           node
-        * @return      boolean         true if node has been destroyed
+        * @return      bool         true if node has been destroyed
         */
        public static function isRemoved(\DOMNode $node) {
                return !isset($node->nodeType);
@@ -370,7 +370,7 @@ final class DOMUtil {
         * that neither contain content nor have a closing tag, such as `<br>`.
         * 
         * @param       \DOMElement     $element        element
-        * @return      boolean true if provided element is a void element
+        * @return      bool    true if provided element is a void element
         */
        public static function isVoidElement(\DOMElement $element) {
                if (preg_match('~^(area|base|br|col|embed|hr|img|input|keygen|link|menuitem|meta|param|source|track|wbr)$~', $element->nodeName)) {
@@ -475,7 +475,7 @@ final class DOMUtil {
         * Removes a node, optionally preserves the child nodes if `$node` is an element.
         * 
         * @param       \DOMNode        $node                   target node
-        * @param       boolean         $preserveChildNodes     preserve child nodes, only supported for elements
+        * @param       bool            $preserveChildNodes     preserve child nodes, only supported for elements
         */
        public static function removeNode(\DOMNode $node, $preserveChildNodes = false) {
                if ($preserveChildNodes) {
@@ -496,7 +496,7 @@ final class DOMUtil {
         * 
         * @param       \DOMElement     $oldElement             old element
         * @param       \DOMElement     $newElement             new element
-        * @param       boolean         $preserveChildNodes     true if child nodes should be moved, otherwise they'll be implicitly removed
+        * @param       bool            $preserveChildNodes     true if child nodes should be moved, otherwise they'll be implicitly removed
         */
        public static function replaceElement(\DOMElement $oldElement, \DOMElement $newElement, $preserveChildNodes = true) {
                self::insertBefore($newElement, $oldElement);
@@ -520,7 +520,7 @@ final class DOMUtil {
         * 
         * @param       \DOMNode        $node           reference node
         * @param       \DOMElement     $ancestor       ancestor element that should not be split
-        * @param       boolean         $splitBefore    true if nodes before `$node` should be moved into a new node, false to split nodes after `$node`
+        * @param       bool            $splitBefore    true if nodes before `$node` should be moved into a new node, false to split nodes after `$node`
         * @return      \DOMNode        parent node containing `$node`, direct child of `$ancestor`
         */
        public static function splitParentsUntil(\DOMNode $node, \DOMElement $ancestor, $splitBefore = true) {
index 1a897ae2e6767f1f6adfabf263ee0c18f4519c1b..1592764d23749636af7f5e7e3bd3005135e7917a 100644 (file)
@@ -198,7 +198,7 @@ final class DateUtil {
         * Returns a formatted date interval.
         * 
         * @param       \DateInterval   $interval       interval to be formatted
-        * @param       boolean         $fullInterval   if `true`, the complete interval is returned, otherwise a rounded interval is used
+        * @param       bool            $fullInterval   if `true`, the complete interval is returned, otherwise a rounded interval is used
         * @param       int             $formatType     format type for the interval, use the class constant FORMAT_DEFAULT, FORMAT_SENTENCE or FORMAT_PLAIN
         * @return      string
         */
@@ -524,7 +524,7 @@ final class DateUtil {
         * @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
+        * @param       bool            $isFutureDate           true if timestamp is in the future
         * @return      string          relative time
         */
        public static function getRelativeTime(\DateTime $dateTimeObject, $timestamp, $date, $time, $isFutureDate) {
index 6404c69d13208332e97814e3a3f490a435c639bf..1dec4da4961645c33e2b5e3bf9bfdc1179d17741 100644 (file)
@@ -43,7 +43,7 @@ final class DirectoryUtil {
        
        /**
         * determines whether scan should be recursive
-        * @var boolean
+        * @var bool
         */
        protected $recursive = true;
        
@@ -66,7 +66,7 @@ final class DirectoryUtil {
         * Creates a new instance of DirectoryUtil.
         * 
         * @param       string          $directory      directory path
-        * @param       boolean         $recursive      created a recursive directory iterator
+        * @param       bool            $recursive      created a recursive directory iterator
         * @see         \wcf\util\DirectoryUtil::getInstance()
         */
        public function __construct($directory, $recursive = true) {
@@ -86,7 +86,7 @@ final class DirectoryUtil {
         * Returns an instance of DirectoryUtil (or child).
         * 
         * @param       string          $tmpDirectory   path
-        * @param       boolean         $recursive      walk through sub-directories too
+        * @param       bool            $recursive      walk through sub-directories too
         * @return      DirectoryUtil
         * @throws      SystemException
         */
@@ -119,7 +119,7 @@ final class DirectoryUtil {
         * 
         * @param       int             $order                  sort-order
         * @param       Regex           $pattern                pattern to match
-        * @param       boolean         $negativeMatch          true if the pattern should be inversed
+        * @param       bool            $negativeMatch          true if the pattern should be inversed
         * @return      string[]
         * @throws      SystemException
         */
@@ -156,7 +156,7 @@ final class DirectoryUtil {
         * 
         * @param       int             $order                  sort order
         * @param       Regex           $pattern                pattern to match
-        * @param       boolean         $negativeMatch          should the pattern be inversed
+        * @param       bool            $negativeMatch          should the pattern be inversed
         * @return      \DirectoryIterator[]
         * @throws      SystemException
         */
@@ -255,7 +255,7 @@ final class DirectoryUtil {
         * 
         * @param       callable        $callback
         * @param       Regex           $pattern        callback is only applied to files matching the given pattern
-        * @return      boolean
+        * @return      bool
         */
        public function executeCallback(callable $callback, Regex $pattern = null) {
                if ($pattern !== null) $files = $this->getFileObjects(self::SORT_NONE, $pattern);
@@ -282,7 +282,7 @@ final class DirectoryUtil {
         * Removes all files that match the given pattern.
         * 
         * @param       Regex           $pattern                pattern to match
-        * @param       boolean         $negativeMatch          should the pattern be inversed
+        * @param       bool            $negativeMatch          should the pattern be inversed
         * @throws      SystemException
         */
        public function removePattern(Regex $pattern, $negativeMatch = false) {
index 23c3ff728a0f5c3114a9d3d75c46e1a271dbea93..f8558627ab751c56a0f98bdf6e7f34bd1753ab00 100644 (file)
@@ -54,7 +54,7 @@ class FileReader {
        
        /**
         * True if http range is invalid.
-        * @var boolean
+        * @var bool
         */
        protected $invalidRange = false;
        
index 2fb87168a1946ec2d3152ae17fc7349b5abf158f..46e5fe92e6ef3ff87a247fb2f95448c22db5f8d4 100644 (file)
@@ -217,7 +217,7 @@ final class FileUtil {
         * necessary.
         * 
         * @param       string          $path
-        * @return      boolean
+        * @return      bool
         */
        public static function makePath($path) {
                // directory already exists, abort
@@ -270,7 +270,7 @@ final class FileUtil {
         * 
         * @param       string          $folder
         * @param       string          $searchfile
-        * @param       boolean         $recursive
+        * @param       bool            $recursive
         * @return      mixed
         */
        public static function scanFolder($folder, $searchfile, $recursive = true) {
@@ -306,7 +306,7 @@ final class FileUtil {
         * Returns true if the given filename is an url (http or ftp).
         * 
         * @param       string          $filename
-        * @return      boolean
+        * @return      bool
         */
        public static function isURL($filename) {
                return preg_match('!^(https?|ftp)://!', $filename);
@@ -446,7 +446,7 @@ final class FileUtil {
         * otherwise it considers the file to be binary.
         * 
         * @param       string          $file
-        * @return      boolean
+        * @return      bool
         */
        public static function isBinary($file) {
                // open file
@@ -469,7 +469,7 @@ final class FileUtil {
         * 
         * @param       string          $gzipped
         * @param       string          $destination
-        * @return      boolean
+        * @return      bool
         */
        public static function uncompressFile($gzipped, $destination) {
                if (!@is_file($gzipped)) {
@@ -493,7 +493,7 @@ final class FileUtil {
        /**
         * Returns true if php is running as apache module.
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function isApacheModule() {
                return function_exists('apache_get_version');
@@ -636,7 +636,7 @@ final class FileUtil {
         * Returns true if the given amount of memory is available.
         * 
         * @param       int             $neededMemory
-        * @return      boolean
+        * @return      bool
         */
        public static function checkMemoryLimit($neededMemory) {
                return self::getMemoryLimit() == -1 || self::getMemoryLimit() > (memory_get_usage() + $neededMemory);
index 2c81c3b7d289cc9da96f261bffbfda0f12f74453..0dc00740ec8e19ac825e5648602a79f5ed598a58 100644 (file)
@@ -349,7 +349,7 @@ final class HTTPRequest {
         * 
         * @param       string          $name
         * @param       string          $value
-        * @param       boolean         $append
+        * @param       bool            $append
         */
        public function addHeader($name, $value, $append = false) {
                // 4.2 Field names are case-insensitive.
index ae34c09e8b3dd102439bb044d31a67050b83b7c4..9237650c33745c3a2dd54ab3634b400ba66e1a76 100644 (file)
@@ -132,8 +132,8 @@ final class HeaderUtil {
         * Redirects the user agent to given location.
         * 
         * @param       string          $location
-        * @param       boolean         $sendStatusCode
-        * @param       boolean         $temporaryRedirect 
+        * @param       bool            $sendStatusCode
+        * @param       bool            $temporaryRedirect 
         */
        public static function redirect($location, $sendStatusCode = false, $temporaryRedirect = true) {
                // https://github.com/WoltLab/WCF/issues/2568
index 52d9a7bb67463d8293980335f52d5c6eaa5853a2..cc7b2d04d6b672bc38ff7fab8d2cd7f3ad66edfa 100644 (file)
@@ -23,7 +23,7 @@ final class ImageUtil {
         * and returns false if any bad stuff was found.
         * 
         * @param       string          $file
-        * @return      boolean
+        * @return      bool
         */
        public static function checkImageContent($file) {
                // get file content
@@ -105,7 +105,7 @@ final class ImageUtil {
         * @param       string          $filename
         * @param       int         $maxWidth
         * @param       int         $maxHeight
-        * @param       boolean         $obtainDimensions
+        * @param       bool            $obtainDimensions
         * @return      string          new filename if file was changed, otherwise old filename
         * @since       5.2
         */
index e2fdd541fed1dfc2fcbe3beec48a517632e57f67..356c8cc3dc3d4271ea8905d5c53ab7bc848cc3f9 100644 (file)
@@ -26,7 +26,7 @@ final class JSON {
         * Decodes a JSON string.
         * 
         * @param       string          $json
-        * @param       boolean         $asArray
+        * @param       bool            $asArray
         * @return      array
         * @throws      SystemException
         */
index 071a5b5ebd01dce804ceac90754d50d620f76a03..f97d34c35473ff67028e17c5c69d7218e409de76 100644 (file)
@@ -67,7 +67,7 @@ final class PasswordUtil {
         * Returns true if given encryption type is supported.
         * 
         * @param       string          $type
-        * @return      boolean
+        * @return      bool
         */
        public static function isSupported($type) {
                if (in_array($type, self::$supportedEncryptionTypes)) {
@@ -108,7 +108,7 @@ final class PasswordUtil {
         * @param       string          $username
         * @param       string          $password
         * @param       string          $dbHash
-        * @return      boolean
+        * @return      bool
         * @throws      SystemException
         */
        public static function checkPassword($username, $password, $dbHash) {
index 38aa41af0b6f7dbce284e0ba4b47137bc8ce525a..a7f4e77b4afbd95c4195df96356103d9f2f0a4d1 100644 (file)
@@ -319,9 +319,9 @@ final class StringUtil {
         * 
         * @param       string          $haystack       The string to be checked for starting with $needle
         * @param       string          $needle         The string to be found at the start of $haystack
-        * @param       boolean         $ci             Case insensitive or not. Default = false.
+        * @param       bool            $ci             Case insensitive or not. Default = false.
         * 
-        * @return      boolean                         True, if $haystack starts with $needle, false otherwise.
+        * @return      bool                            True, if $haystack starts with $needle, false otherwise.
         */
        public static function startsWith($haystack, $needle, $ci = false) {
                if ($ci) {
@@ -337,8 +337,8 @@ final class StringUtil {
         * 
         * @param       string          $haystack
         * @param       string          $needle
-        * @param       boolean         $ci             case insensitive
-        * @return      boolean
+        * @param       bool            $ci             case insensitive
+        * @return      bool
         */
        public static function endsWith($haystack, $needle, $ci = false) {
                if ($ci) {
@@ -447,7 +447,7 @@ final class StringUtil {
         * Returns true if the given string contains only ASCII characters.
         * 
         * @param       string          $string
-        * @return      boolean
+        * @return      bool
         */
        public static function isASCII($string) {
                return preg_match('/^[\x00-\x7F]*$/', $string);
@@ -458,7 +458,7 @@ final class StringUtil {
         * @see         http://www.w3.org/International/questions/qa-forms-utf-8
         * 
         * @param       string          $string
-        * @return      boolean
+        * @return      bool
         */
        public static function isUTF8($string) {
                return preg_match('/^(
@@ -514,7 +514,7 @@ final class StringUtil {
         * 
         * @param       string          $word
         * @param       string          $filter
-        * @return      boolean
+        * @return      bool
         */
        public static function executeWordFilter($word, $filter) {
                $filter = self::trim($filter);
@@ -550,7 +550,7 @@ final class StringUtil {
         * @param       string          $string         string which shall be truncated
         * @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
+        * @param       bool            $breakWords     should words be broken in the middle
         * @return      string                          truncated string
         */
        public static function truncate($string, $length = 80, $etc = self::HELLIP, $breakWords = false) {
@@ -578,7 +578,7 @@ final class StringUtil {
         * @param       string          $string                 string which shall be truncated
         * @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
+        * @param       bool            $breakWords             if false words will not be split and the return string might be shorter than $length
         * @return      string                                  truncated string
         */
        public static function truncateHTML($string, $length = 500, $etc = self::HELLIP, $breakWords = false) {
@@ -667,8 +667,8 @@ final class StringUtil {
         * 
         * @param       string          $url
         * @param       string          $title
-        * @param       boolean         $encodeTitle
-        * @param       boolean         $isUgc          true to add rel=ugc to the anchor tag 
+        * @param       bool            $encodeTitle
+        * @param       bool         $isUgc          true to add rel=ugc to the anchor tag 
         * @return      string          anchor tag
         */
        public static function getAnchorTag($url, $title = '', $encodeTitle = true, $isUgc = false) {
@@ -693,7 +693,7 @@ final class StringUtil {
         * Generates the attributes for an anchor tag from given URL.
         *
         * @param       string          $url
-        * @param       boolean         $isUgc          true to add rel=ugc to the attributes
+        * @param       bool         $isUgc          true to add rel=ugc to the attributes
         * @return      string          attributes
         * @since       5.3
         */
index 376c9b9748e6a8b421b2efd45d7e493690556128..2a53c73c83a21f6130375af0bbf580d517f73418 100644 (file)
@@ -43,7 +43,7 @@ final class Url implements \ArrayAccess {
         * This method is a wrapper around filter_var with FILTER_VALIDATE_URL.
         * 
         * @param       string          $url
-        * @return      boolean
+        * @return      bool
         */
        public static function is($url) {
                return filter_var($url, FILTER_VALIDATE_URL) !== false;
@@ -79,7 +79,7 @@ final class Url implements \ArrayAccess {
         * 
         * @param       string          $url
         * @param       int[]       $components
-        * @return      boolean
+        * @return      bool
         */
        public static function contains($url, array $components) {
                $result = self::parse($url);
index 2a54438801b4938e44ec7975029ef9a208de6f51..7545afa1d1f786165923786e66387beb53646fc9 100644 (file)
@@ -21,7 +21,7 @@ final class UserRegistrationUtil {
         * Returns true if the given name is a valid username.
         * 
         * @param       string          $name           username
-        * @return      boolean
+        * @return      bool
         */
        public static function isValidUsername($name) {
                if (!UserUtil::isValidUsername($name)) return false;
@@ -42,7 +42,7 @@ final class UserRegistrationUtil {
         * Returns true if the given e-mail is a valid address.
         * 
         * @param       string          $email
-        * @return      boolean
+        * @return      bool
         */
        public static function isValidEmail($email) {
                return (UserUtil::isValidEmail($email) && self::checkForbiddenEmails($email));
@@ -52,7 +52,7 @@ final class UserRegistrationUtil {
         * Returns false if the given name is a forbidden username.
         * 
         * @param       string          $name
-        * @return      boolean
+        * @return      bool
         */
        public static function checkForbiddenUsernames($name) {
                return StringUtil::executeWordFilter($name, REGISTER_FORBIDDEN_USERNAMES);
@@ -62,7 +62,7 @@ final class UserRegistrationUtil {
         * Returns false if the given email is a forbidden email.
         * 
         * @param       string          $email
-        * @return      boolean
+        * @return      bool
         */
        public static function checkForbiddenEmails($email) {
                return (StringUtil::executeWordFilter($email, REGISTER_FORBIDDEN_EMAILS) && (!StringUtil::trim(REGISTER_ALLOWED_EMAILS) || !StringUtil::executeWordFilter($email, REGISTER_ALLOWED_EMAILS)));
index c9c4a2a0374b5096455f1820278c368c021a442b..bc07e10b58d5c2e67c9bde863589db3c790c46e7 100644 (file)
@@ -15,7 +15,7 @@ final class UserUtil {
         * Returns true if the given name is a valid username.
         * 
         * @param       string          $name
-        * @return      boolean
+        * @return      bool
         */
        public static function isValidUsername($name) {
                // minimum length is 3 characters, maximum length is 100 characters
@@ -46,7 +46,7 @@ final class UserUtil {
         * Returns true if the given username is available.
         * 
         * @param       string          $name
-        * @return      boolean
+        * @return      bool
         */
        public static function isAvailableUsername($name) {
                $sql = "SELECT  COUNT(username)
@@ -63,7 +63,7 @@ final class UserUtil {
         * @see http://www.faqs.org/rfcs/rfc821.html
         * 
         * @param       string          $email
-        * @return      boolean
+        * @return      bool
         */
        public static function isValidEmail($email) {
                if (mb_strlen($email) > 191) {
@@ -89,7 +89,7 @@ final class UserUtil {
         * Returns true if the given email address is available.
         * 
         * @param       string          $email
-        * @return      boolean
+        * @return      bool
         */
        public static function isAvailableEmail($email) {
                $sql = "SELECT  COUNT(email)
@@ -122,7 +122,7 @@ final class UserUtil {
         * Returns true if the active user uses a mobile browser.
         * @see http://detectmobilebrowser.com
         * 
-        * @return      boolean
+        * @return      bool
         */
        public static function usesMobileBrowser() {
                return (new UserAgent(self::getUserAgent()))->isMobileBrowser();
index a40e1d39d39800d048c2ba0dbab66d92748fc999..8e0443b1ee34d9323191804de3a7646de8395b2e 100644 (file)
@@ -13,7 +13,7 @@ use wcf\system\exception\SystemException;
 class XMLWriter {
        /**
         * true, if a document is still processed
-        * @var boolean
+        * @var bool
         */
        protected $activeDocument = false;