mago-analyzer 1.21.1

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
mod class_template_type_collector;

pub mod class_constant;
pub mod class_name;
pub mod method;
pub mod property;
pub mod selector;
pub mod static_method;
pub mod static_property;