From 4e24697722a4bb91cf99d939e80a798aec049c72 Mon Sep 17 00:00:00 2001 From: ljbreak2008 Date: Thu, 1 Feb 2018 14:03:49 +0800 Subject: [PATCH] test jenkins --- src/OSS/Http/RequestCore.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OSS/Http/RequestCore.php b/src/OSS/Http/RequestCore.php index e1d221e2..f209533a 100644 --- a/src/OSS/Http/RequestCore.php +++ b/src/OSS/Http/RequestCore.php @@ -166,6 +166,7 @@ class RequestCore /** * The user-defined callback function to call when a stream is written to. + * */ public $registered_streaming_write_callback = null;