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

Commit 4c3313c

Browse files
committed
Fixed CS issue
1 parent 0801e06 commit 4c3313c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UserRepository/HtpasswdFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testInvokeWithInvalidConfig()
5353
]
5454
]);
5555
$this->container->get(UserInterface::class)->willReturn($this->user->reveal());
56-
56+
5757
$this->expectException(InvalidConfigException::class);
5858
$htpasswd = ($this->factory)($this->container->reveal());
5959
}

0 commit comments

Comments
 (0)