|
@@ -36,7 +36,7 @@ class Autoloader
|
|
/**
|
|
/**
|
|
* Registers the autoloader class with the PHP SPL autoloader.
|
|
* Registers the autoloader class with the PHP SPL autoloader.
|
|
*
|
|
*
|
|
- * @param boolean $prepend Prepend the autoloader on the stack instead of appending it.
|
|
|
|
|
|
+ * @param bool $prepend Prepend the autoloader on the stack instead of appending it.
|
|
*/
|
|
*/
|
|
public static function register($prepend = false)
|
|
public static function register($prepend = false)
|
|
{
|
|
{
|