mago-analyzer 1.7.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
9
//! PHP random function providers.

mod rand;
mod random_bytes;
mod random_int;

pub use rand::RandProvider;
pub use random_bytes::RandomBytesProvider;
pub use random_int::RandomIntProvider;