Skip to content

Commit cb3a77c

Browse files
committed
chore: apply cs-fixer fixes
1 parent 658655d commit cb3a77c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/promise.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
use Sabre\Event\Loop;
77
use Sabre\Event\Promise;
8+
89
use function Sabre\Event\coroutine;
910

1011
require __DIR__.'/../vendor/autoload.php';

lib/coroutine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*
4444
* @psalm-template TReturn
4545
*
46-
* @psalm-param callable():\Generator<mixed, mixed, mixed, TReturn> $gen
46+
* @psalm-param callable():Generator<mixed, mixed, mixed, TReturn> $gen
4747
*
4848
* @psalm-return Promise<TReturn>
4949
*

0 commit comments

Comments
 (0)