- Updated README to include supervisor configuration.

- Change logfile date format to `%Y-%m-%d %T`.
- Added return types to more functions.
This commit is contained in:
Daniel Mason 2018-07-16 09:59:58 +12:00
parent f69330d637
commit 4e87677517
10 changed files with 65 additions and 29 deletions

View file

@ -252,12 +252,12 @@ class Resque_Redis
}
}
public static function getPrefix()
public static function getPrefix(): string
{
return self::$defaultNamespace;
}
public static function removePrefix($string)
public static function removePrefix($string): string
{
$prefix = self::getPrefix();