Skip to content

Commit

Permalink
Merge pull request #35 from open-sausages/pulls/4.0/internals
Browse files Browse the repository at this point in the history
Mark internal api as @internal
  • Loading branch information
chillu authored Jul 1, 2019
2 parents 793f933 + 0ff5b00 commit 3e2cade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/DynamoDbClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* PHP string is the php binary data type, so this should work seamlessly.
*
* @see https://github.com/silverstripe/silverstripe-dynamodb/issues/32
*
* @internal WARNING: this is not a part of the public API and will be removed in a patch release
*/
class DynamoDbClient extends \Aws\DynamoDb\DynamoDbClient
{
Expand Down
2 changes: 2 additions & 0 deletions code/SessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* so the latter may intercept session table updates intelligently.
*
* @see \SilverStripe\DynamoDb\DynamoDbClient
*
* @internal WARNING: this is not a part of the public API and will be removed in a patch release
*/
class SessionHandler extends \Aws\DynamoDb\SessionHandler
{
Expand Down

0 comments on commit 3e2cade

Please sign in to comment.