X-Git-Url: https://reisub.nsupdate.info/git/?a=blobdiff_plain;f=twitter%2Fvendor%2Fcomposer%2FClassLoader.php;h=95f7e0978bad11efb1f75f5049b0c2ac7ae1939b;hb=2e776253e0317b0b7a279d3820e0a29547558ff6;hp=dc02dfb114fb6af2eacf89407a529c37ab8e7eb8;hpb=f2c05b0222615b31592712a329d3a5e1dae5945e;p=friendica-addons.git%2F.git diff --git a/twitter/vendor/composer/ClassLoader.php b/twitter/vendor/composer/ClassLoader.php index dc02dfb1..95f7e097 100644 --- a/twitter/vendor/composer/ClassLoader.php +++ b/twitter/vendor/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) {