mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
fix typo
This commit is contained in:
@@ -26,7 +26,7 @@ class MemcacheCache extends DoctrineMemcache implements Cache
|
|||||||
*/
|
*/
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
return 'memecache';
|
return 'memcache';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -98,7 +98,7 @@ class API_V1_adapter extends API_V1_Abstract
|
|||||||
/**
|
/**
|
||||||
* Get a list of phraseanet tasks
|
* Get a list of phraseanet tasks
|
||||||
*
|
*
|
||||||
* @param \Silex\Application $app The API silex application
|
* @param \Silex\Application $app The API silex application
|
||||||
* @return \API_V1_result
|
* @return \API_V1_result
|
||||||
*/
|
*/
|
||||||
public function get_task_list(Application $app)
|
public function get_task_list(Application $app)
|
||||||
|
Reference in New Issue
Block a user