File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/LaunchDarkly/Impl/Integrations Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ PHPDOCUMENTOR = php $(LDTOOLS_DIR)/php/phpDocumentor.phar
77html :
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} "
Original file line number Diff line number Diff line change 55use SensioLabs \Consul \Exception \ClientException ;
66use SensioLabs \Consul \ServiceFactory ;
77
8+ /**
9+ * @internal
10+ */
811class ConsulFeatureRequester extends FeatureRequesterBase
912{
1013 /** @var string */
You can’t perform that action at this time.
0 commit comments