Fixed namespace in phpdoc comment
authorAlexander Ebert <ebert@woltlab.com>
Sat, 9 Dec 2017 23:22:47 +0000 (00:22 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 9 Dec 2017 23:56:09 +0000 (00:56 +0100)
wcfsetup/install/files/lib/system/upload/UserCoverPhotoUploadFileValidationStrategy.class.php

index 86d85d51b520794431b466ef29b7af247188ba4f..373604b5c48644f37d5eba196bb333f5c4baf61c 100644 (file)
@@ -11,7 +11,7 @@ use wcf\util\FileUtil;
  * @author     Alexander Ebert
  * @copyright  2001-2017 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    WoltLabSuite\Gallery\System\Upload
+ * @package    WoltLabSuite\Core\System\Upload
  * @since      3.1
  */
 class UserCoverPhotoUploadFileValidationStrategy implements IUploadFileValidationStrategy {