Some more deprecation fixups
This commit is contained in:
parent
00cd346255
commit
f68dd99518
5 changed files with 20 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue