mirror of
https://github.com/predis/predis.git
synced 2026-09-13 11:57:02 +00:00
fixed param annotation (#1614)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
## Changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed
|
||||
- Fixed wrong `@param` annotation in `Parameters` (#1614)
|
||||
|
||||
## v3.3.0 (2025-11-24)
|
||||
### Added
|
||||
- Added cluster support for `XADD`, `XDEL` and `XRANGE` (#1587)
|
||||
|
||||
@@ -47,7 +47,7 @@ class Parameters implements ParametersInterface
|
||||
/**
|
||||
* Filters parameters removing entries with NULL or 0-length string values.
|
||||
*
|
||||
* @params array $parameters Array of parameters to be filtered
|
||||
* @param array $parameters Array of parameters to be filtered
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user