From 90a656305bb5e69e63381cb31c45eca89d017f34 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 10 Aug 2018 15:03:22 +0200 Subject: Bump autoloaders Signed-off-by: Roeland Jago Douma --- apps/systemtags/composer/composer/ClassLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/systemtags') diff --git a/apps/systemtags/composer/composer/ClassLoader.php b/apps/systemtags/composer/composer/ClassLoader.php index dc02dfb114f..95f7e0978ba 100644 --- a/apps/systemtags/composer/composer/ClassLoader.php +++ b/apps/systemtags/composer/composer/ClassLoader.php @@ -377,7 +377,7 @@ class ClassLoader $subPath = $class; while (false !== $lastPos = strrpos($subPath, '\\')) { $subPath = substr($subPath, 0, $lastPos); - $search = $subPath.'\\'; + $search = $subPath . '\\'; if (isset($this->prefixDirsPsr4[$search])) { $pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1); foreach ($this->prefixDirsPsr4[$search] as $dir) { -- cgit v1.2.3