ensure strict_types is in first line

strict_types declaration must be the very first statement in the script at /var/www/html/custom/plugins/SmcAddressLatin/src/Core/Checkout/Cart/SmcCartValidator.php:2)
This commit is contained in:
Harald Welte 2023-12-02 22:42:18 +01:00
parent f77c079771
commit 8d8a8165b3
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
// <plugin root>/src/Core/Checkout/Cart/SmcCartValidator.php
<?php declare(strict_types=1);
namespace SmcAddressLatin\Core\Checkout\Cart;