Qual: Enhance codesniffer setup
This commit is contained in:
parent
c41c5bf797
commit
0d6baa4288
@ -75,8 +75,13 @@
|
|||||||
<rule ref="Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma">
|
<rule ref="Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma">
|
||||||
<severity>0</severity>
|
<severity>0</severity>
|
||||||
</rule>
|
</rule>
|
||||||
<rule
|
<rule ref="Generic.Functions.FunctionCallArgumentSpacing.NoSpaceBeforeEquals">
|
||||||
ref="Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma">
|
<severity>0</severity>
|
||||||
|
</rule>
|
||||||
|
<rule ref="Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterEquals">
|
||||||
|
<severity>0</severity>
|
||||||
|
</rule>
|
||||||
|
<rule ref="Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma">
|
||||||
<severity>0</severity>
|
<severity>0</severity>
|
||||||
</rule>
|
</rule>
|
||||||
|
|
||||||
|
|||||||
@ -76,7 +76,7 @@ print_fiche_titre($text);
|
|||||||
// Show tabs
|
// Show tabs
|
||||||
$head=marges_prepare_head($user);
|
$head=marges_prepare_head($user);
|
||||||
$titre=$langs->trans("Margins");
|
$titre=$langs->trans("Margins");
|
||||||
$picto='marges@marges';
|
$picto='marges';
|
||||||
dol_fiche_head($head, 'productMargins', $titre, 0, $picto);
|
dol_fiche_head($head, 'productMargins', $titre, 0, $picto);
|
||||||
|
|
||||||
print '<form method="post" name="sel">';
|
print '<form method="post" name="sel">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user