diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index 4bef5ca..c69072c 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -28,7 +28,6 @@ class Storage { case 's3': return (new S3Storage($storage_name, $config)); } - } return (null);