Skip to content

Commit

Permalink
Merge pull request #9491 from mattclegg/1587548119
Browse files Browse the repository at this point in the history
DOCS: Remove unnecessary `return`
  • Loading branch information
dhensby committed Apr 22, 2020
2 parents 37716da + 2f717a4 commit 826d1fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Security/Confirmation/Handler.php
Expand Up @@ -50,7 +50,6 @@ public function index()
'Title' => _t(__CLASS__ . '.FORM_TITLE', 'Confirm potentially dangerous action'),
'Form' => $this->Form()
];
return $this;
}

/**
Expand Down

0 comments on commit 826d1fa

Please sign in to comment.