lib/Weathermap/Core/Target.php
Method readData
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function readData(&$map, &$mapItem)
{
MapUtility::debug("ReadData for $mapItem ($this->pluginName $this->pluginRunnable)\n");
if (!$this->pluginRunnable) {
MapUtility::debug("Plugin %s isn't runnable\n", $this->pluginName);