Active
Project:
Coder
Version:
8.3.x-dev
Component:
Coder Sniffer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2025 at 04:23 UTC
Updated:
23 Dec 2025 at 04:23 UTC
Jump to comment: Most recent
declare(strict_types=1);
namespace Sandbox;
/**
* The example.
*/
final class Example {
/**
* The foo.
*/
private(set) string $foo;
}
------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------------
12 | ERROR | Inline doc block comments are not allowed; use "/* Comment */" or "// Comment" instead (Drupal.Commenting.InlineComment.DocBlock)
15 | ERROR | Missing member variable doc comment (Drupal.Commenting.VariableComment.Missing)
----------------------------------------------------------------------------------------------------------------------------------------------
Comments