]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/Intercept.php
Merge pull request #12154 from MrPetovan/bug/12084-strip-RTL-override
[friendica.git] / tests / Util / Intercept.php
index f22e98798bd3d9f2eae3a6484283e1a998a14160..2d07e3cfd559021c7a6758b67da58184511d8159 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, 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)) {