Skip to content

Commit

Permalink
remove Unsupported declare strict_types for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Nov 15, 2023

Verified

This commit was signed with the committer’s verified signature.
RedL0tus Jiangjin Wang
1 parent 374b386 commit a31e312
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Entity/Psreassurance.php
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
*/
declare(strict_types=1);

namespace PrestaShop\Module\BlockReassurance\Entity;

1 change: 0 additions & 1 deletion src/Entity/PsreassuranceLang.php
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@
* This source file is subject to the Academic Free License 3.0 (AFL-3.0).
* It is also available through the world-wide-web at this URL: https://opensource.org/licenses/AFL-3.0
*/
declare(strict_types=1);

namespace PrestaShop\Module\BlockReassurance\Entity;

2 changes: 0 additions & 2 deletions src/Form/PsreassuranceFormDataHandler.php
Original file line number Diff line number Diff line change
@@ -24,8 +24,6 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
*/

declare(strict_types=1);

namespace PrestaShop\Module\BlockReassurance\Form;

use Doctrine\ORM\EntityManagerInterface;

0 comments on commit a31e312

Please sign in to comment.