mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix phpstan
This commit is contained in:
parent
0325ee6d6d
commit
9eea4d68e2
|
|
@ -1722,18 +1722,6 @@ parameters:
|
|||
count: 1
|
||||
path: ../../htdocs/admin/system/security.php
|
||||
|
||||
-
|
||||
message: '#^Variable \$arrayofstreamtodisable might not be defined\.$#'
|
||||
identifier: variable.undefined
|
||||
count: 1
|
||||
path: ../../htdocs/admin/system/security.php
|
||||
|
||||
-
|
||||
message: '#^Variable \$conffile might not be defined\.$#'
|
||||
identifier: variable.undefined
|
||||
count: 4
|
||||
path: ../../htdocs/admin/system/security.php
|
||||
|
||||
-
|
||||
message: '#^Variable \$dolibarr_main_document_root might not be defined\.$#'
|
||||
identifier: variable.undefined
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/events.class.php';
|
|||
* @var HookManager $hookmanager
|
||||
* @var Translate $langs
|
||||
* @var User $user
|
||||
*
|
||||
* @var string[] $arrayofstreamtodisable // $arrayofstreamtodisable is defined into filefunc.inc.php
|
||||
* @var string $conffile // $conffile is defined into filefunc.inc.php
|
||||
*/
|
||||
|
||||
// Load translation files required by the page
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user