Add missing declare_strict

This commit is contained in:
Daniel Siepmann 2020-10-05 08:51:59 +02:00
parent 444fc7021e
commit 8179104233
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
9 changed files with 18 additions and 0 deletions

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace SkillDisplay\PHPToolKit\Api;
/*

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace SkillDisplay\PHPToolKit\Api;
/*

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
define('VERIFICATION_SELF', 'self');
define('VERIFICATION_EDUCATIONAL', 'education');
define('VERIFICATION_BUSINESS', 'business');

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace SkillDisplay\PHPToolKit\Entity;
/*

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace SkillDisplay\PHPToolKit\Entity;
/*

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace SkillDisplay\PHPToolKit\Tests\Unit\Api;
/*

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace SkillDisplay\PHPToolKit\Tests\Unit\Api;
/*

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace SkillDisplay\PHPToolKit\Tests\Unit\Entity;
/*

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace SkillDisplay\PHPToolKit\Tests\Unit\Entity;
/*