Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Mar 12, 2018
1 parent 0ca5847 commit 5b4d881
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/features/RemoteFetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ $context = stream_context_create([
]
]);

$data = \file_get_contents('https://php-chronicle.pie-hosted.com/chronicle/lookup/HuICLQCF_DWnQGbosC6fK8PuifQgIrRi2WYshB2erZY=', false, $context);
$data = file_get_contents(
'https://php-chronicle.pie-hosted.com/chronicle/lookup/HuICLQCF_DWnQGbosC6fK8PuifQgIrRi2WYshB2erZY=',
false,
$context
);
```

### Changing the Path or URL
Expand Down

0 comments on commit 5b4d881

Please sign in to comment.