Skip to content

Commit b701767

Browse files
authored
Merge pull request #59 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 fb3a310 + 079eb54 commit b701767

File tree

3 files changed

+69
-62
lines changed

3 files changed

+69
-62
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api-clients/cs-fixer-config": "^1.1.1",
1414
"clue/block-react": "^1.3",
1515
"composer/composer": "^1.8",
16-
"friendsofphp/php-cs-fixer": "^2.13",
16+
"friendsofphp/php-cs-fixer": "^2.14",
1717
"infection/infection": "^0.11.4",
1818
"jakub-onderka/php-console-highlighter": "^0.4",
1919
"jakub-onderka/php-parallel-lint": "^1.0.0",

composer.lock

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

src/TestCase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
namespace ApiClients\Tools\TestUtilities;
44

5+
use function Clue\React\Block\await;
6+
use function Clue\React\Block\awaitAll;
7+
use function Clue\React\Block\awaitAny;
58
use FilesystemIterator;
69
use PHPUnit\Framework\TestCase as PHPUnitTestCase;
710
use React\EventLoop\Factory;
811
use React\EventLoop\LoopInterface;
912
use React\Promise\PromiseInterface;
1013
use RecursiveDirectoryIterator;
1114
use RecursiveIteratorIterator;
12-
use function Clue\React\Block\await;
13-
use function Clue\React\Block\awaitAll;
14-
use function Clue\React\Block\awaitAny;
1515

1616
abstract class TestCase extends PHPUnitTestCase
1717
{

0 commit comments

Comments
 (0)