Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Jan 21, 2017
1 parent c33fc91 commit e2f7995
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 @@ -386,7 +386,6 @@ 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.
*
* @note 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 All @@ -398,6 +397,7 @@ public static function registerAlias($alias, $original, $version = false)
*
* @throws RuntimeException
*
* @note This function will be changed in J4 to support PSR-4 namespace registering.
* @since 12.3
*/
public static function registerNamespace($namespace, $path, $reset = false, $prepend = false, $type = 'psr0')
Expand Down

0 comments on commit e2f7995

Please sign in to comment.