Skip to content

Commit 7f3a89f

Browse files
Fixed static build tests
1 parent 93ceb18 commit 7f3a89f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Magento2/Sniffs/Commenting/ClassPropertyPHPDocFormattingSniff.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ClassPropertyPHPDocFormattingSniff extends AbstractVariableSniff
2929
private $PHPDocFormattingValidator;
3030

3131
/**
32-
* Constructs an AbstractVariableTest.
32+
* Constructs an ClassPropertyPHPDocFormattingSniff.
3333
*/
3434
public function __construct()
3535
{
@@ -42,7 +42,6 @@ public function __construct()
4242
];
4343

4444
parent::__construct($scopes, $listen, true);
45-
4645
}
4746

4847
/**

0 commit comments

Comments
 (0)