int calculateExpectedIndent(
array
$tokens, int
$stackPtr)
|
|
Calculates the expected indent of a token.
Looks for ob_start() calls because those act as scope openers in the Squiz coding standard, and so require additional indentation.
Overrides
Generic_Sniffs_WhiteSpace_ScopeIndentSniff::calculateExpectedIndent() (Calculates the expected indent of a token.)
Parameters: