grimzy/laravel-mysql-spatial

View on GitHub
src/Eloquent/SpatialTrait.php

Summary

Maintainability
A
35 mins
Test Coverage
A
98%

Method scopeOrderBySpatial has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function scopeOrderBySpatial($query, $geometryColumn, $geometry, $orderFunction, $direction = 'asc')
Severity: Minor
Found in src/Eloquent/SpatialTrait.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status