forked from Snck3rs/contao-leaflet-maps
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