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 {