X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2FUtil%2FIntercept.php;h=5fb4bc640b772082a58dad3424cefb24fc3f349c;hb=56f8adcb80a9005302a7896c63d868eff6779845;hp=9435a5950b39ddecfc540666f65337ea077b6148;hpb=4eaeea7889d6024f2bb837c796fb708bab09be86;p=friendica.git diff --git a/tests/Util/Intercept.php b/tests/Util/Intercept.php index 9435a5950b..5fb4bc640b 100644 --- a/tests/Util/Intercept.php +++ b/tests/Util/Intercept.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Test\Util; @@ -17,6 +36,7 @@ class Intercept extends php_user_filter */ public static $cache = ''; + /** @noinspection PhpMissingParentCallCommonInspection */ public function filter($in, $out, &$consumed, $closing) { while ($bucket = stream_bucket_make_writeable($in)) {