Commit 9ec9b21c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

UploadedFileInterface::hasSameContent attend une instance de la *même* classe.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -359,5 +359,5 @@ interface UploadedFileInterface ...@@ -359,5 +359,5 @@ interface UploadedFileInterface
* *
* @api * @api
*/ */
public function hasSameContent(UploadedFileInterface $other); public function hasSameContent(self $other);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment