Skip to content

Commit fcca8b1

Browse files
committed
This property is actually inherited from the PSR2 sniff and is not needed here
1 parent 9423bb7 commit fcca8b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Standards/PSR12/Sniffs/Classes/AnonClassDeclarationSniff.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
class AnonClassDeclarationSniff extends ClassDeclarationSniff
1919
{
2020

21-
/**
22-
* The number of spaces code should be indented.
23-
*
24-
* @var integer
25-
*/
26-
public $indent = 4;
27-
2821
/**
2922
* The PSR2 MultiLineFunctionDeclarations sniff.
3023
*

0 commit comments

Comments
 (0)