Enhance qodana rules
This commit is contained in:
parent
547dee7b41
commit
5997b916d8
@ -8422,7 +8422,7 @@ function setEventMessage($mesgs, $style = 'mesgs')
|
|||||||
* Note: Calling dol_htmloutput_events is done into pages by standard llxFooter() function.
|
* Note: Calling dol_htmloutput_events is done into pages by standard llxFooter() function.
|
||||||
*
|
*
|
||||||
* @param string $mesg Message string
|
* @param string $mesg Message string
|
||||||
* @param array $mesgs Message array
|
* @param array|null $mesgs Message array
|
||||||
* @param string $style Which style to use ('mesgs' by default, 'warnings', 'errors')
|
* @param string $style Which style to use ('mesgs' by default, 'warnings', 'errors')
|
||||||
* @param string $messagekey A key to be used to allow the feature "Never show this message again"
|
* @param string $messagekey A key to be used to allow the feature "Never show this message again"
|
||||||
* @return void
|
* @return void
|
||||||
|
|||||||
@ -15,4 +15,10 @@ exclude:
|
|||||||
- htdocs/custom
|
- htdocs/custom
|
||||||
- htdocs/includes
|
- htdocs/includes
|
||||||
- htdocs/install/doctemplates
|
- htdocs/install/doctemplates
|
||||||
|
- name: PhpIssetCanBeReplacedWithCoalesceInspection
|
||||||
|
- name: PhpRedundantOptionalArgumentInspection
|
||||||
|
- name: PhpLanguageLevelInspection
|
||||||
|
- name: PhpIncludeInspection
|
||||||
|
- name: HtmlWrongAttributeValue
|
||||||
|
- name: PhpUndefinedClassConstantInspection
|
||||||
|
- name: RegExpRedundantEscape
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user