Skip to content

Commit

Permalink
chore: fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 1, 2024
1 parent 5994081 commit ec4841b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ Sets the time difference to be subtracted from the current time.

If the hook succeeds, it returns `true`; otherwise, it returns `false`.

#### `\Colopl\ColoplTimeShifter\unregister_hook(): bool`
#### `\Colopl\ColoplTimeShifter\unregister_hook(): void`

Breaks the hook and returns `true` if it succeeds. Returns `false` if the hook failed for some reason, such as the hook not being performed.
Breaks the hook.

#### `\Colopl\ColoplTimeShifter\is_hooked(): bool`

Expand Down

0 comments on commit ec4841b

Please sign in to comment.