]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/Intercept.php
Merge pull request #13651 from annando/picture-upload
[friendica.git] / tests / Util / Intercept.php
index 27b558fc5e0a109667d1da07250f4abdf34b9c31..483d274fca0c93faab9fda01cd543b8e01cce02e 100644 (file)
@@ -37,7 +37,7 @@ class Intercept extends php_user_filter
        public static $cache = '';
 
        /** @noinspection PhpMissingParentCallCommonInspection */
-       public function filter($in, $out, &$consumed, $closing)
+       public function filter($in, $out, &$consumed, $closing): int
        {
                while ($bucket = stream_bucket_make_writeable($in)) {
                        self::$cache .= $bucket->data;