diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-10-09 08:03:53 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-09 10:20:30 +0200 |
commit | 22b36d9d0e50fdc820912cca0164fccc7b5785a1 (patch) | |
tree | 2db441c68ee49097f84d44043e7fd89c395ecced /phpBB/phpbb/attachment | |
parent | ca1308ba5f3be0529bf536fcffb62fb61ee1807f (diff) | |
download | forums-22b36d9d0e50fdc820912cca0164fccc7b5785a1.tar forums-22b36d9d0e50fdc820912cca0164fccc7b5785a1.tar.gz forums-22b36d9d0e50fdc820912cca0164fccc7b5785a1.tar.bz2 forums-22b36d9d0e50fdc820912cca0164fccc7b5785a1.tar.xz forums-22b36d9d0e50fdc820912cca0164fccc7b5785a1.zip |
[ticket/14168] Use correct docblock
PHPBB3-14168
Diffstat (limited to 'phpBB/phpbb/attachment')
-rw-r--r-- | phpBB/phpbb/attachment/resync.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/attachment/resync.php b/phpBB/phpbb/attachment/resync.php index 699d37340d..6c2e0a8b0d 100644 --- a/phpBB/phpbb/attachment/resync.php +++ b/phpBB/phpbb/attachment/resync.php @@ -16,7 +16,7 @@ namespace phpbb\attachment; use \phpbb\db\driver\driver_interface; /** - * Attachment delete class + * Attachment resync class */ class resync { |