Apply fixes from StyleCI (#1)

This commit is contained in:
Matthew Goslett 2017-07-27 14:16:42 +02:00 committed by GitHub
parent 6ad41471c0
commit b6f4589e48
7 changed files with 22 additions and 7 deletions

View file

@ -15,6 +15,7 @@ class StorageAdapterFactory
*
* @param string $driver
* @param array $config
*
* @return Adapter
*/
public function make($driver, array $config = [])
@ -35,6 +36,7 @@ class StorageAdapterFactory
* Factory a redis storage adapter.
*
* @param array $config
*
* @return Redis
*/
protected function makeRedisAdapter(array $config)