From d9ba63f3350be08fd1916593941a1d59178ef3c7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 31 Jul 2021 17:20:49 +0200 Subject: [PATCH] bug fixes and template adjustments --- Models/SupplierAttributeType.php | 4 +--- Models/SupplierAttributeTypeL11n.php | 4 +--- composer.json | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Models/SupplierAttributeType.php b/Models/SupplierAttributeType.php index 2196b85..5e1aa44 100755 --- a/Models/SupplierAttributeType.php +++ b/Models/SupplierAttributeType.php @@ -68,9 +68,7 @@ class SupplierAttributeType implements \JsonSerializable, ArrayableInterface * * @var string | SupplierAttributeTypeL11n */ - protected string | - -SupplierAttributeTypeL11n $l11n; + protected string|SupplierAttributeTypeL11n $l11n; /** * Possible default attribute values diff --git a/Models/SupplierAttributeTypeL11n.php b/Models/SupplierAttributeTypeL11n.php index e5cdd98..117f4ca 100755 --- a/Models/SupplierAttributeTypeL11n.php +++ b/Models/SupplierAttributeTypeL11n.php @@ -41,9 +41,7 @@ class SupplierAttributeTypeL11n implements \JsonSerializable, ArrayableInterface * @var int|SupplierAttributeType * @since 1.0.0 */ - protected int | - -SupplierAttributeType $type = 0; + protected int|SupplierAttributeType $type = 0; /** * Language. diff --git a/composer.json b/composer.json index 0bf301c..4f1a1e5 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require-dev": { "phpunit/phpunit": ">=9.4", "friendsofphp/php-cs-fixer": ">=3.0", - "squizlabs/php_codesniffer": ">=3.5", + "squizlabs/php_codesniffer": ">=3.6", "phpmd/phpmd": ">=2.9", "phpstan/phpstan": ">=0.12.58", "phan/phan": ">=3.2.6"