From 9ec9b21c8621c38a7a735e869ef793a139d7858d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Tue, 21 Nov 2017 15:38:44 +0100 Subject: [PATCH] =?UTF-8?q?UploadedFileInterface::hasSameContent=20attend?= =?UTF-8?q?=20une=20instance=20de=20la=20*m=C3=AAme*=20classe.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/UploadedFileInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/UploadedFileInterface.php b/Model/UploadedFileInterface.php index ac6baea6..ce6ee2db 100644 --- a/Model/UploadedFileInterface.php +++ b/Model/UploadedFileInterface.php @@ -359,5 +359,5 @@ interface UploadedFileInterface * * @api */ - public function hasSameContent(UploadedFileInterface $other); + public function hasSameContent(self $other); } -- GitLab