Completed
Pull Request — master (#39)
by
unknown
09:06
created
ecrire/action/editer_liens.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
  *
208 208
  * @api
209 209
  * @param array $objets_source
210
- * @param array|string $objets_lies
210
+ * @param string $objets_lies
211 211
  * @return int
212 212
  */
213 213
 function objet_optimiser_liens($objets_source, $objets_lies) {
@@ -502,7 +502,7 @@  discard block
 block discarded – undo
502 502
 /**
503 503
  * Une table de lien est-elle triable ?
504 504
  * elle doit disposer d'un champ rang_lien pour cela
505
- * @param $table_lien
505
+ * @param string $table_lien
506 506
  * @return mixed
507 507
  */
508 508
 function lien_triables($table_lien) {
Please login to merge, or discard this patch.
ecrire/base/abstract_sql.php 1 patch
Doc Comments   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -286,19 +286,19 @@  discard block
 block discarded – undo
286 286
  * @api
287 287
  * @uses sql_select()
288 288
  *
289
- * @param array|string $select
289
+ * @param string $select
290 290
  *    Liste des champs a recuperer (Select)
291
- * @param array|string $from
291
+ * @param string $from
292 292
  *    Tables a consulter (From)
293
- * @param array|string $where
293
+ * @param string $where
294 294
  *    Conditions a remplir (Where)
295
- * @param array|string $groupby
295
+ * @param string $groupby
296 296
  *    Critere de regroupement (Group by)
297
- * @param array|string $orderby
297
+ * @param string $orderby
298 298
  *    Tableau de classement (Order By)
299 299
  * @param string $limit
300 300
  *    Critere de limite (Limit)
301
- * @param array $having
301
+ * @param string $having
302 302
  *    Tableau des des post-conditions a remplir (Having)
303 303
  * @param string $serveur
304 304
  *    Le serveur sollicite (pour retrouver la connexion)
@@ -343,9 +343,9 @@  discard block
 block discarded – undo
343 343
  *    Tables a consulter (From)
344 344
  * @param array|string $where
345 345
  *    Conditions a remplir (Where)
346
- * @param array|string $groupby
346
+ * @param string $groupby
347 347
  *    Critere de regroupement (Group by)
348
- * @param array $having
348
+ * @param string $having
349 349
  *    Tableau des des post-conditions a remplir (Having)
350 350
  * @param string $serveur
351 351
  *    Le serveur sollicite (pour retrouver la connexion)
@@ -818,7 +818,7 @@  discard block
 block discarded – undo
818 818
  *     Couples (colonne => valeur)
819 819
  * @param string|array $where
820 820
  *     Conditions a remplir (Where)
821
- * @param array $desc
821
+ * @param string $desc
822 822
  *     Tableau de description des colonnes de la table SQL utilisée
823 823
  *     (il sera calculé si nécessaire s'il n'est pas transmis).
824 824
  * @param string $serveur
@@ -1632,17 +1632,17 @@  discard block
 block discarded – undo
1632 1632
  *
1633 1633
  * @param array|string $select
1634 1634
  *    Liste des champs a recuperer (Select)
1635
- * @param array|string $from
1635
+ * @param string $from
1636 1636
  *    Tables a consulter (From)
1637 1637
  * @param array|string $where
1638 1638
  *    Conditions a remplir (Where)
1639
- * @param array|string $groupby
1639
+ * @param string $groupby
1640 1640
  *    Critere de regroupement (Group by)
1641
- * @param array|string $orderby
1641
+ * @param string $orderby
1642 1642
  *    Tableau de classement (Order By)
1643 1643
  * @param string $limit
1644 1644
  *    Critere de limite (Limit)
1645
- * @param array $having
1645
+ * @param string $having
1646 1646
  *    Tableau des des post-conditions a remplir (Having)
1647 1647
  * @param string $serveur
1648 1648
  *    Le serveur sollicite (pour retrouver la connexion)
@@ -1700,7 +1700,7 @@  discard block
 block discarded – undo
1700 1700
  * @api
1701 1701
  * @uses sql_fetsel()
1702 1702
  *
1703
- * @param array|string $select
1703
+ * @param string $select
1704 1704
  *     Liste des champs à récupérer (Select)
1705 1705
  * @param array|string $from
1706 1706
  *     Tables à consulter (From)
@@ -2051,16 +2051,16 @@  discard block
 block discarded – undo
2051 2051
  * @api
2052 2052
  * @param string $in
2053 2053
  *     Colonne SQL sur laquelle appliquer le test
2054
- * @param array|string $select
2054
+ * @param string $select
2055 2055
  *     Liste des champs à récupérer (Select).
2056 2056
  *     La donnée extraite est le premier élément de la sélection.
2057
- * @param array|string $from
2057
+ * @param string $from
2058 2058
  *     Tables a consulter (From)
2059
- * @param array|string $where
2059
+ * @param string $where
2060 2060
  *     Conditions a remplir (Where)
2061
- * @param array|string $groupby
2061
+ * @param string $groupby
2062 2062
  *     Critere de regroupement (Group by)
2063
- * @param array|string $orderby
2063
+ * @param string $orderby
2064 2064
  *     Tableau de classement (Order By)
2065 2065
  * @param string $limit
2066 2066
  *     Critere de limite (Limit)
@@ -2159,7 +2159,7 @@  discard block
 block discarded – undo
2159 2159
  *    Nom du connecteur
2160 2160
  * @param bool $option
2161 2161
  *     Inutilisé
2162
- * @return bool
2162
+ * @return integer
2163 2163
  *     True si le champ est de type entier
2164 2164
  */
2165 2165
 function sql_test_int($type, $serveur = '', $option = true) {
@@ -2178,7 +2178,7 @@  discard block
 block discarded – undo
2178 2178
  *    Nom du connecteur
2179 2179
  * @param bool $option
2180 2180
  *     Inutilisé
2181
- * @return bool
2181
+ * @return integer
2182 2182
  *     True si le champ est de type entier
2183 2183
  */
2184 2184
 function sql_test_date($type, $serveur = '', $option = true) {
Please login to merge, or discard this patch.
ecrire/inc/filtres_ecrire.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -592,7 +592,7 @@
 block discarded – undo
592 592
  * [(#ENV{objet_source}|rang_lien{#ID_AUTEUR,#ENV{objet},#ENV{id_objet},#ENV{_objet_lien}})]
593 593
  *
594 594
  * @param $objet_source
595
- * @param $ids
595
+ * @param integer $ids
596 596
  * @param $objet_lie
597 597
  * @param $idl
598 598
  * @param $objet_lien
Please login to merge, or discard this patch.