]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache/CacheDriverFactory.php
Deleting return-types of methods
[friendica.git] / src / Core / Cache / CacheDriverFactory.php
index d15b8e9858c446394993b0fc91bdcfaf5fadc17f..e9ff4331d74d6e22e0c686d306058b937d561fe1 100644 (file)
@@ -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':