forked from Wavyzz/dolibarr
clean phpdoc for phpstan (#26905)
This commit is contained in:
@@ -1079,7 +1079,7 @@ class DoliDBSqlite3 extends DoliDB
|
||||
* @param string $field_name Name of field to add
|
||||
* @param string $field_desc Tableau associatif de description du champ a inserer[nom du parametre][valeur du parametre]
|
||||
* @param string $field_position Optionnel ex.: "after champtruc"
|
||||
* @return int <0 if KO, >0 if OK
|
||||
* @return int Return integer <0 if KO, >0 if OK
|
||||
*/
|
||||
public function DDLAddField($table, $field_name, $field_desc, $field_position = "")
|
||||
{
|
||||
@@ -1125,7 +1125,7 @@ class DoliDBSqlite3 extends DoliDB
|
||||
* @param string $table Name of table
|
||||
* @param string $field_name Name of field to modify
|
||||
* @param string $field_desc Array with description of field format
|
||||
* @return int <0 if KO, >0 if OK
|
||||
* @return int Return integer <0 if KO, >0 if OK
|
||||
*/
|
||||
public function DDLUpdateField($table, $field_name, $field_desc)
|
||||
{
|
||||
@@ -1149,7 +1149,7 @@ class DoliDBSqlite3 extends DoliDB
|
||||
*
|
||||
* @param string $table Name of table
|
||||
* @param string $field_name Name of field to drop
|
||||
* @return int <0 if KO, >0 if OK
|
||||
* @return int Return integer <0 if KO, >0 if OK
|
||||
*/
|
||||
public function DDLDropField($table, $field_name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user