mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix doc blocks
This commit is contained in:
12
lib/classes/cache/databox.php
vendored
12
lib/classes/cache/databox.php
vendored
@@ -22,8 +22,9 @@ class cache_databox
|
||||
protected static $refreshing = false;
|
||||
|
||||
/**
|
||||
* @param Application $app
|
||||
* @param int $sbas_id
|
||||
*
|
||||
* @param int $sbas_id
|
||||
* @return cache_databox
|
||||
*/
|
||||
public static function refresh(Application $app, $sbas_id)
|
||||
@@ -142,11 +143,10 @@ class cache_databox
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param int $sbas_id
|
||||
* @param string $type
|
||||
* @param mixed content $value
|
||||
* @return Void
|
||||
* @param Application $app
|
||||
* @param int $sbas_id
|
||||
* @param string $type
|
||||
* @param mixed content $value
|
||||
*/
|
||||
public static function update(Application $app, $sbas_id, $type, $value = '')
|
||||
{
|
||||
|
Reference in New Issue
Block a user