Skip to content

Commit 54ce141

Browse files
committed
Remove whitespace at end of line
1 parent c9507a6 commit 54ce141

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/PlaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PlaceTest extends \Magento\TestFramework\TestCase\AbstractBackendControlle
1414
{
1515
/**
1616
* Test requestToAuthorizenetData returning
17-
*
17+
*
1818
* @magentoAppArea adminhtml
1919
*/
2020
public function testExecuteAuthorizenetDataReturning()

lib/internal/Magento/Framework/App/Action/Plugin/ActionFlagNoDispatchPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(ActionFlag $actionFlag, ResponseInterface $response)
2828
* @param ActionInterface $subject
2929
* @param callable $proceed
3030
* @return ResponseInterface
31-
*
31+
*
3232
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
3333
*/
3434
public function aroundExecute(ActionInterface $subject, callable $proceed)

lib/internal/Magento/Framework/App/Action/Plugin/EventDispatchPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function afterExecute(ActionInterface $subject, $result)
6868
/**
6969
* @param ActionInterface $subject
7070
* @return bool
71-
*
71+
*
7272
*/
7373
private function isSetActionNoPostDispatchFlag(): bool
7474
{

0 commit comments

Comments
 (0)