Code style fixes.

This commit is contained in:
David Molineus
2016-10-06 08:26:57 +02:00
parent 4068f62df1
commit 4e4380270b
2 changed files with 4 additions and 0 deletions

View File

@@ -47,7 +47,10 @@ class DataController
* @var array
*/
private $filters;
/**
* Display errors.
*
* @var bool
*/
private $displayErrors;

View File

@@ -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)
{