summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/streams/README.md
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-08-06 13:14:08 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-08-06 13:14:08 +0200
commitdb4235d587b9cba61d7bbb711623c1998d7289c7 (patch)
tree74125255b63cf62729b83ff38160fc889ec30d63 /apps/files_external/3rdparty/icewind/streams/README.md
parentca54166e352f4e54887dd307bb10cc60308dbc6a (diff)
downloadnextcloud-server-db4235d587b9cba61d7bbb711623c1998d7289c7.tar.gz
nextcloud-server-db4235d587b9cba61d7bbb711623c1998d7289c7.zip
Update icewind/streams
Fixes #10430 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_external/3rdparty/icewind/streams/README.md')
-rw-r--r--apps/files_external/3rdparty/icewind/streams/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/3rdparty/icewind/streams/README.md b/apps/files_external/3rdparty/icewind/streams/README.md
index ca13db28e44..88ab2dd92a3 100644
--- a/apps/files_external/3rdparty/icewind/streams/README.md
+++ b/apps/files_external/3rdparty/icewind/streams/README.md
@@ -1,4 +1,4 @@
-#Streams#
+# Streams #
[![Build Status](https://travis-ci.org/icewind1991/Streams.svg?branch=master)](https://travis-ci.org/icewind1991/Streams)
[![Coverage Status](https://img.shields.io/coveralls/icewind1991/Streams.svg)](https://coveralls.io/r/icewind1991/Streams?branch=master)
@@ -6,7 +6,7 @@
Generic stream wrappers for php.
-##CallBackWrapper##
+## CallBackWrapper ##
A `CallBackWrapper` can be used to register callbacks on read, write and closing of the stream,
it wraps an existing stream and can thus be used for any stream in php