mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 19:41:26 +01:00
Fix phpstan
This commit is contained in:
@@ -5113,7 +5113,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = 0, $srco
|
||||
'grip_title', 'grip', 'listlight', 'note', 'on', 'off', 'playdisabled', 'printer', 'resize', 'sign-out', 'stats', 'switch_on', 'switch_on_red', 'switch_off',
|
||||
'uparrow', '1uparrow', '1downarrow', '1leftarrow', '1rightarrow', '1uparrow_selected', '1downarrow_selected', '1leftarrow_selected', '1rightarrow_selected'
|
||||
);
|
||||
if (!isset($arrayconvpictotomarginleftonly[$pictowithouttext])) {
|
||||
if (!array_key_exists($pictowithouttext, $arrayconvpictotomarginleftonly)) {
|
||||
$marginleftonlyshort = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user