Skip to content

Commit fd179ea

Browse files
committed
Remove training whitespace in empty PHPDoc lines
1 parent e0d9056 commit fd179ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Magento\Framework\App\ResponseInterface;
88

99
/**
10-
*
10+
*
1111
*/
1212
class ActionFlagNoDispatchPlugin
1313
{
@@ -31,7 +31,7 @@ public function __construct(ActionFlag $actionFlag, ResponseInterface $response)
3131
* @param ActionInterface $subject
3232
* @param callable $proceed
3333
* @return ResponseInterface
34-
*
34+
*
3535
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
3636
*/
3737
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
@@ -12,7 +12,7 @@
1212
use Magento\Framework\HTTP\PhpEnvironment\Response;
1313

1414
/**
15-
*
15+
*
1616
*/
1717
class EventDispatchPlugin
1818
{

0 commit comments

Comments
 (0)