dolibarr/htdocs/modulebuilder/class
MDW 8e01162c73
Fix CI: fix current PHPStan notices and new notices in Phan cti. (#38447)
* Fix: Correct manifest.json.php for logo handling

# FIX: Update manifest.json.php for logo handling

All the alternative logo settings were applied only when MAIN_INFO_SOCIETE_LOGO_SQUARRED is true,
also implying a duplicate test.
It seems more likely that only one of the options is needed.
So changed it to a simple else clause (no extra condition)

* Qual: Ignore PHPStan notice

* Fix: PHPStan notice

When `!empty($valuetoshow)` already tests `(string) $valuetoshow != '0'`.

* Qual: Fix Phan notices in modulebuilder updates

# Qual: Fix Phan notices in modulebuilder updates

Fix PhanCompatibleTypedProperty, PhanPluginRedundantReturnComment notices
2026-05-26 19:21:29 +02:00
..
NamingContract.class.php
NamingContractValidator.class.php