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 f5d3f59 commit 31e4b38Copy full SHA for 31e4b38
1 file changed
docs/api.md
@@ -264,11 +264,6 @@ run('echo {{ message | quote }}');
264
run('grep -r {{ pattern | quote }} {{release_path}}');
265
```
266
267
-To output literal `{{` without replacement, escape with a backslash `\{{`:
268
-```php
269
-run('echo \{{not_replaced}}'); // outputs: {{not_replaced}}
270
-```
271
-
272
273
274
| Argument | Type | Comment |
@@ -464,7 +459,7 @@ Writes a message to the output and adds a newline at the end.
464
459
parse(string $value): string
465
460
466
461
467
-Parse set values. Use `\{{` to escape brackets and prevent replacement.
462
+Parse set values.
468
463
469
470
## set()
0 commit comments