Skip to content

Commit

Permalink
Merge branch 'staging' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ReLater committed Apr 30, 2019
2 parents 428e9c3 + d678266 commit 54e4537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
5 changes: 3 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pipeline:
clone:
clone:
git:
image: plugins/git
depth: 1

pipeline:
phpcs:
image: joomlaprojects/docker-phpcs
commands:
Expand Down
12 changes: 0 additions & 12 deletions libraries/src/Cache/Storage/FileStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,18 +325,6 @@ public function gc()
return (bool) $result;
}

/**
* Test to see if the storage handler is available.
*
* @return boolean
*
* @since 3.0.0
*/
public static function isSupported()
{
return is_writable(\JFactory::getConfig()->get('cache_path', JPATH_CACHE));
}

/**
* Lock cached item
*
Expand Down

0 comments on commit 54e4537

Please sign in to comment.