Skip to content

Commit 7385984

Browse files
ddevsrpaulbalandan
andcommitted
Update app/Config/Cache.php
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent 42c27b0 commit 7385984

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/Config/Cache.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ class Cache extends BaseConfig
113113
* the Redis or Predis drivers.
114114
*
115115
* @var array{
116-
* host?: string,
117-
* password?: string|null,
118-
* port?: int,
119-
* timeout?: int,
120-
* async?: bool,
121-
* persistent?: bool,
122-
* database?: int
116+
* host?: string,
117+
* password?: string|null,
118+
* port?: int,
119+
* timeout?: int,
120+
* async?: bool,
121+
* persistent?: bool,
122+
* database?: int
123123
* }
124124
*/
125125
public array $redis = [

0 commit comments

Comments
 (0)