YetiForceCompany/YetiForceCRM

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Reference to undeclared property \VTExpressionSymbol->value (Did you mean $value)
Open

        $this->value = $value;

Reference to undeclared property \VTExpressionSymbol->value
Open

        return "VTExpressionSymbol({$this->value})";

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

class VTExpressionSymbol

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

        return "VTExpressionSymbol({$this->value})";

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

    public function __construct($value)

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->value = $value;

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

    public function __toString()

There are no issues that match your filters.

Category
Status