YetiForceCompany/YetiForceCRM

View on GitHub
modules/com_vtiger_workflow/expression_engine/VTParser.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Reference to undeclared property \VTExpressionTreeNode->arr (Did you mean $arr)
Open

        $this->arr = $arr;

Reference to undeclared property \VTExpressionTreeNode->arr
Open

        return $this->arr[0];

Reference to undeclared property \VTExpressionTreeNode->arr
Open

        $arr = $this->arr;

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class VTExpressionTreeNode

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 13 and the first side effect is on line 10.
Open

<?php

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

        $this->arr = $arr;

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

    public function __construct($arr)

Spaces must be used to indent lines; tabs are not allowed
Open

        return \array_slice($arr, 1, \count($arr) - 1);

Spaces must be used to indent lines; tabs are not allowed
Open

        $arr = $this->arr;

Spaces must be used to indent lines; tabs are not allowed
Open

    }

Spaces must be used to indent lines; tabs are not allowed
Open

    }

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

    public function getName()

Spaces must be used to indent lines; tabs are not allowed
Open

    public function getParams()

Spaces must be used to indent lines; tabs are not allowed
Open

        return $this->arr[0];

Spaces must be used to indent lines; tabs are not allowed
Open

    }

There are no issues that match your filters.

Category
Status