aboutsummaryrefslogtreecommitdiffstats
path: root/includes/OutputHandler.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2021-11-19 23:19:42 +0000
committerReedy <reedy@wikimedia.org>2021-11-19 23:19:42 +0000
commit7bf779524ab1fd8e1d74f79ea4840564d48eea4d (patch)
treeaa7bf9869017aac069d1cfaf6ab81288e0787553 /includes/OutputHandler.php
parent5ebda60e40619921dd8185cd67ea6495ceb7dec0 (diff)
downloadmediawikicore-7bf779524ab1fd8e1d74f79ea4840564d48eea4d.tar.gz
mediawikicore-7bf779524ab1fd8e1d74f79ea4840564d48eea4d.zip
Remove or replace usages of "sanity"
Bug: T254646 Change-Id: I2b120f0b9c9e1dc1a6c216bfefa3f2463efe1001
Diffstat (limited to 'includes/OutputHandler.php')
-rw-r--r--includes/OutputHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/OutputHandler.php b/includes/OutputHandler.php
index 154c355e670e..845ac9283f5f 100644
--- a/includes/OutputHandler.php
+++ b/includes/OutputHandler.php
@@ -56,7 +56,7 @@ class OutputHandler {
$s = self::mangleFlashPolicy( $s );
}
- // Sanity check if a compression output buffer is already enabled via php.ini. Such
+ // Check if a compression output buffer is already enabled via php.ini. Such
// buffers exists at the start of the request and are reflected by ob_get_level().
$phpHandlesCompression = (
ini_get( 'output_handler' ) === 'ob_gzhandler' ||