Fix typos
authorMatthias Schmidt <gravatronics@live.com>
Fri, 1 Feb 2019 14:01:49 +0000 (15:01 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Feb 2019 14:01:49 +0000 (15:01 +0100)
See #2825

Co-Authored-By: joshuaruesweg <josh@wcflabs.de>
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/File/Delete.js
wcfsetup/install/files/lib/action/AJAXFileDeleteAction.class.php
wcfsetup/install/files/lib/action/AJAXFileUploadAction.class.php
wcfsetup/install/files/lib/system/form/builder/field/UploadFormField.class.php

index d49d58e9c6a3d55fe2516e0e939cf83c3c4108b6..46a1fb72a14376e502cf64fe4b6f9a548aa23510 100644 (file)
@@ -2,7 +2,7 @@
  * Delete files which are uploaded via AJAX.
  *
  * @author     Joshua Ruesweg
- * @copyright  2001-2018 WoltLab GmbH
+ * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module     WoltLabSuite/Core/Ui/File/Delete
  * @since      5.2
index 5a66ca6c18fa6b939d079e02ae54f57004c5f5fa..4ea5bd2a1637fe981218931cee3c3ae0cb231920 100644 (file)
@@ -13,7 +13,7 @@ use wcf\util\JSON;
  * @copyright  2001-2018 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Acp\Action
- * @since      3.2
+ * @since      5.2
  */
 class AJAXFileDeleteAction extends AbstractSecureAction {
        use TAJAXException;
index bb3e6c8f1187bd7156282cd4fc375dbb871057ed..4b2bdc9e7fd8e44b8508a1905501e54140163a33 100644 (file)
@@ -15,7 +15,7 @@ use wcf\util\JSON;
  * @copyright  2001-2018 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\Acp\Action
- * @since      3.2
+ * @since      5.2
  */
 class AJAXFileUploadAction extends AbstractSecureAction {
        use TAJAXException;
index 49bc645f157052dd4467b06d1eea751104c1899c..a0dd65bf74b5af60b2e7e3c61c26f0664a15f2d8 100644 (file)
@@ -197,7 +197,7 @@ class UploadFormField extends AbstractFormField {
        /**
         * @inheritDoc
         * 
-        * @throws      \RuntimeException       if the field has already been initalisated
+        * @throws      \RuntimeException       if the field has already been initialized
         */
        public function maximum($maximum = null) {
                if ($this->isRegistered()) {
@@ -232,7 +232,7 @@ class UploadFormField extends AbstractFormField {
        }
        
        /**
-        * Returns true, if the field is an image only field (only images can be uploaded).
+        * Returns `true` if only images can be uploaded via this field and returns `false` otherwise.
         *
         * @return      boolean
         */