diff --git a/htdocs/comm/remise.php b/htdocs/comm/remise.php index 49d5215bb98..f1c5f748e62 100644 --- a/htdocs/comm/remise.php +++ b/htdocs/comm/remise.php @@ -99,7 +99,7 @@ llxHeader(); /********************************************************************************* * - * Mode fiche + * Card mode * *********************************************************************************/ if ($socid > 0) { diff --git a/htdocs/commande/contact.php b/htdocs/commande/contact.php index c29aae6e44a..54590b0d211 100644 --- a/htdocs/commande/contact.php +++ b/htdocs/commande/contact.php @@ -117,7 +117,7 @@ $userstatic = new User($db); /* *************************************************************************** */ /* */ -/* Mode vue et edition */ +/* Card view and edit mode */ /* */ /* *************************************************************************** */ diff --git a/htdocs/contrat/contact.php b/htdocs/contrat/contact.php index 980fa5f29fb..df7331cb65a 100644 --- a/htdocs/contrat/contact.php +++ b/htdocs/contrat/contact.php @@ -132,7 +132,7 @@ $userstatic = new User($db); /* *************************************************************************** */ /* */ -/* Mode vue et edition */ +/* Card view and edit mode */ /* */ /* *************************************************************************** */ diff --git a/htdocs/expedition/contact.php b/htdocs/expedition/contact.php index 4396bbaebc1..2feadc2cc73 100644 --- a/htdocs/expedition/contact.php +++ b/htdocs/expedition/contact.php @@ -137,7 +137,7 @@ $userstatic = new User($db); /* *************************************************************************** */ /* */ -/* Mode vue et edition */ +/* Card view and edit mode */ /* */ /* *************************************************************************** */ diff --git a/htdocs/fourn/commande/contact.php b/htdocs/fourn/commande/contact.php index 457884e6c2b..e918d03420f 100644 --- a/htdocs/fourn/commande/contact.php +++ b/htdocs/fourn/commande/contact.php @@ -123,7 +123,7 @@ $userstatic = new User($db); /* *************************************************************************** */ /* */ -/* Mode vue et edition */ +/* Card view and edit mode */ /* */ /* *************************************************************************** */ diff --git a/htdocs/fourn/commande/note.php b/htdocs/fourn/commande/note.php index a7932205cbb..f64eb6fb6a3 100644 --- a/htdocs/fourn/commande/note.php +++ b/htdocs/fourn/commande/note.php @@ -86,7 +86,7 @@ $form = new Form($db); /* *************************************************************************** */ /* */ -/* Mode vue et edition */ +/* Card view and edit mode */ /* */ /* *************************************************************************** */ diff --git a/htdocs/fourn/facture/contact.php b/htdocs/fourn/facture/contact.php index 84081c0cb8f..ece8d3ed69f 100644 --- a/htdocs/fourn/facture/contact.php +++ b/htdocs/fourn/facture/contact.php @@ -123,7 +123,7 @@ $userstatic = new User($db); /* *************************************************************************** */ /* */ -/* Mode vue et edition */ +/* Card view and edit mode */ /* */ /* *************************************************************************** */ diff --git a/htdocs/projet/tasks/contact.php b/htdocs/projet/tasks/contact.php index 9df2562dab8..636a2c8a791 100644 --- a/htdocs/projet/tasks/contact.php +++ b/htdocs/projet/tasks/contact.php @@ -157,7 +157,7 @@ llxHeader('', $title, $help_url); /* *************************************************************************** */ /* */ -/* Mode vue et edition */ +/* Card view and edit mode */ /* */ /* *************************************************************************** */ diff --git a/htdocs/supplier_proposal/contact.php b/htdocs/supplier_proposal/contact.php index 4ff2e5ac4f9..fd853bf939e 100644 --- a/htdocs/supplier_proposal/contact.php +++ b/htdocs/supplier_proposal/contact.php @@ -122,7 +122,7 @@ $userstatic = new User($db); /* *************************************************************************** */ /* */ -/* Mode vue et edition */ +/* Card view and edit mode */ /* */ /* *************************************************************************** */ diff --git a/phpstan.neon b/phpstan.neon index 31d1517772e..a4ddc377751 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -11,8 +11,8 @@ parameters: fileExtensions: - php paths: - - htdocs - - scripts + - htdocs + - scripts excludePaths: analyseAndScan: - htdocs/custom/* @@ -52,10 +52,11 @@ parameters: - '#(\$force_dolibarr_lib|\$dolibarr_main_db).*in empty\(\) is never defined.#' - '#Sprain\\SwissQrBill\\#' - '#Constructor of class .* has an unused parameter #' + - '#Default value of the parameter#' internalErrorsCountLimit: 50 cache: - nodesByFileCountMax: 512 - nodesByStringCountMax: 512 + nodesByFileCountMax: 512 + nodesByStringCountMax: 512 reportUnmatchedIgnoredErrors: false universalObjectCratesClasses: - stdClass