forked from Snck3rs/contao-leaflet-maps
Code style fixes.
This commit is contained in:
@@ -47,7 +47,10 @@ class DataController
|
||||
* @var array
|
||||
*/
|
||||
private $filters;
|
||||
|
||||
/**
|
||||
* Display errors.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
private $displayErrors;
|
||||
|
||||
@@ -210,6 +210,7 @@ class MapProvider
|
||||
* @throws \RuntimeException IF the input data does not match.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExitExpression)
|
||||
* @SuppressWarnings(PHPMD.Superglobals)
|
||||
*/
|
||||
public function handleAjaxRequest($identifier, $exit = true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user