Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 3, 2022
1 parent 0995fa6 commit 406bb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/Width.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 406bb26

Please sign in to comment.