Skip to content

Commit ad8d937

Browse files
author
Vincent Langlet
committed
💄 Fix lint
1 parent 17c7bc8 commit ad8d937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Symfony3Custom/Sniffs/Classes/ClassDeclarationSniff.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
use PHP_CodeSniffer\Files\File;
66

7+
/**
8+
* Checks that there are not empty lines following class declaration.
9+
*/
710
class ClassDeclarationSniff
811
{
912
/**

0 commit comments

Comments
 (0)