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 b06c5fa commit fbf73deCopy full SHA for fbf73de
.gitattributes
@@ -10,5 +10,5 @@
10
/phpunit-yaml-free-tests.xml export-ignore
11
/phpunit-yaml-platinum-tests.xml export-ignore
12
/phpunit.xml.dist export-ignore
13
-/docs export-ignore
+#/docs export-ignore
14
/.buildkite export-ignore
docs/installation.asciidoc
@@ -36,3 +36,4 @@ Client instantiation is performed with a static helper function `create()`. This
36
creates a ClientBuilder object, which helps you to set custom configurations.
37
When you are done configuring, call the `build()` method to generate a `Client`
38
object. For further info, consult the <<configuration>> section.
39
+
0 commit comments