@codeCoverageIgnoreStart for private __clone()
This commit is contained in:
14
Registry.php
14
Registry.php
@ -32,8 +32,18 @@ class Registry extends ArrayObject
|
||||
{
|
||||
parent::__construct($array, $flags);
|
||||
}
|
||||
|
||||
private function __clone(){}
|
||||
|
||||
/**
|
||||
* Refuse clone
|
||||
* @codeCoverageIgnoreStart
|
||||
*/
|
||||
private function __clone()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnoreStart
|
||||
*/
|
||||
|
||||
/**
|
||||
* Retrieves the default registry instance.
|
||||
|
Reference in New Issue
Block a user