Fixes comment formatting
authorMatthias Schmidt <gravatronics@live.com>
Sun, 13 Oct 2013 17:24:29 +0000 (19:24 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 13 Oct 2013 17:24:29 +0000 (19:24 +0200)
65 files changed:
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/js/WCF.ACL.js
wcfsetup/install/files/js/WCF.Message.js
wcfsetup/install/files/js/WCF.js
wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php
wcfsetup/install/files/lib/data/IMessageQuickReplyAction.class.php
wcfsetup/install/files/lib/data/acp/menu/item/ACPMenuItem.class.php
wcfsetup/install/files/lib/data/acp/session/access/log/ACPSessionAccessLog.class.php
wcfsetup/install/files/lib/data/attachment/GroupedAttachmentList.class.php
wcfsetup/install/files/lib/data/bbcode/MessagePreviewAction.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.class.php
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponse.class.php
wcfsetup/install/files/lib/data/comment/response/StructuredCommentResponseList.class.php
wcfsetup/install/files/lib/data/label/group/ViewableLabelGroup.class.php
wcfsetup/install/files/lib/data/object/type/ObjectTypeCache.class.php
wcfsetup/install/files/lib/data/package/PackageCache.class.php
wcfsetup/install/files/lib/data/package/update/PackageUpdate.class.php
wcfsetup/install/files/lib/data/package/update/ViewablePackageUpdate.class.php
wcfsetup/install/files/lib/data/package/update/server/PackageUpdateServer.class.php
wcfsetup/install/files/lib/data/smiley/category/SmileyCategory.class.php
wcfsetup/install/files/lib/data/tag/Tag.class.php
wcfsetup/install/files/lib/data/user/UserAction.class.php
wcfsetup/install/files/lib/data/user/UserProfile.class.php
wcfsetup/install/files/lib/data/user/avatar/IUserAvatar.class.php
wcfsetup/install/files/lib/page/ITrackablePage.class.php
wcfsetup/install/files/lib/system/MetaTagHandler.class.php
wcfsetup/install/files/lib/system/WCF.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/cache/source/ICacheSource.class.php
wcfsetup/install/files/lib/system/clipboard/action/UserClipboardAction.class.php
wcfsetup/install/files/lib/system/clipboard/action/UserExtendedClipboardAction.class.php
wcfsetup/install/files/lib/system/comment/CommentHandler.class.php
wcfsetup/install/files/lib/system/database/Database.class.php
wcfsetup/install/files/lib/system/database/editor/DatabaseEditor.class.php
wcfsetup/install/files/lib/system/exporter/IExporter.class.php
wcfsetup/install/files/lib/system/form/element/AbstractNamedFormElement.class.php
wcfsetup/install/files/lib/system/image/adapter/IImageAdapter.class.php
wcfsetup/install/files/lib/system/importer/ImportHandler.class.php
wcfsetup/install/files/lib/system/io/IArchive.class.php
wcfsetup/install/files/lib/system/label/object/type/LabelObjectTypeContainer.class.php
wcfsetup/install/files/lib/system/mail/Mail.class.php
wcfsetup/install/files/lib/system/menu/user/IUserMenuItemProvider.class.php
wcfsetup/install/files/lib/system/message/quote/QuotedMessage.class.php
wcfsetup/install/files/lib/system/moderation/IDeletedContentProvider.class.php
wcfsetup/install/files/lib/system/option/user/UserOptionHandler.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationScheduler.class.php
wcfsetup/install/files/lib/system/package/PackageUninstallationDispatcher.class.php
wcfsetup/install/files/lib/system/package/PackageUpdateUnauthorizedException.class.php
wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/request/RequestHandler.class.php
wcfsetup/install/files/lib/system/search/SearchIndexManager.class.php
wcfsetup/install/files/lib/system/session/ACPSessionFactory.class.php
wcfsetup/install/files/lib/system/session/SessionHandler.class.php
wcfsetup/install/files/lib/system/style/StyleHandler.class.php
wcfsetup/install/files/lib/system/tagging/ITaggable.class.php
wcfsetup/install/files/lib/system/tagging/TagCloud.class.php
wcfsetup/install/files/lib/system/tagging/TypedTagCloud.class.php
wcfsetup/install/files/lib/system/user/activity/point/UserActivityPointHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/IUserNotificationEvent.class.php
wcfsetup/install/files/lib/util/FileUtil.class.php
wcfsetup/install/files/lib/util/MessageUtil.class.php
wcfsetup/install/files/lib/util/PasswordUtil.class.php
wcfsetup/install/files/lib/util/StringStack.class.php

index 31b6809399954af4997b7be9f068a09ab9953e95..d648f85ade2b9ee84afc6da6edb5e60ad5449b63 100644 (file)
@@ -1562,7 +1562,7 @@ WCF.ACP.Options = Class.extend({
        
        /**
         * Enables an option.
-        *
+        * 
         * @param       string          target
         * @param       boolean         enable
         */
index 170ccc3266774b29d97c933bdfd8dfa02f641232..dd3dbfe2de22c82ad5f05c35714dc907b8995dbb 100644 (file)
@@ -574,7 +574,7 @@ WCF.ACL.List = Class.extend({
        
        /**
         * Inserts hidden form elements for each value.
-        *
+        * 
         * @param       string          $type
         */
        _save: function($type) {
index 77dfd789bcbb3649779a54268e0f56ba580671bd..69607320d53997253c3eb4985cebeca2356be372 100644 (file)
@@ -724,7 +724,7 @@ WCF.Message.QuickReply = Class.extend({
        
        /**
         * Returns container element.
-        *
+        * 
         * @return      jQuery
         */
        getContainer: function() {
index 0b70177c8318cbc5c0f4cb7a27fd47e2708347c9..0673e53cb09a73437aef39a9f174fdf04ee705e5 100755 (executable)
@@ -168,7 +168,7 @@ $.extend(true, {
        
        /**
         * Escapes an ID to work with jQuery selectors.
-        *
+        * 
         * @see         http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_by_an_ID_that_has_characters_used_in_CSS_notation.3F
         * @param       string          id
         * @return      string
@@ -555,7 +555,7 @@ $.extend(WCF, {
        
        /**
         * Counter for dynamic element ids
-        *
+        * 
         * @var integer
         */
        _idCounter: 0,
@@ -3546,7 +3546,7 @@ WCF.String = {
        
        /**
         * Escapes a String to work with RegExp.
-        *
+        * 
         * @see         https://github.com/sstephenson/prototype/blob/master/src/prototype/lang/regexp.js#L25
         * @param       string  string
         * @return      string
@@ -4053,7 +4053,7 @@ WCF.Template = Class.extend({
        
        /**
         * Fetches the template with the given variables.
-        *
+        * 
         * @param       v       variables to insert
         * @return              parsed template
         */
index 08c4f4b4bbab70fac9abefe9140796e127f572a1..bad60fea1baeb8513c4c39782ff6e86eecb24df4 100644 (file)
@@ -151,7 +151,7 @@ class AJAXInvokeAction extends AbstractSecureAction {
        
        /**
         * Throws an previously catched exception while maintaing the propriate stacktrace.
-        *
+        * 
         * @param       \Exception      $e
         */
        protected function throwException(\Exception $e) {
@@ -193,7 +193,7 @@ class AJAXInvokeAction extends AbstractSecureAction {
        
        /**
         * Returns action response.
-        *
+        * 
         * @return      mixed
         */
        public function getResponse() {
@@ -210,7 +210,7 @@ class AJAXInvokeAction extends AbstractSecureAction {
        /**
         * Performs a debug call to AJAXInvokeAction, allowing testing without relying on JavaScript.
         * The $data-array should be build like within WCF.Action.Proxy, look below for an example:
-        *
+        * 
         * $data = array(
         *      'actionName' => 'foo',
         *      'className' => 'wcf\foo\bar\FooBarAction',
@@ -222,7 +222,7 @@ class AJAXInvokeAction extends AbstractSecureAction {
         *              )
         *      )
         * )
-        *
+        * 
         * @param       array           $data
         * @param       string          $className
         * @param       string          $actionName
index b1f059bc1b63a9de0aad13dacd6b76808e808d6e..c0e48c77c64598a6c12437a7e06362773995f26d 100644 (file)
@@ -55,14 +55,14 @@ interface IMessageQuickReplyAction {
        
        /**
         * Creates a new message and returns it.
-        *
+        * 
         * @return      array
         */
        public function quickReply();
        
        /**
         * Validates the container object for quick reply.
-        *
+        * 
         * @param       wcf\data\DatabaseObject         $container
         */
        public function validateContainer(DatabaseObject $container);
index 719239658800cfff61386ca55c2c404bd6b705cb..29f680c04d332980a0be5b62d9ce1876cc5e8b2b 100644 (file)
@@ -65,7 +65,7 @@ class ACPMenuItem extends DatabaseObject implements ITreeMenuItem {
        
        /**
         * Returns controller name.
-        *
+        * 
         * @return      string
         */
        public function getController() {
@@ -95,7 +95,7 @@ class ACPMenuItem extends DatabaseObject implements ITreeMenuItem {
        
        /**
         * Returns the menu item name.
-        *
+        * 
         * @return      string
         */
        public function __toString() {
index cdf7444ae6e225bd72b13528627f88a127804374..9e21b59d767d466d62d16900d3d86974782bc0d3 100644 (file)
@@ -39,7 +39,7 @@ class ACPSessionAccessLog extends DatabaseObject {
        
        /**
         * Returns the ip address and attempts to convert into IPv4.
-        *
+        * 
         * @return      string
         */
        public function getIpAddress() {
index 795528282001d938edf83c6ace68ceb4e82a56f3..0ebdcbcc72af1a91ccc877dd9dfe149f0fae06e3 100644 (file)
@@ -65,7 +65,7 @@ class GroupedAttachmentList extends AttachmentList {
        
        /**
         * Sets the permissions for attachment access.
-        *
+        * 
         * @param       array<boolean>          $permissions
         */
        public function setPermissions(array $permissions) {
index f7b704f87fa9a70524e196a6493116822b0b51e6..35c858a7be99c287a181a841689a051bf7f75830 100644 (file)
@@ -41,7 +41,7 @@ class MessagePreviewAction extends BBCodeAction {
        
        /**
         * Returns a rendered message preview.
-        *
+        * 
         * @return      array
         */
        public function getMessagePreview() {
index 55fa3a3ab5d77ddbff5cd39a382fb700182e1a19..9156e3bb7bd924c89f418a96db37fdc05c0ebc67 100644 (file)
@@ -138,7 +138,7 @@ class CommentResponseAction extends AbstractDatabaseObjectAction {
        
        /**
         * Returns parsed responses for given comment id.
-        *
+        * 
         * @return      array
         */
        public function loadResponses() {
index 222fd4cdd9061b991b9360c719dec825b4fb671b..2856852828f79a27a4b736755870f56fc8ce740a 100644 (file)
@@ -93,7 +93,7 @@ class StructuredCommentResponse extends DatabaseObjectDecorator {
        
        /**
         * Sets editable state.
-        *
+        * 
         * @param       boolean         $editable
         */
        public function setIsEditable($editable) {
@@ -111,7 +111,7 @@ class StructuredCommentResponse extends DatabaseObjectDecorator {
        
        /**
         * Returns true if the response is editable by current user.
-        *
+        * 
         * @return      boolean
         */
        public function isEditable() {
index 4d9f3d68035825a28ca4c5b3c7f84569fffa1e1a..611f9a56164a1fa5a0e3a2fb9d3b0077fa695d01 100644 (file)
@@ -88,7 +88,7 @@ class StructuredCommentResponseList extends CommentResponseList {
        
        /**
         * Fetches the like data.
-        *
+        * 
         * @return      array
         */
        public function getLikeData() {
index 866875067dd2ac63b99486a4e1dcaeb6ef396a06..410cd14d2b3f1cde5cb7951a8655b640d188f286 100644 (file)
@@ -70,7 +70,7 @@ class ViewableLabelGroup extends DatabaseObjectDecorator implements \Countable,
        
        /**
         * Sets user permissions.
-        *
+        * 
         * @param       array           $permissions
         */
        public function setUserPermissions(array $permissions) {
index b4bf125f79bd546e8b22963221ed8cb4698be4b0..48443347bb3e565e6f064c87948eb8a2cdc84e4b 100644 (file)
@@ -163,8 +163,8 @@ class ObjectTypeCache extends SingletonFactory {
        }
        
        /**
-        * Gets the object type id with the given definition name and given name.
-        *
+        * Returns the object type id with the given definition name and given name.
+        * 
         * @param       string          $definitionName
         * @param       string          $objectTypeName
         * @return      integer
index 16603432a1cd6f71d52d066a8d856c5200eadf6a..be391eb4e9c8b04cf0d79ebe61361c3473e21dc7 100644 (file)
@@ -43,7 +43,7 @@ class PackageCache extends SingletonFactory {
        
        /**
         * Returns the id of a specific package or 'null' if not found.
-        *
+        * 
         * @param       string          $package
         * @return      string
         */
index 8235b066d5a754f9a9ffc8e72d397a56286dd645..f240e787436fe57ce8ec0b7dfa22a7dad7aa4de8 100644 (file)
@@ -25,7 +25,7 @@ class PackageUpdate extends DatabaseObject {
        
        /**
         * Returns the name of the package the update belongs to.
-        *
+        * 
         * @return      string
         */
        public function getName() {
index 57d9617eb07efda31d402b81b9f9e51398157f1c..a3834737677a0b3b66698f07c03a68b91e75d2cb 100644 (file)
@@ -33,7 +33,7 @@ class ViewablePackageUpdate extends DatabaseObjectDecorator {
        
        /**
         * Sets latest accessible package update version object.
-        *
+        * 
         * @param       wcf\data\package\update\version\PackageUpdateVersion    $latestVersion
         */
        public function setAccessibleVersion(PackageUpdateVersion $latestVersion) {
@@ -51,7 +51,7 @@ class ViewablePackageUpdate extends DatabaseObjectDecorator {
        
        /**
         * Returns latest accessible package update version object.
-        *
+        * 
         * @return      wcf\data\package\update\version\PackageUpdateVersion
         */
        public function getAccessibleVersion() {
@@ -60,7 +60,7 @@ class ViewablePackageUpdate extends DatabaseObjectDecorator {
        
        /**
         * Returns latest package update version object.
-        *
+        * 
         * @return      wcf\data\package\update\version\PackageUpdateVersion
         */
        public function getLatestVersion() {
index 0d4d3642baf3f14058dc65ac60f2c36212aa59f8..c7d1ff70849cbd377554eeaff9205d5178f4dd4f 100644 (file)
@@ -119,8 +119,8 @@ class PackageUpdateServer extends DatabaseObject {
        }
        
        /**
-        * Returns true, if update server requires license data instead of username/password.
-        *
+        * Returns true if update server requires license data instead of username/password.
+        * 
         * @return      integer
         */
        public final function requiresLicense() {
index 88354b920549708d735db92d16dbcf7ab83ee5da..30a4d284abbfc339cac7e22498d9b7c442ba6683 100644 (file)
@@ -62,7 +62,7 @@ class SmileyCategory extends AbstractDecoratedCategory implements \Countable, IT
        /**
         * CAUTION: This methods does not return the current iterator index,
         * rather than the object key which maps to that index.
-        *
+        * 
         * @see \Iterator::key()
         */
        public function key() {
index c18d9a1457f281d809cead16bedc70ded81ed46a..5948e1decb8bb923bb54336be8c38814324eb7f7 100644 (file)
@@ -28,7 +28,7 @@ class Tag extends DatabaseObject implements IRouteController {
        
        /**
         * Return the tag with the given name or null of no such tag exists.
-        *
+        * 
         * @param       string          $name
         * @param       integer         $languageID
         * @return      mixed
index 07835112d358b424e61e0fb71191aba2901eb1ea..870074e0e5868273d9a2db21fc6d807f9b383065 100644 (file)
@@ -425,7 +425,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio
        
        /**
         * Unmarks users.
-        *
+        * 
         * @param       array<integer>          $userIDs
         */
        protected function unmarkItems(array $userIDs = array()) {
index dcc8e9da825db1969e01a9d397a5ce24ccb2fde8..0dc19a54f877768c96a2d90b41f6532306b9aa5c 100644 (file)
@@ -709,7 +709,7 @@ class UserProfile extends DatabaseObjectDecorator implements IBreadcrumbProvider
        
        /**
         * Returns the formatted value of the user option with the given name.
-        *
+        * 
         * @param       string          $name
         * @return      mixed
         */
index d17f45f85e7e4225f288862a653b41b0d864c205..956fcb7a9a2b95c6b401931d95abe53f29bb4a7b 100644 (file)
@@ -37,7 +37,7 @@ interface IUserAvatar {
        
        /**
         * Returns the width of this avatar.
-        *
+        * 
         * @return      integer
         */
        public function getWidth();
index 12b394e4e4893d06bcfca2e3e51a274c0954a437..9c4219ec6ce42ce4a65177e4483e1a11b3d078ea 100644 (file)
@@ -21,35 +21,35 @@ interface ITrackablePage {
        
        /**
         * Returns the controller name.
-        *
+        * 
         * @return      string
         */
        public function getController();
        
        /**
         * Returns the parent object type.
-        *
+        * 
         * @return      string
         */
        public function getParentObjectType();
        
        /**
         * Returns the parent object id.
-        *
+        * 
         * @return      integer
         */
        public function getParentObjectID();
        
        /**
         * Returns the object type.
-        *
+        * 
         * @return      string
         */
        public function getObjectType();
        
        /**
         * Returns the object id.
-        *
+        * 
         * @return      integer
         */
        public function getObjectID();
index 8f9a974aef7872887cea3a386f6c1bb500f28960..d8c775bdfd597bb33c8a13d78fa50f728df73f34 100644 (file)
@@ -110,7 +110,7 @@ class MetaTagHandler extends SingletonFactory implements \Countable, \Iterator {
        /**
         * CAUTION: This methods does not return the current iterator index,
         * rather than the object key which maps to that index.
-        *
+        * 
         * @see \Iterator::key()
         */
        public function key() {
index b6542d283b0dc2dcfdcc205e5f09bda5a692e98a..631bd46f05980f143b37f7728b24de75dffe3cf7 100644 (file)
@@ -570,7 +570,7 @@ class WCF {
        
        /**
         * Includes the required util or exception classes automatically.
-        *
+        * 
         * @param       string          $className
         * @see         spl_autoload_register()
         */
@@ -703,7 +703,7 @@ class WCF {
        
        /**
         * Returns the URI of the current page.
-        *
+        * 
         * @return      string
         */
        public static function getRequestURI() {
index bda46bc009c299a587ad694cab070a19ffb8571e..bde7c7d4393a32e31e5cad059c3ac3e03e2a6589 100644 (file)
@@ -19,7 +19,7 @@ interface IApplication {
        
        /**
         * Returns true if current application is treated as active and was invoked directly.
-        *
+        * 
         * @return      boolean
         */
        public function isActiveApplication();
index b617c98c0e30ad46984c5db3f918e619e0b4b682..4e5c5f2132a60660113e39bda103e2c0627f0c63 100644 (file)
@@ -200,7 +200,7 @@ class AttachmentHandler implements \Countable {
        
        /**
         * Returns true if the active user has the permission to upload attachments.
-        *
+        * 
         * @return      boolean
         */
        public function canUpload() {
index dd4b8afa1f5466c6e79dee8f0ce1c573a7602588..e8260dca863d10a801f48c2d1cea8f4aabe46f82 100644 (file)
@@ -14,7 +14,7 @@ namespace wcf\system\cache\source;
 interface ICacheSource {
        /**
         * Flushes a specific cache, optionally removing caches which share the same name.
-        *
+        * 
         * @param       string          $cacheName
         * @param       boolean         $useWildcard
         */
index 61e0f3532f710f46dfe02e53a57e8fd20614553e..89bbc05a561d71a5bea44c7df6525d4e8f6d4f4c 100644 (file)
@@ -91,7 +91,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        
        /**
         * Returns the ids of the users which can be banned.
-        *
+        * 
         * @return      array<integer>
         */
        protected function validateBan() {
@@ -105,7 +105,7 @@ class UserClipboardAction extends AbstractClipboardAction {
        
        /**
         * Validates accessible groups.
-        *
+        * 
         * @return      array<integer>
         */
        protected function __validateAccessibleGroups(array $userIDs, $ignoreOwnUser = true) {
index 25e9a644e0da7bade05d70ff7f31ae6bdd41b67f..adc9dd826d999aec43180306e8be8955e034e0a6 100644 (file)
@@ -56,7 +56,7 @@ class UserExtendedClipboardAction extends AbstractClipboardAction {
        
        /**
         * Returns the ids of the users which can be enabled.
-        *
+        * 
         * @return      array<integer>
         */
        protected function validateEnable() {
@@ -64,7 +64,7 @@ class UserExtendedClipboardAction extends AbstractClipboardAction {
                if (!WCF::getSession()->getPermission('admin.user.canEnableUser')) {
                        return array();
                }
-       
+               
                $userIDs = array();
                foreach ($this->objects as $user) {
                        if ($user->activationCode) $userIDs[] = $user->userID;
@@ -75,7 +75,7 @@ class UserExtendedClipboardAction extends AbstractClipboardAction {
        
        /**
         * Returns the ids of the users which can be merge.
-        *
+        * 
         * @return      array<integer>
         */
        protected function validateMerge() {
index 65b2a68d268f7071100019c0d4e3fdd97bdcbf8e..bf4c06453a08ceadc4ce0f6527467b2570de6acc 100644 (file)
@@ -111,7 +111,7 @@ class CommentHandler extends SingletonFactory {
        
        /**
         * Removes all comments for given objects.
-        *
+        * 
         * @param       string          $objectType
         * @param       array<integer>  $objectIDs
         */
index 6b295da8f791716085340793b6e22c552fac0b52..d09922dd6401cbb247f43843db9e4cc0c33df57b 100644 (file)
@@ -346,7 +346,7 @@ abstract class Database {
        
        /**
         * Returns a database editor object.
-        *
+        * 
         * @return      wcf\system\database\editor\DatabaseEditor
         */
        public function getEditor() {
@@ -359,7 +359,7 @@ abstract class Database {
        
        /**
         * Returns true if this database type is supported.
-        *
+        * 
         * @return      boolean
         */
        public static function isSupported() {
index 0d4228ed40ab0c239691fb7ca29f565d5988c142..0c1082f1d2e69d9904b2d3ed837a448d97c1e81d 100644 (file)
@@ -21,7 +21,7 @@ abstract class DatabaseEditor {
        
        /**
         * Creates a new DatabaseEditor object.
-        *
+        * 
         * @param       wcf\system\database\Database    $dbObj
         */
        public function __construct(Database $dbObj) {
index 9d6f623db6d4f54e63f36fa4ea14d262127e3a20..6fe100b2a555f3846e7a56e2be875f536b28c744 100644 (file)
@@ -40,7 +40,7 @@ interface IExporter {
        
        /**
         * Runs the data export.
-        *
+        * 
         * @param       string          $objectType
         * @param       integer         $loopCount
         */
@@ -48,14 +48,14 @@ interface IExporter {
        
        /**
         * Validates database access.
-        *
+        * 
         * @throws      wcf\system\database\DatabaseException
         */
        public function validateDatabaseAccess();
        
        /**
         * Validates given file system path. Returns false on failure.
-        *
+        * 
         * @return      boolean
         */
        public function validateFileAccess();
index bd190d28239c96a86486b222ff33eb4982012437..4cd3d40b81fed0d90597041a24599b95369e98f3 100644 (file)
@@ -33,7 +33,7 @@ abstract class AbstractNamedFormElement extends AbstractFormElement {
        
        /**
         * Sets element description.
-        *
+        * 
         * @param       string          $description
         */
        public function setDescription($description) {
@@ -42,7 +42,7 @@ abstract class AbstractNamedFormElement extends AbstractFormElement {
        
        /**
         * Returns element description.
-        *
+        * 
         * @return      string
         */
        public function getDescription() {
index ddb0b66176870fc61c82ca22549d54e5e3a5d6d1..e9f516d3fa6c53c3a757ca453b299a7ac32fd599 100644 (file)
@@ -112,7 +112,7 @@ interface IImageAdapter {
        
        /**
         * Sets a color to be transparent with alpha 0.
-        *
+        * 
         * @param       integer         $red
         * @param       integer         $green
         * @param       integer         $blue
index 9cba3e7804c20a191e3b209394c810ee42d6ec17..81b97b1bf575c51ea83b7e68698cd6a17c0272e7 100644 (file)
@@ -81,8 +81,8 @@ class ImportHandler extends SingletonFactory implements IAJAXInvokeAction {
        }
        
        /**
-        * Gets a new id from id mapping.
-        *
+        * Returns a new id from id mapping.
+        * 
         * @param       string          $type
         * @param       mixed           $oldID
         * @return      integer         $newID
index 8eaa71cdfe9204a1be54cd7c47b50b012af58493..c4ae6b9323838f2f128f03a02f765431238f7a0c 100644 (file)
@@ -22,7 +22,7 @@ interface IArchive {
        /**
         * Returns an associative array with information about a specific file
         * in the archive.
-        *
+        * 
         * @param       mixed           $index          index or name of the requested file
         * @return      array
         */
@@ -50,7 +50,7 @@ interface IArchive {
        /**
         * Searchs a file in the archive and returns the numeric file index.
         * Returns false if not found.
-        *
+        * 
         * @param       string          $filename
         * @return      integer                         index of the requested file
         */
index 17f1dea53dcc8a0d08c187f8e2c159f361a9efb8..276efa5bbef0d182c7236e4581a0da9a1c6dea85 100644 (file)
@@ -76,7 +76,7 @@ class LabelObjectTypeContainer implements \Countable, \Iterator {
        
        /**
         * Returns the object type name.
-        *
+        * 
         * @return      string
         */
        public function getObjectTypeName() {
index 7369a00a2920f16ba8ac2c8f7e54e820b1575985..72abb862db90b3647dd582202e9221408881c487 100644 (file)
@@ -521,8 +521,8 @@ class Mail {
        }
        
        /**
-        * Gets the mail language.
-        *
+        * Returns the mail language.
+        * 
         * @return      wcf\data\language\Language
         */
        public function getLanguage() {
index 5e371dcc4a537dcbdf4a2badb496f7ef012fafd0..0e12feb40732010bef095bc850fb045947acec2a 100644 (file)
@@ -22,7 +22,7 @@ interface IUserMenuItemProvider extends IDatabaseObjectProcessor {
        
        /**
         * Returns the href of the associated menu item.
-        *
+        * 
         * @return      string
         */
        public function getLink();
index 58d338009f8f7f0ad67cdee73a57303edc4b5ad4..b56a72aae925683fb25eb3c72d76c4421558f638 100644 (file)
@@ -85,7 +85,7 @@ class QuotedMessage implements \Countable, \Iterator {
        
        /**
         * Returns the full quote by quote id.
-        *
+        * 
         * @param       string          $quoteID
         * @return      string
         */
@@ -115,7 +115,7 @@ class QuotedMessage implements \Countable, \Iterator {
        /**
         * CAUTION: This methods does not return the current iterator index,
         * rather than the object key which maps to that index.
-        *
+        * 
         * @see \Iterator::key()
         */
        public function key() {
index 0fcba26992daaf8c1a500cf4d9bccdb74c140565..a679d6b7fd72c77b390cbf6071055b0c7abf6fa9 100644 (file)
@@ -14,21 +14,21 @@ namespace wcf\system\moderation;
 interface IDeletedContentProvider {
        /**
         * Returns a list of deleted content.
-        *
+        * 
         * @return      wcf\data\DatabaseObjectList
         */
        public function getObjectList();
        
        /**
         * Returns the template name for the result output.
-        *
+        * 
         * @return      string
         */
        public function getTemplateName();
        
        /**
         * Returns the application of the result template.
-        *
+        * 
         * @return      string
         */
        public function getApplication();
index 3d8761031db469e049a0f62f59210646a0d7d046..3b3845f71478540e01a73f4d4922d06a951dd415 100644 (file)
@@ -72,7 +72,7 @@ class UserOptionHandler extends OptionHandler {
        
        /**
         * Enables edit mode.
-        *
+        * 
         * @param       boolean         $enable
         */
        public function enableEditMode($enable = true) {
@@ -81,7 +81,7 @@ class UserOptionHandler extends OptionHandler {
        
        /**
         * Enables search mode.
-        *
+        * 
         * @param       boolean         $enable
         */
        public function enableSearchMode($enable = true) {
index 2ebc9fcd5f1216637f2627f5ce8b10da2f2f6251..5b8bca90be7f9f925b3ca66e370be4479e48c818 100644 (file)
@@ -99,7 +99,7 @@ class PackageInstallationDispatcher {
        
        /**
         * Creates a new instance of PackageInstallationDispatcher.
-        *
+        * 
         * @param       wcf\data\package\installation\queue\PackageInstallationQueue    $queue
         */
        public function __construct(PackageInstallationQueue $queue) {
index 752049d43c2789e8babe9190de9c41990a3b15db..488b0b811dd8d616fb7b908681b4215e84138015 100644 (file)
@@ -526,7 +526,7 @@ class PackageInstallationScheduler {
        
        /**
         * Determines intermediate update steps using a backtracking algorithm in case there is no direct upgrade possible.
-        *
+        * 
         * @param       string          $package                package identifier
         * @param       array           $fromversions           list of all fromversions
         * @param       string          $currentVersion         current package version
@@ -579,7 +579,7 @@ class PackageInstallationScheduler {
        
        /**
         * Compares the length of two updates threads.
-        *
+        * 
         * @param       array           $updateThreadListA
         * @param       array           $updateThreadListB
         * @return      integer
index 7842e57574c7f5369bff08ed62eca6a218822aa6..dd3bdd781bc19a92b5777ca7fa6bb92db6f3e70c 100644 (file)
@@ -31,7 +31,7 @@ use wcf\system\WCF;
 class PackageUninstallationDispatcher extends PackageInstallationDispatcher {
        /**
         * Creates a new instance of PackageUninstallationDispatcher.
-        *
+        * 
         * @param       wcf\data\package\installation\queue\PackageInstallationQueue    $queue
         */
        public function __construct(PackageInstallationQueue $queue) {
index 9d970edde7a8324600292de4c7de53fa5a1d4f1b..9ae7c2d1687eb1f364995b970657324629bd1873 100644 (file)
@@ -65,7 +65,7 @@ class PackageUpdateUnauthorizedException extends UserException {
        
        /**
         * Returns package update version.
-        *
+        * 
         * @return      array
         */
        public function getPackageUpdateVersion() {
@@ -74,7 +74,7 @@ class PackageUpdateUnauthorizedException extends UserException {
        
        /**
         * Returns the HTTP request object.
-        *
+        * 
         * @return      wcf\util\HTTPRequest
         */
        public function getRequest() {
@@ -83,7 +83,7 @@ class PackageUpdateUnauthorizedException extends UserException {
        
        /**
         * Returns package update server object.
-        *
+        * 
         * @return      wcf\data\package\update\server\PackageUpdateServer
         */
        public function getUpdateServer() {
index 40544f253c157ea8437190eaa7cad3b86e76512d..a8b75b96ff59ca5ab432ca8bc6715693f868eb94 100644 (file)
@@ -88,7 +88,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati
        
        /**
         * Imports options.
-        *
+        * 
         * @param       \DOMXPath       $xpath
         */
        protected function importOptions(\DOMXPath $xpath) {
index 43950bcf86ab76e6b701622f0f3b6f0a4bdac3ee..7ecf6e53efaedc2ebedae309dd302760d0386433 100644 (file)
@@ -61,7 +61,7 @@ class RequestHandler extends SingletonFactory {
        
        /**
         * Handles a http request.
-        *
+        * 
         * @param       string          $application
         * @param       boolean         $isACPRequest
         */
index 358ba5005afe46e4dba0e1102205e3dc8230e9b8..f63f90a4ec4f7923548ac845e26d18ab2c92c433 100644 (file)
@@ -46,7 +46,7 @@ class SearchIndexManager extends SingletonFactory {
        
        /**
         * Adds a new entry.
-        *
+        * 
         * @param       string          $objectType
         * @param       integer         $objectID
         * @param       string          $message
index 7ceed906224629b579566012a1f7c7a9f5767185..c17e9dce64d44b03a5e214698131c093d2f93991 100644 (file)
@@ -50,7 +50,7 @@ class ACPSessionFactory {
        /**
         * Returns the session id from request (GET/POST). Returns an empty string,
         * if no session id was given.
-        *
+        * 
         * @return      string
         */
        protected function readSessionID() {
index d04bb57335becd19500c195cf95b48f3b9d0025b..75573f68ae5e3b357e1a4ba869927a6425b5f217 100644 (file)
@@ -432,7 +432,7 @@ class SessionHandler extends SingletonFactory {
        
        /**
         * Returns language ids for active user.
-        *
+        * 
         * @return      array<integer>
         */
        public function getLanguageIDs() {
@@ -631,7 +631,7 @@ class SessionHandler extends SingletonFactory {
        
        /**
         * Returns the spider id for given user agent.
-        *
+        * 
         * @param       string          $userAgent
         * @return      mixed
         */
@@ -650,7 +650,7 @@ class SessionHandler extends SingletonFactory {
        
        /**
         * Searches for existing session of a search spider.
-        *
+        * 
         * @param       integer         $spiderID
         * @return      wcf\data\session\Session
         */
index 6240793d494ccba2205511abb14c51e84edf2ec7..94b8acedc7825dce961e8642888ccb3392013161 100644 (file)
@@ -58,7 +58,7 @@ class StyleHandler extends SingletonFactory {
        
        /**
         * Returns a list of all styles.
-        *
+        * 
         * @return      array<wcf\data\style\Style>
         */
        public function getStyles() {
index 32b7303c612b85ca833992220f4ab1573eb4cde4..b34f21615a99f0fb2c48cdac2ea32690724ab479 100644 (file)
@@ -30,7 +30,7 @@ interface ITaggable {
        
        /**
         * Returns the application of the result template.
-        *
+        * 
         * @return      string
         */
        public function getApplication();
index 84b18ff19c8519efac2ddb872e6214bcdb925095..6ecc25d560d4fd86344702d3337c0d84f796bc21 100644 (file)
@@ -52,7 +52,7 @@ class TagCloud {
        
        /**
         * Contructs a new TagCloud object.
-        *
+        * 
         * @param       array<integer>  $languageIDs
         */
        public function __construct(array $languageIDs = array()) {
index 53f3675bbff9cfa9a12314bb84ad2a88852fa2aa..cbbf02ac97a7f15d104917060e4d07724b707690 100644 (file)
@@ -22,7 +22,7 @@ class TypedTagCloud extends TagCloud {
        
        /**
         * Contructs a new TypedTagCloud object.
-        *
+        * 
         * @param       string          $objectType
         * @param       array<integer>  $languageIDs
         */
index 22dab01c05d698979c583f45a98db462632351b7..d1a87c7c7e065759a100f24fe159be5c15ec01ab 100644 (file)
@@ -176,7 +176,7 @@ class UserActivityPointHandler extends SingletonFactory {
        
        /**
         * Updates total activity points and ranks for given user ids.
-        *
+        * 
         * @param       array<integer>          $userIDs
         */
        public function updateUsers(array $userIDs) {
index 5da5015c6ebcc6457ec1e6d8ea72e520d288f5eb..3f29ed406af33c07d0b98b10756935417038a7ef 100644 (file)
@@ -47,7 +47,7 @@ interface IUserNotificationEvent extends IDatabaseObjectProcessor {
        
        /**
         * Returns the message for this notification event.
-        *
+        * 
         * @param       string          $notificationType
         * @return      string
         */
index 66ad30219713da627c192082c18981ab34c1e3e7..5fc07f5d8d78b260a7e7516bf86b2b9900e1ca7b 100644 (file)
@@ -103,7 +103,7 @@ final class FileUtil {
        
        /**
         * Removes a leading slash from the given path.
-        *
+        * 
         * @param       string          $path
         * @return      string
         */
index d9b5d5be1cd831916b431dc1a034d6390a31e068..1b3b31aea712dfc78d500f1faa0ba51f05b5363f 100644 (file)
@@ -42,7 +42,7 @@ class MessageUtil {
        }
        
        /**
-        * Gets mentioned users.
+        * Returns the mentioned users in the given text.
         * 
         * @param       string          $text
         * @return      array<string>
@@ -80,8 +80,8 @@ class MessageUtil {
        }
        
        /**
-        * Gets quoted users.
-        *
+        * Returns the quoted users in the given text.
+        * 
         * @param       string          $text
         * @return      array<string>
         */
@@ -108,7 +108,7 @@ class MessageUtil {
        
        /**
         * Truncates a formatted message and keeps the HTML syntax intact.
-        *
+        * 
         * @param       string          $message                string which shall be truncated
         * @param       integer         $maxLength              string length after truncating
         * @return      string                                  truncated string
index 1bd97c424770b5b32ad98ee7fe1f9b0baeac8d34..453f831ee105062f11ad65111e09df83658970c6 100644 (file)
@@ -321,7 +321,7 @@ final class PasswordUtil {
        
        /**
         * Validates the password hash for MyBB 1.x (mybb1).
-        *
+        * 
         * @param       string          $username
         * @param       string          $password
         * @param       string          $salt
index cd8f34ce8679f5e22a1612d0ddcf1ad78678b250..d3a880ec8f7cf0b1d04a6c5f103d5a34fc5403b3 100644 (file)
@@ -45,7 +45,7 @@ final class StringStack {
        
        /**
         * Reinserts strings that have been replaced by unique hash values.
-        *
+        * 
         * @param       string          $string
         * @param       string          $type
         * @return      string