Skip to content

Commit e0762b7

Browse files
authored
Bump php-cs-fixer to version 3.87.x (#1942)
1 parent 8cf9d4b commit e0762b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- Apply no CodingStandard from latest php-cs-fixer.
8+
59
## 1.15.0
610

711
### Added

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function getConfigTreeBuilder(): TreeBuilder
6565
}
6666

6767
/**
68-
* @param null|array<string, array{type?: string, ...}> $clients
68+
* @param array<string, array{type?: string, ...}>|null $clients
6969
*
7070
* @return array<string, array{type?: string, ...}>
7171
*/

0 commit comments

Comments
 (0)