[line 23]
An array of variable types for param/var we will check.string cleanSniffClass(
string
$sniffClass)
string detectLineEndings(
string
$contents)
string getSniffCode(
string
$sniffClass)
boolean isCamelCaps(
string
$string, [boolean
$classFormat = false], [boolean
$public = true], [boolean
$strict = true])
mixed isPharFile(
string
$path)
boolean isUnderscoreName(
string
$string)
string prepareForOutput(
string
$content, [string[]
$exclude = array()])
Replaces invisible characters so they are visible. On non-Windows OSes it will also colour the invisible characters.
mixed realpath(
string
$path)
Allows for PHAR support.
string stripBasepath(
string
$path, string
$basepath)
string suggestType(
string
$varType)
If type is not one of the standard type, it must be a custom type. Returns the correct type name suggestion if type name is invalid.