]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/Intercept.php
Merge pull request #11096 from nupplaphil/feat/more_deprecated_notices
[friendica.git] / tests / Util / Intercept.php
index f22e98798bd3d9f2eae3a6484283e1a998a14160..5fb4bc640b772082a58dad3424cefb24fc3f349c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -36,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)) {