Update SabreDAV from 1.8.9 to 1.8.10.

This commit is contained in:
Klaus Weidenbach
2014-06-28 22:28:08 +02:00
parent f49b74c5f6
commit 03b31d113e
239 changed files with 1509 additions and 115478 deletions

View File

@@ -202,10 +202,11 @@ class ClassLoader
* Registers a set of PSR-4 directories for a given namespace,
* replacing any others previously set for this namespace.
*
* @param string $prefix The prefix/namespace, with trailing '\\'
* @param array|string $paths The PSR-4 base directories
* @param string $prefix The prefix/namespace, with trailing '\\'
* @param array|string $paths The PSR-4 base directories
*/
public function setPsr4($prefix, $paths) {
public function setPsr4($prefix, $paths)
{
if (!$prefix) {
$this->fallbackDirsPsr4 = (array) $paths;
} else {