Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
47 | public static function onMakeGlobalVariablesScript( array &$vars, OutputPage $outputPage ) { |
||
48 | global $egMapsGlobalJSVars; |
||
49 | |||
50 | $vars['egMapsDebugJS'] = $GLOBALS['egMapsDebugJS']; |
||
51 | $vars[ 'egMapsAvailableServices' ] = $GLOBALS['egMapsAvailableServices']; |
||
52 | |||
53 | $vars += $egMapsGlobalJSVars; |
||
54 | |||
55 | return true; |
||
56 | } |
||
57 | |||
60 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.