We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bf9bc commit 97da574Copy full SHA for 97da574
docs/Makefile
@@ -7,11 +7,9 @@ PHPDOCUMENTOR = php $(LDTOOLS_DIR)/php/phpDocumentor.phar
7
html:
8
rm -rf build/temp build/html
9
$(PHPDOCUMENTOR) \
10
- -d $(SOURCE_DIR) \
+ -d $(SOURCE_DIR)/src \
11
-t build/html \
12
- --ignore vendor/ \
13
- --ignore tests/ \
14
- --ignore docs/ \
+ --ignore LaunchDarkly/Impl/ \
15
--visibility public \
16
--defaultpackagename "SDK" \
17
--title "${LD_RELEASE_DOCS_TITLE} ${LD_RELEASE_VERSION}"
src/LaunchDarkly/Impl/Integrations/DynamoDbFeatureRequester.php
@@ -3,6 +3,9 @@
3
4
use Aws\DynamoDb\DynamoDbClient;
5
6
+/**
+ * @internal
+ */
class DynamoDbFeatureRequester extends FeatureRequesterBase
{
/** @var string */
0 commit comments