Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed May 11, 2023
1 parent 7f8f2af commit bfced4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SettingsCasts/EnumCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct(string $enum)

public function get($payload): ?UnitEnum
{
if($payload === null){
if($payload === null) {
return null;
}

Expand All @@ -38,7 +38,7 @@ public function get($payload): ?UnitEnum

public function set($payload): string|int|null
{
if($payload === null){
if($payload === null) {
return null;
}

Expand Down

0 comments on commit bfced4a

Please sign in to comment.