Skip to content

Commit 4dda040

Browse files
ENGCOM-6457: phpdoc fix return type #25975
- Merge Pull Request #25975 from maslii/magento2:2.4-develop - Merged commits: 1. 96f502e 2. 45751d3
2 parents f540160 + 45751d3 commit 4dda040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Controller/Account/CreatePost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public function validateForCsrf(RequestInterface $request): ?bool
327327
/**
328328
* Create customer account action
329329
*
330-
* @return void
330+
* @return \Magento\Framework\Controller\Result\Redirect
331331
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
332332
* @SuppressWarnings(PHPMD.NPathComplexity)
333333
*/

0 commit comments

Comments
 (0)