Skip to content

Commit 37824a6

Browse files
committed
Changes are not yet ready for commit, so reverting
1 parent ba08a93 commit 37824a6

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@
2828
class PEAR_Sniffs_Functions_FunctionDeclarationSniff implements PHP_CodeSniffer_Sniff
2929
{
3030

31-
/**
32-
* A list of tokenizers this sniff supports.
33-
*
34-
* @var array
35-
*/
36-
public $supportedTokenizers = array(
37-
'PHP',
38-
'JS',
39-
);
40-
4131
/**
4232
* The number of spaces code should be indented.
4333
*

CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@
3333
class Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff extends PEAR_Sniffs_Functions_FunctionDeclarationSniff
3434
{
3535

36-
/**
37-
* A list of tokenizers this sniff supports.
38-
*
39-
* @var array
40-
*/
41-
public $supportedTokenizers = array(
42-
'PHP',
43-
'JS',
44-
);
45-
4636

4737
/**
4838
* Processes multi-line declarations.

0 commit comments

Comments
 (0)