From 8d2d4ef3dd1288c238876a9d3831b958c449d3b7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 28 Aug 2016 12:43:46 +0200 Subject: [PATCH] fix Scrutinizer docu bug: Api\Etemplate\Request\Files::__construct($id) $id is not array but string|null --- api/src/Etemplate/Request/Files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Etemplate/Request/Files.php b/api/src/Etemplate/Request/Files.php index 00e203487a..950754f41e 100644 --- a/api/src/Etemplate/Request/Files.php +++ b/api/src/Etemplate/Request/Files.php @@ -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 * - * @param array $id + * @param string|null $id =null */ private function __construct($id=null) {