Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix behaviour for empty external responses
The file_put_contents function will return 0 if empty content is written, but this should not trigger a writing exception. Empty content should throw an exception before, when checking the curl response. Fixes symphonycms#164
- Loading branch information