Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Jan 10, 2024
1 parent 0c87886 commit 4dca9a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Not released yet

* Add `AsListener` attribute to register a task as event listener
* Add `force` argument to `fingerprint()` method to force run the callable, even if fingerprint is same
* Allow to override `AsTask` and `AsContext` attributes
* Add `AsListener` attribute to register an event listener
* Add `wait_for()`, `wait_for_port()`, `wait_for_url()`, `wait_for_http_status()` functions
* Allow to override `AsTask` and `AsContext` attributes
* Add `force` argument to `fingerprint()` method to force run the callable, even if fingerprint is same
* Fix directory for fingerprinted test

## 0.10.0 (2023-11-14)
Expand Down
2 changes: 1 addition & 1 deletion examples/event-listener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

use function Castor\io;

#[AsTask(description: 'Task that need ensure the environment is set')]
#[AsTask(description: 'An dummy task wich event listeners attached')]
function my_task(): void
{
io()->writeln('Hello from task!');
Expand Down

0 comments on commit 4dca9a1

Please sign in to comment.