php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent 5989c28f29
commit b1298626d8
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
use Modules\QA\Controller\BackendController;
use Modules\QA\Models\PermissionState;

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Orange Management
*

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Orange Management
*

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
$questions = $this->getData('questions');
echo $this->getData('nav')->render(); ?>

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
$question = $this->getData('question');
$answers = $question->getAnswers();

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Orange Management
*

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Orange Management
*