mirror of
https://github.com/friendica/friendica
synced 2025-04-23 19:10:13 +00:00
Deleting parameter-types of methods (lack of support in PHP 5.6)
This commit is contained in:
parent
4b7be15560
commit
ad5ee75159
6 changed files with 13 additions and 13 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) {
|
||||
public static function create($driver) {
|
||||
|
||||
switch ($driver) {
|
||||
case 'memcache':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue