Skip to content

Commit 33b57e1

Browse files
authored
Merge pull request #15 from php-api-clients/dependabot/composer/friendsofphp/php-cs-fixer-2.14.0
Bump friendsofphp/php-cs-fixer from 2.13.1 to 2.14.0
2 parents 1e475e2 + 32aa23d commit 33b57e1

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

composer.lock

Lines changed: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/BasicAuthorizationHeaderMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
use ApiClients\Middleware\BasicAuthorization\BasicAuthorizationHeaderMiddleware;
66
use ApiClients\Middleware\BasicAuthorization\Options;
77
use ApiClients\Tools\TestUtilities\TestCase;
8+
use function Clue\React\Block\await;
89
use React\EventLoop\Factory;
910
use RingCentral\Psr7\Request;
10-
use function Clue\React\Block\await;
1111

1212
/**
1313
* @internal

0 commit comments

Comments
 (0)