Fix phpstorm inspections

This commit is contained in:
Dennis Eichhorn 2017-11-19 23:20:11 +01:00
parent 5a95cd80cd
commit 3f1dc72c83
8 changed files with 8 additions and 8 deletions

View File

@ -12,4 +12,4 @@
* @link http://website.orange-management.de
*/
$category = $this->getData('category');
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();

View File

@ -11,4 +11,4 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();

View File

@ -12,4 +12,4 @@
* @link http://website.orange-management.de
*/
$cause = $this->getData('cause');
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();

View File

@ -12,4 +12,4 @@
* @link http://website.orange-management.de
*/
$process = $this->getData('process');
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();

View File

@ -12,4 +12,4 @@
* @link http://website.orange-management.de
*/
$project = $this->getData('project');
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();

View File

@ -11,4 +11,4 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();

View File

@ -11,4 +11,4 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();

View File

@ -12,4 +12,4 @@
* @link http://website.orange-management.de
*/
$solution = $this->getData('solution');
echo $this->getData('nav')->render(); ?>
echo $this->getData('nav')->render();