From 8c0ec2559c8998cd4f3d38a9fcb0e82b05bc8ac8 Mon Sep 17 00:00:00 2001 From: rubencm Date: Mon, 7 Dec 2020 15:28:59 +0100 Subject: [PATCH] [ticket/16639] Improve phpdoc PHPBB3-16639 --- phpBB/phpbb/storage/adapter/local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/storage/adapter/local.php b/phpBB/phpbb/storage/adapter/local.php index 3a45101410..9a36c22a76 100644 --- a/phpBB/phpbb/storage/adapter/local.php +++ b/phpBB/phpbb/storage/adapter/local.php @@ -22,7 +22,7 @@ use phpbb\mimetype\guesser; use FastImageSize\FastImageSize; /** - * @internal Experimental + * Experimental */ class local implements adapter_interface, stream_interface {