Skip to content

Commit efae95f

Browse files
committed
Update code-style 💻
1 parent c91c5d6 commit efae95f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎tests/HideTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ public function testDisabled(): void
8080
$path = 'api/pages';
8181

8282
$uri = $path . '?' . http_build_query([
83-
'foo' => 'Foo',
84-
'token' => 123,
85-
'access_token' => 456,
86-
]);
83+
'foo' => 'Foo',
84+
'token' => 123,
85+
'access_token' => 456,
86+
]);
8787

8888
$this->assertDatabaseLogsCount(0);
8989

0 commit comments

Comments
 (0)