Fix typo in CustomOption PHPDoc (#3303)
authorNiklas <Krymonota@users.noreply.github.com>
Tue, 12 May 2020 14:38:36 +0000 (16:38 +0200)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 14:38:36 +0000 (16:38 +0200)
wcfsetup/install/files/lib/data/custom/option/CustomOption.class.php

index 5f180c89b7b9f24a2395de412f8bfab15c05b697..5bbde418027d3c452347af6b160615084384750c 100644 (file)
@@ -27,7 +27,7 @@ use wcf\util\StringUtil;
  * @property-read      string          $validationPattern      regular expression used to validate the value of the option
  * @property-read      string          $selectOptions          possible values of the option separated by newlines
  * @property-read      integer         $required               is `1` if the option has to be filled out, otherwise `0`
- * @property-read      integer         $showOrder              position of the option relation tp the other options
+ * @property-read      integer         $showOrder              position of the option in relation to the other options
  * @property-read      integer         $isDisabled             is `1` if the option is disabled, otherwise `0`
  * @property-read      integer         $originIsSystem         is `1` if the option has been delivered by a package, otherwise `0` (i.e. the option has been created in the ACP)
  */