Adds missing trailing whitespaces
authorMatthias Schmidt <gravatronics@live.com>
Thu, 29 Nov 2012 22:54:10 +0000 (23:54 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 29 Nov 2012 22:54:10 +0000 (23:54 +0100)
18 files changed:
wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php
wcfsetup/install/files/lib/acp/action/UninstallPackageAction.class.php
wcfsetup/install/files/lib/acp/form/LoginForm.class.php
wcfsetup/install/files/lib/acp/form/MasterPasswordInitForm.class.php
wcfsetup/install/files/lib/acp/form/OptionForm.class.php
wcfsetup/install/files/lib/acp/form/PackageStartInstallForm.class.php
wcfsetup/install/files/lib/acp/form/PackageUpdateAuthForm.class.php
wcfsetup/install/files/lib/acp/form/PackageUpdateSearchForm.class.php
wcfsetup/install/files/lib/acp/form/UpdateServerAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserAssignToGroupForm.class.php
wcfsetup/install/files/lib/acp/form/UserEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserGroupOptionForm.class.php
wcfsetup/install/files/lib/acp/form/UserMailForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionListForm.class.php
wcfsetup/install/files/lib/acp/form/UsersMassProcessingForm.class.php

index 70461964c1eca0bee50ea273bd541186faa5c8ec..2596787cfbbbe6c3010ecfa1873409a0a95df702 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\HeaderUtil;
 
 /**
  * Clears the cache.
- *
+ * 
  * @author     Tim Düsterhus
  * @copyright  2012 Tim Düsterhus
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 7de0b3e152fcf70002bcc6bb56c168705c18d6cd..8a508c7f6d407c629a9b8729d5289e6d7d484c11 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
 
 /**
  * Handles an AJAX-based package uninstallation.
- *
+ * 
  * @author     Alexander Ebert
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
@@ -99,7 +99,7 @@ class UninstallPackageAction extends InstallPackageAction {
        
        /**
         * Uninstalls node components and returns next node.
-        *
+        * 
         * @param       string          $node
         * @return      string
         */
index 1a40dbcfdbc89705f6a0e50be73f36717c12bcad..1fe04fa0fc89ef342d94f65dadd947bf3c2a275b 100755 (executable)
@@ -13,7 +13,7 @@ use wcf\util\StringUtil;
 
 /**
  * Shows the acp login form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 75cc45cd8ad15a6678d89fead9f0c45a8e69144e..4beeaa2ced8346b289b140f6b69ab919d8222dc6 100755 (executable)
@@ -9,7 +9,7 @@ use wcf\util\StringUtil;
 
 /**
  * Shows the master password init form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index c79f45c4a795a691085c19e382e3c15725b31a6e..1f3441bb79229976f8d5ad54ba64c19953ee8016 100644 (file)
@@ -10,7 +10,7 @@ use wcf\util\StringUtil;
 
 /**
  * Shows the option edit form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 2ba840d204478fe436247d5407844bf3e220965e..08997539874d5481a693ff70bcc24651345fbb35 100755 (executable)
@@ -17,7 +17,7 @@ use wcf\util\StringUtil;
 
 /**
  * Shows the package install and update form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
@@ -162,7 +162,7 @@ class PackageStartInstallForm extends ACPForm {
        
        /**
         * Validates the package archive.
-        *
+        * 
         * @param       string          $type           upload or download package
         */
        protected function validateArchive($type) {
index 8afa39fac3679c53bbc946e2a8294f17335b7148..bce8b97c062768f30bb1b1ad2c3109b8f560e930 100755 (executable)
@@ -11,7 +11,7 @@ use wcf\util\StringUtil;
 
 /**
  * Shows the package update authentification form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 1b17dbcdb1bc34b03d06337b71f2c2ea8ec2d44b..e40d2aa5da5f1cc2f4d62f0e66d37acd4b857444 100644 (file)
@@ -257,7 +257,7 @@ class PackageUpdateSearchForm extends ACPForm {
                
                $this->updateServers = PackageUpdateServer::getActiveUpdateServers();
        }
-
+       
        /**
         * @see wcf\page\IPage::assignVariables()
         */
index 94fb78fdac9226d33f4055f8e6982d7efcc118b9..f5ecc85f41bef018f7d069c45f896c78dcdbdcd5 100755 (executable)
@@ -9,7 +9,7 @@ use wcf\util\StringUtil;
 
 /**
  * Shows the server add form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 94dd9058faf7dc6cc04744f387a4976bb77ba762..0ab204f3c012cefbe10cd11761a1f0f350e6e445 100644 (file)
@@ -14,7 +14,7 @@ use wcf\util\UserUtil;
 
 /**
  * Shows the user add form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 8fddeb00f66dee2111448404432f8d987a97b31f..9f344b435e55547168bd8fc13cfeb6fb7f673551 100755 (executable)
@@ -14,7 +14,7 @@ use wcf\util\ArrayUtil;
 
 /**
  * Shows the assign user to group form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index c3132efd56528de1aca759c80ffd17e554fe20fd..dc6a1ce7020dc8fcded6547cb4408a17b235e0ab 100755 (executable)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
 
 /**
  * Shows the user edit form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index e2cb1d9e3c551fb922b15526787e7f1eb80b6838..78ca5f55a75c8c2c3b4b61b22b47c1fb152cf6a2 100755 (executable)
@@ -11,7 +11,7 @@ use wcf\system\WCFACP;
 
 /**
  * Shows the group add form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index b9a15a31cbe43feedeb661756ab484451f8e56cb..beac1445744dba981cb0aabf1a4bddf481b6d858 100755 (executable)
@@ -11,7 +11,7 @@ use wcf\system\WCF;
 
 /**
  * Shows the group edit form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 02aab118587355da92fd08b444130a64a66cc639..11e36313d60a49c7eaf7b48561b050941aeda7e5 100644 (file)
@@ -1,8 +1,7 @@
 <?php
 namespace wcf\acp\form;
-use wcf\data\user\group\option\UserGroupOptionAction;
-
 use wcf\data\user\group\option\category\UserGroupOptionCategoryList;
+use wcf\data\user\group\option\UserGroupOptionAction;
 use wcf\data\user\group\option\UserGroupOption;
 use wcf\data\user\group\UserGroup;
 use wcf\data\DatabaseObject;
@@ -314,7 +313,7 @@ class UserGroupOptionForm extends ACPForm {
        
        /**
         * Validates object options and permissions.
-        *
+        * 
         * @param       wcf\data\DatabaseObject         $object
         * @return      boolean
         */
index 1cf2abcea75ed25cb366ad97f84455451a4bf513..4bfc13c4ca0737440ebd94ee516fa58ff8751850 100755 (executable)
@@ -12,7 +12,7 @@ use wcf\util\StringUtil;
 
 /**
  * Shows the user mail form.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 22458ab709e478b4edbf87beedc53fe7c41a17d0..1e54c147cd1a537da72050c48aa5d38a0b0776ef 100644 (file)
@@ -5,7 +5,7 @@ use wcf\system\language\LanguageFactory;
 
 /**
  * This class provides default implementations for a list of dynamic user options.
- *
+ * 
  * @author     Marcel Werk
  * @copyright  2001-2012 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
index 68caed9d4cda7e5fc5cd514bff2a4dc0adfcdd77..708b8b34beca0f3bb47e3863e16f87aeb9ed4eb3 100644 (file)
@@ -300,6 +300,9 @@ class UsersMassProcessingForm extends UserOptionListForm {
                WCF::getTPL()->assign('affectedUsers', $this->affectedUsers);
        }
        
+       /**
+        * @todo        add documentation
+        */
        protected function fetchUsers($loopFunction = null) {
                // select users
                $sql = "SELECT          user.*