💡 type hint must be direcetly in front of hinted variable

This commit is contained in:
Michael Große 2018-06-04 15:29:49 +02:00
commit eab9fb6fa7
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -344,8 +344,8 @@ include('tpl/favicon_tiles.php');
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* open street maps if geo data is available */
/** @var helper_plugin_spatialhelper_index $spatial */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/** @var \helper_plugin_spatialhelper_index $spatial */
$spatial = plugin_load('helper', 'spatialhelper_index');
if ($spatial && plugin_load('helper', 'geophp')) {
global $IMG;