Skip to content

Commit 35e3ae3

Browse files
committed
Static Tests fix
1 parent e172c83 commit 35e3ae3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/Captcha/Controller/Refresh/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function __construct(
6565
}
6666

6767
/**
68-
* {@inheritdoc}
68+
* @inheritdoc
6969
*/
7070
public function execute()
7171
{

app/code/Magento/Captcha/Test/Unit/Controller/Refresh/IndexTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ public function testCaptchaFallsBackToRequestContentIfPostMissing()
117117

118118
// When
119119
$this->refreshAction->execute();
120-
121120
}
122121

123122
/**

0 commit comments

Comments
 (0)