mago-analyzer 1.10.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
8
//! PHP string function providers.

mod sprintf;
mod strlen;

pub use sprintf::SprintfProvider;
pub use sprintf::resolve_sprintf;
pub use strlen::StrlenProvider;