Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 26ea74c

Browse files
committed
Forcing bool
1 parent fac95ba commit 26ea74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Cake/Cache/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public static function set($settings = array(), $value = null, $config = 'defaul
278278
* @return void
279279
*/
280280
public static function gc($config = 'default', $expires = null) {
281-
return (bool)static::$_engines[$config]->gc($expires);
281+
return static::$_engines[$config]->gc($expires);
282282
}
283283

284284
/**

0 commit comments

Comments
 (0)