Showing 1,783 of 1,785 total issues

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

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

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

    protected ?array $_addLater = [];
Severity: Minor
Found in src/AbstractView.php by phpcodesniffer

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

final class UnhandledCallbackExceptionError extends \Error {}

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

    protected function _renderItemsForModel(): void

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 "$_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 "$_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

Possible parse error: trait missing opening or closing brace
Open

trait JsCoverageContextTrait

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

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

    protected function _unsetFromTagTree(TagTree $tagTree, int $k): void
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 "_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

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

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

    public $_constructorArgs = [];
Severity: Minor
Found in src/Js/JsChain.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 "_jsEncode" should not be prefixed with an underscore to indicate visibility
Open

    protected function _jsEncode($value): string
Severity: Minor
Found in src/Js/JsExpression.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

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

    protected array $_jsActions = [];
Severity: Minor
Found in src/View.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/Jquery.php by phpcodesniffer
Severity
Category
Status
Source
Language