update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -5,13 +5,9 @@
|
||||
use Safe\Exceptions\ClassobjException;
|
||||
|
||||
/**
|
||||
* Creates an alias named alias
|
||||
* based on the user defined class class.
|
||||
* The aliased class is exactly the same as the original class.
|
||||
*
|
||||
* @param string $class The original class.
|
||||
* @param string $alias The alias name for the class.
|
||||
* @param bool $autoload Whether to autoload if the original class is not found.
|
||||
* @param string $class
|
||||
* @param string $alias
|
||||
* @param bool $autoload
|
||||
* @throws ClassobjException
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user