mir-analyzer 0.9.0

Analysis engine for the mir PHP static analyzer
Documentation
1
2
3
4
5
6
7
8
mod args;
mod function;
mod method;
mod static_call;

pub use args::{check_constructor_args, spread_element_type, CheckArgsParams};

pub struct CallAnalyzer;