mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
fix Scrutinizer docu bug: Api\Etemplate\Request\Files::__construct($id) $id is not array but string|null
This commit is contained in:
parent
4e15b70373
commit
8d2d4ef3dd
@ -69,7 +69,7 @@ class Files extends Etemplate\Request
|
|||||||
/**
|
/**
|
||||||
* Private constructor to force the instancation of this class only via it's static factory method read
|
* 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)
|
private function __construct($id=null)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user