mago-analyzer 1.21.0

A PHP static analyzer that can detect type errors in PHP code, and provide suggestions for fixing them.
Documentation
1
2
3
4
5
6
7
//! PSL async function providers.

mod all;
mod concurrently;

pub use all::AllProvider;
pub use concurrently::ConcurrentlyProvider;