Skip to content

Commit

Permalink
fixed missing ) after statement [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ertanyildiz authored Jun 18, 2020
1 parent a4917b1 commit 7cd9dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/incoming/incomingrequest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ and uses best practices to minimize any security risks.
$files = $request->getFiles();

// Grab the file by name given in HTML form
if ($files->hasFile('uploadedFile')
if ($files->hasFile('uploadedFile'))
{
$file = $files->getFile('uploadedfile');

Expand Down

0 comments on commit 7cd9dcf

Please sign in to comment.