Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
emreakay authored and github-actions[bot] committed Jan 24, 2024
1 parent 62f318a commit bc9d8a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Abstracts/AbstractTransitionSuccessJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ abstract class AbstractTransitionSuccessJob implements ShouldQueue

public function __construct(
public StateableModelContract&Model $model,
public string $from,
public string $to,
public array $parameters = [])
public string $from,
public string $to,
public array $parameters = [])
{
}

Expand Down
6 changes: 3 additions & 3 deletions tests/Jobs/TestTransitionSuccessJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class TestTransitionSuccessJob extends AbstractTransitionSuccessJob
{
public function __construct(
public StateableModelContract&Model $model,
public string $from,
public string $to,
public array $parameters = [])
public string $from,
public string $to,
public array $parameters = [])
{
}

Expand Down

0 comments on commit bc9d8a6

Please sign in to comment.