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

Commit 5a64706

Browse files
committed
#8 small formatting improvement
1 parent 829040f commit 5a64706

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/BasicAccessTest.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ public function provideValidAuthentication(): array
179179
'aladdin-with-nonzero-array-index' => [
180180
'Aladdin',
181181
'OpenSesame',
182-
[
183-
-200 => 'Basic ' . base64_encode('Aladdin:OpenSesame')
184-
]
182+
[-200 => 'Basic ' . base64_encode('Aladdin:OpenSesame')]
185183
],
186184
'passwords-with-colon' => ['Aladdin', 'Open:Sesame', ['Basic ' . base64_encode('Aladdin:Open:Sesame')]],
187185
'username-without-password' => ['Aladdin', '', ['Basic ' . base64_encode('Aladdin:')]],

0 commit comments

Comments
 (0)