mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
v3.4.0 - Update packages
This commit is contained in:
parent
2c995bd613
commit
81fe761577
5 changed files with 43 additions and 40 deletions
|
@ -27,7 +27,7 @@ class Log extends \Psr\Log\AbstractLogger
|
|||
* @param array $context Variables to replace { placeholder }
|
||||
* @return null
|
||||
*/
|
||||
public function log($level, $message, array $context = [])
|
||||
public function log($level, \Stringable|string $message, array $context = []): void
|
||||
{
|
||||
$logLevels = [
|
||||
'emergency',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue