Skip to content

Commit 7f65c9e

Browse files
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from v3.41.1 to v3.45.0 in /tools/php-cs-fixer (#451)
* tools(deps-dev): Update friendsofphp/php-cs-fixer requirement Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.41.1...v3.45.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * style: appply latest code style Signed-off-by: Jan Kowalleck <[email protected]> * docs Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent a539bfb commit 7f65c9e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
* Style
8+
* Applied latest PHP Coding Standards (via [#451])
9+
10+
[#451]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/451
11+
712
## 5.0.0 - 2023-12-03
813

914
* BREAKING changes

tests/Unit/MakeBom/BuilderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function testCreateSbomFromComposerOmittingPlugins(callable $setup, bool
114114
}
115115

116116
/**
117-
* @psalm-return \Generator<string, array{0:callable():string, 1:bool, 2:bool}>
117+
* @psalm-return Generator<string, array{0:callable():string, 1:bool, 2:bool}>
118118
*/
119119
public static function dpCreateSbomFromComposer(): Generator
120120
{
@@ -378,7 +378,7 @@ public function testCreateToolsFromComposerExcludeLibs(callable $setup, bool $lo
378378
}
379379

380380
/**
381-
* @psalm-return \Generator<string, array{0:callable():string, 1:bool, 2:bool}>
381+
* @psalm-return Generator<string, array{0:callable():string, 1:bool, 2:bool}>
382382
*/
383383
public static function dpCreateToolsFromComposer(): Generator
384384
{
@@ -403,7 +403,7 @@ private static function getTempDir(): string
403403
}
404404

405405
/**
406-
* @psalm-return \Generator<string, array{0:callable():string, 1:bool, 2:bool}>
406+
* @psalm-return Generator<string, array{0:callable():string, 1:bool, 2:bool}>
407407
*/
408408
private static function dpForSetup(string $setupTemplate, bool $createNoDev): Generator
409409
{

tools/php-cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "metapackage",
44
"description": "php-cs-fixer",
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "v3.41.1",
6+
"friendsofphp/php-cs-fixer": "v3.45.0",
77
"roave/security-advisories": "dev-latest"
88
},
99
"config": {

0 commit comments

Comments
 (0)