Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 committed Jun 26, 2024
1 parent 2520f80 commit d74c4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Services/Eggs/EggConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ protected function convertStopToNewFormat(string $stop): array
}

$signal = substr($stop, 1);

return [
'type' => 'signal',
'value' => strtoupper($signal),
Expand Down

0 comments on commit d74c4a6

Please sign in to comment.