Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 408cd32

Browse files
MAGETWO-87519: Fix incorrect @return tag #13356
2 parents ca15920 + 7fb92f3 commit 408cd32

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Authorizenet/Controller/Directpost/Payment

1 file changed

+1
-1
lines changed

app/code/Magento/Authorizenet/Controller/Directpost/Payment/Place.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function execute()
122122
/**
123123
* Place order for checkout flow
124124
*
125-
* @return string
125+
* @return void
126126
*/
127127
protected function placeCheckoutOrder()
128128
{

0 commit comments

Comments
 (0)