Loading core/.cspell.json +2 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,8 @@ "hte", "ist", "please", "queuing" "queuing", "writeable" ], "overrides": [ { Loading core/tests/Drupal/Tests/StreamCapturer.php +2 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ namespace Drupal\Tests; // cspell:ignore datalen PSFS_FEED_ME writeable /** * Captures output to a stream and stores it for retrieval. */ Loading @@ -14,11 +16,9 @@ class StreamCapturer extends \php_user_filter { public function filter($in, $out, &$consumed, $closing): int { while ($bucket = stream_bucket_make_writeable($in)) { self::$cache .= $bucket->data; // cSpell:disable-next-line $consumed += $bucket->datalen; stream_bucket_append($out, $bucket); } // cSpell:disable-next-line return PSFS_FEED_ME; } Loading Loading
core/.cspell.json +2 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,8 @@ "hte", "ist", "please", "queuing" "queuing", "writeable" ], "overrides": [ { Loading
core/tests/Drupal/Tests/StreamCapturer.php +2 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ namespace Drupal\Tests; // cspell:ignore datalen PSFS_FEED_ME writeable /** * Captures output to a stream and stores it for retrieval. */ Loading @@ -14,11 +16,9 @@ class StreamCapturer extends \php_user_filter { public function filter($in, $out, &$consumed, $closing): int { while ($bucket = stream_bucket_make_writeable($in)) { self::$cache .= $bucket->data; // cSpell:disable-next-line $consumed += $bucket->datalen; stream_bucket_append($out, $bucket); } // cSpell:disable-next-line return PSFS_FEED_ME; } Loading