Skip to content

Commit

Permalink
Merge pull request #10 from hybridinteractive/analysis-EAgnEm
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DynamiteGoesBoom committed May 3, 2022
2 parents 0995fa6 + 406bb26 commit d2d2cb8
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 d2d2cb8

Please sign in to comment.