Apply coding standards.

This commit is contained in:
David Molineus
2017-10-05 16:14:46 +02:00
parent 84294686a5
commit 20b9144b89
18 changed files with 654 additions and 709 deletions

View File

@@ -55,7 +55,7 @@ class LayerCallbacks extends Callbacks
/**
* Tile providers configuration.
*
*
* @var array
*/
private $tileProviders;
@@ -134,7 +134,6 @@ class LayerCallbacks extends Callbacks
{
if (!empty($this->layers[$row['type']]['icon'])) {
$src = $this->layers[$row['type']]['icon'];
} else {
$src = 'iconPLAIN.gif';
}
@@ -230,7 +229,6 @@ class LayerCallbacks extends Callbacks
$this->translator->translate('pasteinto.1', $table, [$row['id']])
)
);
} elseif ($row['id'] > 0) {
$buffer .= \Image::getHtml('pasteinto_.gif');
}