From 406bb26c3fb94a60aa1b616e2d7b1f11b3d9656f Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 3 May 2022 19:18:15 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/fields/Width.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fields/Width.php b/src/fields/Width.php index e859d78..94a8aa1 100644 --- a/src/fields/Width.php +++ b/src/fields/Width.php @@ -146,7 +146,7 @@ public function getContentColumnType(): string * * @return mixed The prepared field value */ - public function normalizeValue($value, ElementInterface $element = null):? string + public function normalizeValue($value, ElementInterface $element = null): ?string { return $value; }