Skip to content

Commit

Permalink
Remove TypeHint on uploaded file
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoakes committed Feb 22, 2017
1 parent fbb6057 commit 3acf89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mgate/PubliBundle/Entity/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function getFile()
*
* @return Document
*/
public function setFile(UploadedFile $file)
public function setFile($file)
{
$this->file = $file;

Expand Down

0 comments on commit 3acf89a

Please sign in to comment.