mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-23 19:56:08 +01:00
Follow new strict_types enforecement
This commit is contained in:
parent
0adaafa182
commit
1e3646e105
3 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace SkillDisplay\Typo3Extension;
|
namespace SkillDisplay\Typo3Extension;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace SkillDisplay\Typo3Extension\Tests\Unit;
|
namespace SkillDisplay\Typo3Extension\Tests\Unit;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace SkillDisplay\Typo3Extension\Tests\Unit;
|
namespace SkillDisplay\Typo3Extension\Tests\Unit;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue