Skip to content

Commit 31e4b38

Browse files
[automatic] Update docs with bin/docgen
1 parent f5d3f59 commit 31e4b38

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

docs/api.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,6 @@ run('echo {{ message | quote }}');
264264
run('grep -r {{ pattern | quote }} {{release_path}}');
265265
```
266266

267-
To output literal `{{` without replacement, escape with a backslash `\{{`:
268-
```php
269-
run('echo \{{not_replaced}}'); // outputs: {{not_replaced}}
270-
```
271-
272267

273268

274269
| Argument | Type | Comment |
@@ -464,7 +459,7 @@ Writes a message to the output and adds a newline at the end.
464459
parse(string $value): string
465460
```
466461

467-
Parse set values. Use `\{{` to escape brackets and prevent replacement.
462+
Parse set values.
468463

469464

470465
## set()

0 commit comments

Comments
 (0)