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 93ceb18 commit 7f3a89fCopy full SHA for 7f3a89f
Magento2/Sniffs/Commenting/ClassPropertyPHPDocFormattingSniff.php
@@ -29,7 +29,7 @@ class ClassPropertyPHPDocFormattingSniff extends AbstractVariableSniff
29
private $PHPDocFormattingValidator;
30
31
/**
32
- * Constructs an AbstractVariableTest.
+ * Constructs an ClassPropertyPHPDocFormattingSniff.
33
*/
34
public function __construct()
35
{
@@ -42,7 +42,6 @@ public function __construct()
42
];
43
44
parent::__construct($scopes, $listen, true);
45
-
46
}
47
48
0 commit comments