Skip to content

Commit fb056d1

Browse files
committed
remove deprecated option
1 parent 1453bb1 commit fb056d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

fern/products/sdks/overview/php/configuration.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: Configuration options for the Fern PHP SDK.
55

66
You can customize the behavior of the PHP SDK generator in `generators.yml`:
77

8-
```yaml {8-9}
8+
```yaml {7-8}
99
default-group: local
1010
groups:
1111
local:
1212
generators:
1313
- name: fernapi/fern-python
14-
version: 0.7.1
14+
version: <Markdown src="/snippets/version-number.mdx"/>
1515
config:
1616
clientName: YourClientName
1717
```
@@ -39,5 +39,3 @@ groups:
3939
<ParamField path="composerJson" type="Record<string, any>" required={false}>
4040
</ParamField>
4141
42-
<ParamField path="client-class-name" type="string" required={false} deprecated={true}>
43-
</ParamField>

0 commit comments

Comments
 (0)