fix Scrutinizer docu bug: Api\Etemplate\Request\Files::__construct($id) $id is not array but string|null

This commit is contained in:
Ralf Becker 2016-08-28 12:44:45 +02:00
parent 8d2d4ef3dd
commit 54bfaeb988

View File

@ -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)
{