Skip to content
Extraits de code Groupes Projets
Valider 3c918c5c rédigé par marcimat's avatar marcimat
Parcourir les fichiers

du phpdoc ajusté

parent c13d2e4f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -494,12 +494,10 @@ function date_relativecourt($date, $decalage_maxi = 0) {
* Une écriture de date
* @param string $vue
* Type de format souhaité ou expression pour `strtotime()` tel que `Y-m-d h:i:s`
* @param array $options {
* @type string $param
* 'abbr' ou 'initiale' permet d'afficher les jours au format court ou initiale
* @type int $annee_courante
* Permet de definir l'annee de reference pour l'affichage des dates courtes
* }
* @param array $options {param: string, annee_courante: int}
* - param: 'abbr' ou 'initiale' permet d'afficher les jours au format court ou initiale
* - annee_courante: Permet de definir l'annee de reference pour l'affichage des dates courtes
*
* @return mixed|string
*/
function affdate_base($numdate, $vue, $options = []) {
......
......@@ -22,9 +22,9 @@ if (!defined('_ECRIRE_INC_VERSION')) {
/**
* Envoyer un fichier dont on fourni le chemin, le mime type, en attachment ou non, avec un expire
*
* @use spip_livrer_fichier_entetes()
* @use spip_livrer_fichier_entier()
* @use spip_livrer_fichier_partie()
* @uses spip_livrer_fichier_entetes()
* @uses spip_livrer_fichier_entier()
* @uses spip_livrer_fichier_partie()
*
* @param string $fichier
* @param string $content_type
......
......@@ -520,7 +520,7 @@ function svg_ajouter_voile($img, $background_color, $opacity) {
/**
* Ajouter un background au SVG : un rect pleine taille avec la bonne couleur
* @param $img
* @array $attributs
* @param array $attributs
* @return bool|string
*/
function svg_transformer($img, $attributs) {
......@@ -610,7 +610,7 @@ function svg_filter_sepia($img, $intensity) {
/**
* Ajouter un background au SVG : un rect pleine taille avec la bonne couleur
* @param $img
* @array string $HorV
* @param array string $HorV
* @return bool|string
*/
function svg_flip($img, $HorV) {
......
......@@ -784,7 +784,7 @@ function calculer_balise_expose($p, $on, $off) {
*
* @balise
* @link http://www.spip.net/@introduction
* @use generer_objet_introduction
* @uses generer_objet_introduction()
*
* @param Champ $p
* Pile au niveau de la balise
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter