Skip to content

Commit bf06f0c

Browse files
Merge pull request ecamp#6410 from ecamp/renovate/friendsofphp-php-cs-fixer-3.x
chore(deps): update dependency friendsofphp/php-cs-fixer to v3.65.0
2 parents 2b21641 + 5d8502e commit bf06f0c

File tree

6 files changed

+26
-23
lines changed

6 files changed

+26
-23
lines changed

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"require-dev": {
5454
"brianium/paratest": "v7.6.0",
55-
"friendsofphp/php-cs-fixer": "3.64.0",
55+
"friendsofphp/php-cs-fixer": "3.65.0",
5656
"hautelook/alice-bundle": "2.13.0",
5757
"justinrainbow/json-schema": "6.0.0",
5858
"php-coveralls/php-coveralls": "2.7.0",

api/composer.lock

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

api/src/HttpCache/TagCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(private ResponseTagger $responseTagger) {}
2222
/**
2323
* Collect cache tags for cache invalidation.
2424
*
25-
* @param array<string, mixed>&array{iri?: string, data?: mixed, object?: mixed, property_metadata?: \ApiPlatform\Metadata\ApiProperty, api_attribute?: string, resources?: array<string, string>, request_uri?: string, root_operation?: Operation} $context
25+
* @param array<string, mixed>&array{iri?: string, data?: mixed, object?: mixed, property_metadata?: ApiProperty, api_attribute?: string, resources?: array<string, string>, request_uri?: string, root_operation?: Operation} $context
2626
*/
2727
public function collect(array $context = []): void {
2828
$iri = $context['iri'] ?? null;

api/tests/Types/Doctrine/BaseDateTypeTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* copied 1:1 from https://github.com/doctrine/dbal/blob/3.2.x/tests/Types/BaseDateTypeTestCase.php.
45
*/

api/tests/Types/Doctrine/UTCDateTimeTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* mostly copied 1:1 from https://github.com/doctrine/dbal/blob/3.2.x/tests/Types/DateTimeTest.php.
45
*/

api/tests/Types/Doctrine/UTCDateTypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* mostly copied from https://github.com/doctrine/dbal/blob/3.2.x/tests/Types/DateTest.php.
45
*/

0 commit comments

Comments
 (0)