Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Prototype.
Do lightweight editing on YAML files and then rewrite the file without losing embedded comments.

## Usage
```

```php
// First step: read the file, parse the yaml, edit and dump the results.

$original_contents = file_get_contents($filepath);
Expand Down