mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15253] Add experimental annotation
PHPBB3-15253
This commit is contained in:
parent
ecb79539f4
commit
8dbbf74550
2 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,9 @@ namespace phpbb\storage\adapter;
|
||||||
use phpbb\storage\exception\exception;
|
use phpbb\storage\exception\exception;
|
||||||
use phpbb\filesystem\exception\filesystem_exception;
|
use phpbb\filesystem\exception\filesystem_exception;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @internal Experimental
|
||||||
|
*/
|
||||||
class local implements adapter_interface
|
class local implements adapter_interface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
|
|
||||||
namespace phpbb\storage;
|
namespace phpbb\storage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @internal Experimental
|
||||||
|
*/
|
||||||
class storage
|
class storage
|
||||||
{
|
{
|
||||||
protected $adapter;
|
protected $adapter;
|
||||||
|
|
Loading…
Add table
Reference in a new issue