Commit aeaebead authored by Taylor Otwell's avatar Taylor Otwell

Just tweaking comments.

Signed-off-by: 's avatarTaylor Otwell <taylorotwell@gmail.com>
parent 4e656f02
......@@ -75,8 +75,8 @@ class Autoloader {
return static::load_namespaced($class, $namespace, $directory);
}
// If the class uses PEARish style underscores for indicating its
// directory structure, we will load the class using the PSR-0
// If the class uses PEAR-ish style underscores for indicating its
// directory structure we'll load the class using PSR-0 standards
// standards from that directory, trimming the root.
$namespace = root_namespace($class, '_').'_';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment