Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/Exar/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Autoloader {
/**
* Registers this autoloader on the autoloader queue.
*
* @param $cacheDir the path to cache directory
* @param string $cacheDir the path to cache directory
* @param array $namespaces array with nmespaces to be loaded with this autoloader
* @param bool $prepend if true, this autoloader will be prepended on the autoload queue, otherwise it is appended
*/
Expand Down Expand Up @@ -119,4 +119,4 @@ static public function cleanCache() {
array_map('unlink', glob(self::$cacheDir . '/*'));
}

}
}