YetiForceCompany/YetiForceCRM

View on GitHub
app/Map/Coordinates/Base.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

    /**
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * Function to get coordinates from string.
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * @param string $value
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * @var string
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    {
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * Function to get coordinates from base information about address.
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    /**
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     *
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * @param array $provider
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    public function __construct(array $provider)
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    protected $url;
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    }
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     *
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     */
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

        $this->url = $provider['apiUrl'];
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     *
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    abstract public function getCoordinatesByValue(string $value);
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     *
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * @return bool|string[]
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * Construct.
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * @return bool|string[]
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     *
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    /**
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    /**
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

    abstract public function getCoordinates(array $addressInfo);
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     *
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * API url.
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     */
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     */
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     */
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

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

     * @param array $addressInfo
Severity: Minor
Found in app/Map/Coordinates/Base.php by phpcodesniffer

There are no issues that match your filters.

Category
Status