Skip to content

Commit 709747c

Browse files
committed
fix docs build
1 parent c7ef71c commit 709747c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ PHPDOCUMENTOR = php $(LDTOOLS_DIR)/php/phpDocumentor.phar
77
html:
88
rm -rf build/temp build/html
99
$(PHPDOCUMENTOR) \
10-
-d $(SOURCE_DIR) \
10+
-d $(SOURCE_DIR)/src \
1111
-t build/html \
12-
--ignore vendor/ \
13-
--ignore tests/ \
14-
--ignore docs/ \
12+
--ignore LaunchDarkly/Impl/ \
1513
--visibility public \
1614
--defaultpackagename "SDK" \
1715
--title "${LD_RELEASE_DOCS_TITLE} ${LD_RELEASE_VERSION}"

src/LaunchDarkly/Impl/Integrations/ConsulFeatureRequester.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use SensioLabs\Consul\Exception\ClientException;
66
use SensioLabs\Consul\ServiceFactory;
77

8+
/**
9+
* @internal
10+
*/
811
class ConsulFeatureRequester extends FeatureRequesterBase
912
{
1013
/** @var string */

0 commit comments

Comments
 (0)