Deleting return-types of methods

This commit is contained in:
Philipp Holzer 2018-06-28 23:02:00 +02:00
parent 3f7e4f5bb6
commit 4b7be15560
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
3 changed files with 3 additions and 3 deletions

View 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':