Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2cef72

Browse files
authoredOct 19, 2022
Merge pull request #56 from MacFJA/update-tools
Update PHP-CS-Fixer version
2 parents ec9dec1 + a925356 commit b2cef72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+65
-63
lines changed
 

‎CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased v2.x]
88

9+
### Changed
10+
11+
- (dev) Update PHP-CS-Fixer to version `3.12.0`
12+
913
## [2.2.0]
1014

1115
### Added

‎src/Redis/Client/PhpiredisClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class PhpiredisClient extends AbstractClient
3939

4040
/**
4141
* @param resource $redis
42+
*
4243
* @psalm-assert function_exists('phpiredis_command_bs')
4344
* @psalm-assert function_exists('phpiredis_multi_command_bs')
4445
*/

0 commit comments

Comments
 (0)
Please sign in to comment.