Skip to content

Commit 6a4d60b

Browse files
m1guelpfStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 0f052c8 commit 6a4d60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OrgManagerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function you_can_get_client()
3939
/** @test */
4040
public function you_can_set_client()
4141
{
42-
$newClient = new Client(['base_uri' => 'http://foo.bar',]);
42+
$newClient = new Client(['base_uri' => 'http://foo.bar']);
4343
$this->assertInstanceOf(Client::class, $newClient);
4444
$this->assertNotEquals($this->orgmanager->getClient(), $newClient);
4545
$this->orgmanager->setClient($newClient);

0 commit comments

Comments
 (0)