Skip to content
Snippets Groups Projects

Resolve #3461148 "Incorrect indent in"

Closed nicxvan requested to merge issue/coder-3461148:3461148-incorrect-indent-in into 8.3.x
1 file
+ 20
0
Compare changes
  • Side-by-side
  • Inline
+ 20
0
@@ -838,6 +838,26 @@ echo 'Hi!';;
enum aBad_NameForAnEnum {
}
/**
* Test PHP attributes.
*/
class TestPhpAttributes {
/**
* Bar property.
*/
#[NotBlank]
private bool $bar;
/**
* Tests method with PHP attribute and docblock.
*/
#[\ReturnTypeWillChange]
public function attributes(): void {
}
}
/**
* A test class.
*/
Loading