Skip to main content

check

Function check 

Source
pub fn check(src: &str) -> Vec<Issue>
Expand description

Run the full analyzer on an inline PHP string. Creates a unique temp file, analyzes it, deletes it, and returns all unsuppressed issues.