]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/Intercept.php
Fix paging on List and Public timelines honoring order type
[friendica.git] / tests / Util / Intercept.php
index f22e98798bd3d9f2eae3a6484283e1a998a14160..9a037cfd7bd899e0fbb8254dc58a99a5e77d4bc0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, 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)) {