Showing 1,792 of 1,794 total issues
Method name "_typecastSaveField" should not be prefixed with an underscore to indicate visibility Open
Open
protected function _typecastSaveField(Field $field, $value): ?string
- Create a ticketCreate a ticket
- Exclude checks
Property name "$_library" should not be prefixed with an underscore to indicate visibility Open
Open
public string $_library;
- Create a ticketCreate a ticket
- Exclude checks
Property name "$_chain" should not be prefixed with an underscore to indicate visibility Open
Open
public $_chain = [];
- Create a ticketCreate a ticket
- Exclude checks
Property name "$_rendered" should not be prefixed with an underscore to indicate visibility Open
Open
protected bool $_rendered = false;
- Create a ticketCreate a ticket
- Exclude checks
Method name "_hasTag" should not be prefixed with an underscore to indicate visibility Open
Open
protected function _hasTag(string $tag): bool
- Create a ticketCreate a ticket
- Exclude checks
Method name "_getStickyArgs" should not be prefixed with an underscore to indicate visibility Open
Open
protected function _getStickyArgs(): array
- Create a ticketCreate a ticket
- Exclude checks
Method name "_jsRenderIntoModal" should not be prefixed with an underscore to indicate visibility Open
Open
private function _jsRenderIntoModal(View $response): JsExpressionable
- Create a ticketCreate a ticket
- Exclude checks
Property name "$_renderedRowsCount" should not be prefixed with an underscore to indicate visibility Open
Open
protected $_renderedRowsCount = 0;
- Create a ticketCreate a ticket
- Exclude checks
Property name "$_parseCacheParentTemplate" should not be prefixed with an underscore to indicate visibility Open
Open
private static ?self $_parseCacheParentTemplate = null;
- Create a ticketCreate a ticket
- Exclude checks
Opening brace of a class must be on the line after the definition Open
Open
class Layout extends View {}
- Create a ticketCreate a ticket
- Exclude checks
Opening brace of a class must be on the line after the definition Open
Open
class ProxyModel extends Model {}
- Create a ticketCreate a ticket
- Exclude checks
Method name "_addControl" should not be prefixed with an underscore to indicate visibility Open
Open
protected function _addControl(Control $control, Field $field): Control
- Create a ticketCreate a ticket
- Exclude checks
Property name "$_realpathCache" should not be prefixed with an underscore to indicate visibility Open
Open
private static array $_realpathCache = [];
- Create a ticketCreate a ticket
- Exclude checks
Property name "$_parseCache" should not be prefixed with an underscore to indicate visibility Open
Open
private static array $_parseCache = [];
- Create a ticketCreate a ticket
- Exclude checks
Method name "_setOrAppend" should not be prefixed with an underscore to indicate visibility Open
Open
protected function _setOrAppend($tag, ?string $value = null, bool $encodeHtml = true, bool $append = false, bool $throwIfNotFound = true): void
- Create a ticketCreate a ticket
- Exclude checks
Method name "_addControl" should not be prefixed with an underscore to indicate visibility Open
Open
protected function _addControl(Control $control, Field $field): Control
- Create a ticketCreate a ticket
- Exclude checks
Possible parse error: trait missing opening or closing brace Open
Open
trait JsCoverageContextTrait
- Create a ticketCreate a ticket
- Exclude checks
Possible parse error: trait missing opening or closing brace Open
Open
trait JsCoverageContextTrait
- Create a ticketCreate a ticket
- Exclude checks
Method name "_getReloadArgs" should not be prefixed with an underscore to indicate visibility Open
Open
private function _getReloadArgs()
- Create a ticketCreate a ticket
- Exclude checks
Method name "_getModelActions" should not be prefixed with an underscore to indicate visibility Open
Open
private function _getModelActions(string $appliesTo): array
- Create a ticketCreate a ticket
- Exclude checks