diff --git a/inc/cache.php b/inc/cache.php index 52aceba31..b312dbb80 100644 --- a/inc/cache.php +++ b/inc/cache.php @@ -588,12 +588,11 @@ public function __construct() { * * Called upon object destruction, which should be when PHP ends. * - * @return true Always returns true. + * @return void * @since 2.0.8 * */ public function __destruct() { - return true; } }