We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c7bc8 commit ad8d937Copy full SHA for ad8d937
Symfony3Custom/Sniffs/Classes/ClassDeclarationSniff.php
@@ -4,6 +4,9 @@
4
5
use PHP_CodeSniffer\Files\File;
6
7
+/**
8
+ * Checks that there are not empty lines following class declaration.
9
+ */
10
class ClassDeclarationSniff
11
{
12
/**
0 commit comments