mir-codebase 0.18.0

Codebase storage and resolution for the mir PHP static analyzer
Documentation
1
2
3
4
5
6
7
pub mod storage;

pub use storage::{
    deduplicate_params_in_slice, wrap_param_type, ClassStorage, ConstantStorage, EnumCaseStorage,
    EnumStorage, FnParam, FunctionStorage, InterfaceStorage, MethodStorage, PropertyStorage,
    StubSlice, TemplateParam, TraitStorage, Visibility,
};