mirror of
https://github.com/netzmacht/contao-leaflet-maps.git
synced 2025-12-04 05:48:36 +01:00
Code style fixes.
This commit is contained in:
@@ -47,7 +47,10 @@ class DataController
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $filters;
|
private $filters;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Display errors.
|
||||||
|
*
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
private $displayErrors;
|
private $displayErrors;
|
||||||
|
|||||||
@@ -210,6 +210,7 @@ class MapProvider
|
|||||||
* @throws \RuntimeException IF the input data does not match.
|
* @throws \RuntimeException IF the input data does not match.
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.ExitExpression)
|
* @SuppressWarnings(PHPMD.ExitExpression)
|
||||||
|
* @SuppressWarnings(PHPMD.Superglobals)
|
||||||
*/
|
*/
|
||||||
public function handleAjaxRequest($identifier, $exit = true)
|
public function handleAjaxRequest($identifier, $exit = true)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user