Skip to content

Commit 1917781

Browse files
committed
Fix code style
1 parent b5fda4c commit 1917781

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Plugin/AccountTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,14 @@ protected function setUp()
8585
* @param string $action
8686
* @param array $allowedActions
8787
* @param boolean $isAllowed
88-
* @param boolean $isAuthenticated
8988
*
9089
* @dataProvider beforeExecuteDataProvider
9190
*/
92-
public function testAroundExecuteInterruptsOriginalCallWhenNotAllowed(string $action, array $allowedActions, bool $isAllowed, bool $isAuthenticated)
93-
{
91+
public function testAroundExecuteInterruptsOriginalCallWhenNotAllowed(
92+
string $action,
93+
array $allowedActions,
94+
bool $isAllowed
95+
) {
9496
/** @var callable|MockObject $proceedMock */
9597
$proceedMock = $this->getMockBuilder(\stdClass::class)
9698
->setMethods(['__invoke'])

0 commit comments

Comments
 (0)