forked from Wavyzz/dolibarr
Qual: Fix PhanTypeMismatchProperty and some other phan notices (#30542)
* Qual: Fix PhanTypeMismatchProperty and some other phan notices * Qual: Phan fixes for BOM * Phan - fix fields * fixup! Qual: Phan fixes for BOM * Fix phpstan double array keys for syslog * Fix $fields phpdoc * Fix phan typing issues with intermediate var and ?? * Fix phan typing issue with ?? operator * Ignore htdocs/install/install.forced.php for git * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Update baseline * Qual: Phan fixes for BOM * fixup! Qual: Phan fixes for BOM * Fix phpstan double array keys for syslog * Qual: Revert to original code, ignore notice When changing the method to avoid one notice type, another one appears. So simply ignoring this error. * Ignore PhanTypeSuspiciousNonTraversableForeach to allow integration * Fix typing hints (phpstan) --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -962,7 +962,7 @@ class DoliDBSqlite3 extends DoliDB
|
||||
* Create a table into database
|
||||
*
|
||||
* @param string $table Nom de la table
|
||||
* @param array<string,array{type:string,label:string,enabled:int<0,2>|string,position:int,notnull?:int,visible:int,noteditable?:int,default?:string,index?:int,foreignkey?:string,searchall?:int,isameasure?:int,css?:string,csslist?:string,help?:string,showoncombobox?:int,disabled?:int,arrayofkeyval?:array<int,string>,comment?:string}> $fields Tableau associatif [nom champ][tableau des descriptions]
|
||||
* @param array<string,array{type:string,label:string,enabled:int<0,2>|string,position:int,notnull?:int,visible:int<-2,1>,noteditable?:int<0,1>,default?:string,index?:int,foreignkey?:string,searchall?:int<0,1>,isameasure?:int<0,1>,css?:string,csslist?:string,help?:string,showoncombobox?:int<0,2>,disabled?:int<0,1>,arrayofkeyval?:array<int,string>,comment?:string,validate?:int<0,1>}> $fields Tableau associatif [nom champ][tableau des descriptions]
|
||||
* @param string $primary_key Nom du champ qui sera la clef primaire
|
||||
* @param string $type Type de la table
|
||||
* @param array $unique_keys Tableau associatifs Nom de champs qui seront clef unique => valeur
|
||||
|
||||
Reference in New Issue
Block a user