Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/deprecate-psr0' into deprecate-psr0
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Jan 21, 2017
2 parents dd0219c + 315dd71 commit b052e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public static function registerAlias($alias, $original, $version = false)
/**
* Register a namespace to the autoloader. When loaded, namespace paths are searched in a "last in, first out" order.
*
* This function will be changed in J4 to support PRS-4 namespace registering.
* This function will be changed in J4 to support PSR-4 namespace registering.
*
* @param string $namespace A case sensitive Namespace to register.
* @param string $path A case sensitive absolute file path to the library root where classes of the given namespace can be found.
Expand Down

0 comments on commit b052e09

Please sign in to comment.