Commit 5b11d31a by Scott

Fix coding style

parent 74cf718a
......@@ -141,7 +141,7 @@ class Q2A_Storage_FileCacheDriver
* @param bool $expiredOnly Delete cache only if it has expired.
* @return int Number of files deleted.
*/
public function clear($limit=0, $start=0, $expiredOnly=false)
public function clear($limit = 0, $start = 0, $expiredOnly = false)
{
$seek = $processed = $deleted = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment