aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SquidPurgeClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SquidPurgeClient.php')
-rw-r--r--includes/SquidPurgeClient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SquidPurgeClient.php b/includes/SquidPurgeClient.php
index 506ada96d1f6..b0418bac606a 100644
--- a/includes/SquidPurgeClient.php
+++ b/includes/SquidPurgeClient.php
@@ -34,7 +34,7 @@ class SquidPurgeClient {
* Open a socket if there isn't one open already, return it.
* Returns false on error.
*
- * @return false|resource
+ * @return bool|resource
*/
protected function getSocket() {
if ( $this->socket !== null ) {