mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix CS
This commit is contained in:
8
lib/classes/cache/databox.class.php
vendored
8
lib/classes/cache/databox.class.php
vendored
@@ -21,7 +21,7 @@ class cache_databox
|
||||
|
||||
/**
|
||||
*
|
||||
* @param int $sbas_id
|
||||
* @param int $sbas_id
|
||||
* @return cache_databox
|
||||
*/
|
||||
public static function refresh($sbas_id)
|
||||
@@ -145,9 +145,9 @@ class cache_databox
|
||||
|
||||
/**
|
||||
*
|
||||
* @param int $sbas_id
|
||||
* @param string $type
|
||||
* @param mixed content $value
|
||||
* @param int $sbas_id
|
||||
* @param string $type
|
||||
* @param mixed content $value
|
||||
* @return Void
|
||||
*/
|
||||
public static function update($sbas_id, $type, $value = '')
|
||||
|
Reference in New Issue
Block a user