@codeCoverageIgnoreStart for private __clone()
This commit is contained in:
@ -21,14 +21,24 @@ class Session
|
||||
|
||||
/**
|
||||
* Avoid new
|
||||
* @codeCoverageIgnoreStart
|
||||
*/
|
||||
private function __construct(){}
|
||||
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnoreEnd
|
||||
*/
|
||||
|
||||
/**
|
||||
* Avoid cloning
|
||||
* @codeCoverageIgnoreStart
|
||||
*/
|
||||
private function __clone(){}
|
||||
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnoreEnd
|
||||
*/
|
||||
|
||||
/**
|
||||
* Retrieve a member of the $_SESSION
|
||||
*
|
||||
|
Reference in New Issue
Block a user