* 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