Skip to content

Commit e80bebf

Browse files
committed
Cleanup
1 parent a595e1d commit e80bebf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guide/src/macros/impl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ In this example, we're exposing an async Rust HTTP client library called [reqwes
184184

185185
This allows full compatibility with [amphp](https://amphp.org), [PSL](https://github.com/azjezz/psl), [reactphp](https://reactphp.org) and any other async PHP library based on [Revolt](https://revolt.run).
186186

187+
Make sure to require [php-tokio](https://github.com/danog/php-tokio) as a dependency before proceeding.
188+
187189
```rust,ignore
188190
use ext_php_rs::prelude::*;
189191
use php_tokio::{php_async_impl, EventLoop};

0 commit comments

Comments
 (0)