MediaWiki-CodeSniffer
MediaWiki CodeSniffer Standards
Loading...
Searching...
No Matches
MediaWiki\Sniffs\WhiteSpace\WhiteSpaceBeforeFunctionSniff Class Reference

Check for tabs or extra spaces between the keyword function and the function name. More...

+ Inheritance diagram for MediaWiki\Sniffs\WhiteSpace\WhiteSpaceBeforeFunctionSniff:

Public Member Functions

 register ()
 @inheritDoc
 
 process (File $phpcsFile, $stackPtr)
 

Detailed Description

Check for tabs or extra spaces between the keyword function and the function name.

Author
DannyS712

Member Function Documentation

◆ process()

MediaWiki\Sniffs\WhiteSpace\WhiteSpaceBeforeFunctionSniff::process ( File $phpcsFile,
$stackPtr )
Parameters
File$phpcsFile
int$stackPtrThe current token index.
Returns
void|int

The documentation for this class was generated from the following file: