Showing 1,792 of 1,794 total issues

Method name "_typecastSaveField" should not be prefixed with an underscore to indicate visibility
Open

    protected function _typecastSaveField(Field $field, $value): ?string
Severity: Minor
Found in src/Persistence/Ui.php by phpcodesniffer

Property name "$_library" should not be prefixed with an underscore to indicate visibility
Open

    public string $_library;
Severity: Minor
Found in src/Js/JsChain.php by phpcodesniffer

Property name "$_chain" should not be prefixed with an underscore to indicate visibility
Open

    public $_chain = [];
Severity: Minor
Found in src/Js/JsChain.php by phpcodesniffer

Property name "$_rendered" should not be prefixed with an underscore to indicate visibility
Open

    protected bool $_rendered = false;
Severity: Minor
Found in src/AbstractView.php by phpcodesniffer

Method name "_hasTag" should not be prefixed with an underscore to indicate visibility
Open

    protected function _hasTag(string $tag): bool
Severity: Minor
Found in src/HtmlTemplate.php by phpcodesniffer

Method name "_getStickyArgs" should not be prefixed with an underscore to indicate visibility
Open

    protected function _getStickyArgs(): array
Severity: Minor
Found in src/View.php by phpcodesniffer

Method name "_jsRenderIntoModal" should not be prefixed with an underscore to indicate visibility
Open

    private function _jsRenderIntoModal(View $response): JsExpressionable
Severity: Minor
Found in src/JsCallback.php by phpcodesniffer

Property name "$_renderedRowsCount" should not be prefixed with an underscore to indicate visibility
Open

    protected $_renderedRowsCount = 0;
Severity: Minor
Found in src/Lister.php by phpcodesniffer

Property name "$_parseCacheParentTemplate" should not be prefixed with an underscore to indicate visibility
Open

    private static ?self $_parseCacheParentTemplate = null;
Severity: Minor
Found in src/HtmlTemplate.php by phpcodesniffer

Opening brace of a class must be on the line after the definition
Open

class Layout extends View {}
Severity: Minor
Found in src/Layout.php by phpcodesniffer

Opening brace of a class must be on the line after the definition
Open

class ProxyModel extends Model {}
Severity: Minor
Found in src/Misc/ProxyModel.php by phpcodesniffer

Method name "_addControl" should not be prefixed with an underscore to indicate visibility
Open

    protected function _addControl(Control $control, Field $field): Control
Severity: Minor
Found in src/Form/Layout.php by phpcodesniffer

Property name "$_realpathCache" should not be prefixed with an underscore to indicate visibility
Open

    private static array $_realpathCache = [];
Severity: Minor
Found in src/HtmlTemplate.php by phpcodesniffer

Property name "$_parseCache" should not be prefixed with an underscore to indicate visibility
Open

    private static array $_parseCache = [];
Severity: Minor
Found in src/HtmlTemplate.php by phpcodesniffer

Method name "_setOrAppend" should not be prefixed with an underscore to indicate visibility
Open

    protected function _setOrAppend($tag, ?string $value = null, bool $encodeHtml = true, bool $append = false, bool $throwIfNotFound = true): void
Severity: Minor
Found in src/HtmlTemplate.php by phpcodesniffer

Method name "_addControl" should not be prefixed with an underscore to indicate visibility
Open

    protected function _addControl(Control $control, Field $field): Control
Severity: Minor
Found in src/Form/AbstractLayout.php by phpcodesniffer

Possible parse error: trait missing opening or closing brace
Open

trait JsCoverageContextTrait

Possible parse error: trait missing opening or closing brace
Open

trait JsCoverageContextTrait

Method name "_getReloadArgs" should not be prefixed with an underscore to indicate visibility
Open

    private function _getReloadArgs()
Severity: Minor
Found in src/Crud.php by phpcodesniffer

Method name "_getModelActions" should not be prefixed with an underscore to indicate visibility
Open

    private function _getModelActions(string $appliesTo): array
Severity: Minor
Found in src/Crud.php by phpcodesniffer
Severity
Category
Status
Source
Language