set strict types

This commit is contained in:
Daniel Seifert 2021-04-20 09:57:44 +02:00
parent 2c8ef877cc
commit cc9b595cca
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
15 changed files with 30 additions and 0 deletions

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Controller\Admin;
use D3\DataWizard\Application\Model\Configuration;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model;
class Configuration

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\Exceptions;
interface DataWizardException

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\Exceptions;
use Exception;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\Exceptions;
use Exception;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\Exceptions;
use OxidEsales\Eshop\Core\Exception\StandardException;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\Exceptions;
use D3\DataWizard\Application\Model\QueryBase;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model;
use D3\DataWizard\Application\Model\ExportRenderer\RendererBridge;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\ExportRenderer;
use D3\DataWizard\Application\Model\Exceptions\RenderException;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\ExportRenderer;
use MathieuViossat\Util\ArrayToTextTable;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\ExportRenderer;
use D3\DataWizard\Application\Model\Exceptions\NoSuitableRendererException;

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model\ExportRenderer;
interface RendererInterface

View File

@ -13,6 +13,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
namespace D3\DataWizard\Application\Model;
interface QueryBase

View File

@ -15,6 +15,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
$sLangName = "Deutsch";
// -------------------------------
// RESOURCE IDENTITFIER = STRING

View File

@ -12,6 +12,8 @@
* @link http://www.oxidmodule.com
*/
declare(strict_types=1);
/**
* Metadata version
*/