mir-analyzer 0.10.0

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

pub(crate) use args::expr_can_be_passed_by_reference;
pub use args::{check_constructor_args, spread_element_type, CheckArgsParams};

pub struct CallAnalyzer;