paquettg / leaguewrap

League of Legend API wrapper
MIT License
67 stars 28 forks source link

Fixed parameter order of Cache->set #95

Closed mgrinspan closed 9 years ago

mgrinspan commented 9 years ago

The parameter order of Cache->set had $response before $key instead of vice-versa. CacheInterface.php had it in the "proper" order, following the parameter order of Memcached.