mago-analyzer 1.25.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
//! PHP Closure method providers.

mod get_current;

pub use get_current::ClosureGetCurrentProvider;