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 * @var array
*/ */
private $filters; private $filters;
/** /**
* Display errors.
*
* @var bool * @var bool
*/ */
private $displayErrors; private $displayErrors;

View File

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