Qual: Enhance codesniffer setup

This commit is contained in:
Laurent Destailleur 2012-07-22 14:08:05 +02:00
parent c41c5bf797
commit 0d6baa4288
3 changed files with 16 additions and 11 deletions

View File

@ -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>

View File

@ -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">';