Skip to content

Commit

Permalink
[ticket/15253] Add experimental annotation
Browse files Browse the repository at this point in the history
PHPBB3-15253
  • Loading branch information
rubencm committed Jul 20, 2017
1 parent ecb7953 commit 8dbbf74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpBB/phpbb/storage/adapter/local.php
Expand Up @@ -16,6 +16,9 @@
use phpbb\storage\exception\exception;
use phpbb\filesystem\exception\filesystem_exception;

/**
* @internal Experimental
*/
class local implements adapter_interface
{
/**
Expand Down
3 changes: 3 additions & 0 deletions phpBB/phpbb/storage/storage.php
Expand Up @@ -13,6 +13,9 @@

namespace phpbb\storage;

/**
* @internal Experimental
*/
class storage
{
protected $adapter;
Expand Down

0 comments on commit 8dbbf74

Please sign in to comment.