mirror of
https://github.com/friendica/friendica
synced 2025-04-24 10:30:11 +00:00
Deleting return-types of methods
This commit is contained in:
parent
3f7e4f5bb6
commit
4b7be15560
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ class CacheDriverFactory
|
|||
* @return ICacheDriver The instance of the CacheDriver
|
||||
* @throws \Exception The exception if something went wrong during the CacheDriver creation
|
||||
*/
|
||||
public static function create(string $driver) : ICacheDriver {
|
||||
public static function create(string $driver) {
|
||||
|
||||
switch ($driver) {
|
||||
case 'memcache':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue