make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs

This commit is contained in:
Ralf Becker 2016-07-21 12:15:08 +02:00
parent 0c3c041dbb
commit 2d1ddc1ef7

View File

@ -953,7 +953,7 @@ class StreamWrapper implements StreamWrapperIface
*
* @param string $_path vfs path
*/
static protected function symlinkCache_remove($_path)
static public function symlinkCache_remove($_path)
{
$path = self::get_path($_path);