Skip to content

Update Redis::__construct options array shape#5952

Open
maryo wants to merge 3 commits into
phpstan:2.2.xfrom
maryo:patch-2
Open

Update Redis::__construct options array shape#5952
maryo wants to merge 3 commits into
phpstan:2.2.xfrom
maryo:patch-2

Conversation

@maryo

@maryo maryo commented Jun 29, 2026

Copy link
Copy Markdown
Contributor
property change
retryInterval added (int)
readTimeout added (float)
persistent added (bool|string)
database added (int)
maxRetries added (int)
auth added |string variant

maryo added 3 commits June 29, 2026 20:41
┌───────────────┬───────────────────────┐
│   property    │        change         │
├───────────────┼───────────────────────┤
│ retryInterval │ added (int)           │
├───────────────┼───────────────────────┤
│ readTimeout   │ added (float)         │
├───────────────┼───────────────────────┤
│ persistent    │ added (bool|string)   │
├───────────────┼───────────────────────┤
│ database      │ added (int)           │
├───────────────┼───────────────────────┤
│ auth          │ added |string variant │
└───────────────┴───────────────────────┘
@maryo maryo changed the title Update Redis::__construct options parameter type Update Redis::__construct options array shape Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant