mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix Scrutinizer docu bug: Api\Etemplate\Request\Files::__construct($id) $id is not array but string|null
This commit is contained in:
parent
8d2d4ef3dd
commit
54bfaeb988
@ -59,7 +59,7 @@ class Session extends Etemplate\Request
|
||||
/**
|
||||
* Private constructor to force the instancation of this class only via it's static factory method read
|
||||
*
|
||||
* @param array $id
|
||||
* @param string|null $id =null
|
||||
*/
|
||||
private function __construct($id=null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user