The expression return array('/^.*\/erro...'/^.*\/health-check$/') returns the type array<integer,string> which is incompatible with the documented return type Pyz\Yves\SessionRedis\list.
Loading history...
28
'/^.*\/error-page\/*.*$/',
29
'/^.*\/health-check$/',
30
];
31
}
32
33
/**
34
* Specification:
35
* - Returns user agent strings used to identify bot traffic.
36
* - Bot traffic is excluded from Redis session locking for better performance.
37
*
38
* @api
39
*
40
* @return list<string>
41
*/
42
public function getSessionRedisLockingExcludedBotUserAgents(): array
The expression return array('Googlebot'...ider', 'robot', 'bot/') returns the type array<integer,string> which is incompatible with the documented return type Pyz\Yves\SessionRedis\list.