Skip to content

Commit 2398f4f

Browse files
chore: Bump rector/rector from 2.1.2 to 2.1.4 (#38)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de82992 commit 2398f4f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require-dev": {
3131
"phpstan/phpstan": "2.1.22",
3232
"phpunit/phpunit": "11.5.21",
33-
"rector/rector": "2.1.2",
33+
"rector/rector": "2.1.4",
3434
"symfony/http-client": "7.3.2",
3535
"symplify/easy-coding-standard": "12.5.23",
3636
"testcontainers/testcontainers": "1.0.3"

composer.lock

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

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function writeEvents(array $events, array $preconditions = []): array
118118
}
119119

120120
$writtenEvents = array_map(
121-
static fn ($item): CloudEvent => new CloudEvent(
121+
static fn (array $item): CloudEvent => new CloudEvent(
122122
$item['specversion'],
123123
$item['id'],
124124
new DateTimeImmutable($item['time']),

0 commit comments

Comments
 (0)