Fix doc blocks

This commit is contained in:
Romain Neutron
2013-01-29 18:34:50 +01:00
parent 4414892b91
commit c184278b40
89 changed files with 589 additions and 429 deletions

View File

@@ -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 = '')
{