summaryrefslogtreecommitdiffstats
path: root/vendor/react/promise-stream/src/functions_include.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/react/promise-stream/src/functions_include.php')
-rw-r--r--vendor/react/promise-stream/src/functions_include.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/react/promise-stream/src/functions_include.php b/vendor/react/promise-stream/src/functions_include.php
new file mode 100644
index 0000000..768a4fd
--- /dev/null
+++ b/vendor/react/promise-stream/src/functions_include.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace React\Promise\Stream;
+
+if (!function_exists('React\Promise\Stream\buffer')) {
+ require __DIR__ . '/functions.php';
+}