diff options
author | RedMatrix <info@friendica.com> | 2014-06-29 10:16:51 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-06-29 10:16:51 +1000 |
commit | e228c2ed32593cdbf35992d60e7408dd2c0e33e0 (patch) | |
tree | b6ff696d625712ad4ba8d71223505858bdbf1e0e /vendor/composer/ClassLoader.php | |
parent | f29f8a1b40ba68db66c22bbb824371296c86ac8c (diff) | |
parent | 03b31d113ea316c8384a4cbf3d27ca22bb528eac (diff) | |
download | volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.tar.gz volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.tar.bz2 volse-hubzilla-e228c2ed32593cdbf35992d60e7408dd2c0e33e0.zip |
Merge pull request #513 from dawnbreak/master
Some documentation for include/reddav.php and a new tpl-file.
Diffstat (limited to 'vendor/composer/ClassLoader.php')
-rw-r--r-- | vendor/composer/ClassLoader.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/composer/ClassLoader.php b/vendor/composer/ClassLoader.php index a71055531..88684c526 100644 --- a/vendor/composer/ClassLoader.php +++ b/vendor/composer/ClassLoader.php @@ -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 { |