mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Enable the phpdocmissing return
This commit is contained in:
parent
971308ea08
commit
a1aeb580a9
|
|
@ -405,7 +405,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
|
|||
*/
|
||||
public static function getWidgetsList($forcedirwidget = null)
|
||||
{
|
||||
global $conf, $langs, $db;
|
||||
global $langs, $db;
|
||||
|
||||
$files = array();
|
||||
$fullpath = array();
|
||||
|
|
@ -521,6 +521,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
|
|||
}
|
||||
$j++;
|
||||
}
|
||||
|
||||
return $widget;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ parameters:
|
|||
checkThisOnly: true
|
||||
checkUnionTypes: false
|
||||
checkExplicitMixedMissingReturn: false
|
||||
checkPhpDocMissingReturn: false
|
||||
reportMaybes: false
|
||||
reportMaybesInMethodSignatures: false
|
||||
reportStaticMethodSignatures: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user