Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhemphill committed Dec 17, 2024
1 parent c3614b3 commit 979e5ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MachineState.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ public function transitionTo(MachineState $state, callable $sideEffect): Machine

public static function transitions(): array;

public function canTransitionTo(MachineState $state): bool;

public function isValidTransition(MachineState $state): bool;
}

0 comments on commit 979e5ec

Please sign in to comment.