MetaSyntactical/google-directions-client

View on GitHub
src/Polyline.php

Summary

Maintainability
A
1 hr
Test Coverage

Method decodePolylineToArray has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function decodePolylineToArray($encoded)
    {
        $length = strlen($encoded);
        $index = 0;
        $points = array();
Severity: Minor
Found in src/Polyline.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status