Skip to content

Commit c788cf7

Browse files
committed
style fix
1 parent f600013 commit c788cf7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"scripts": {
46-
"style-fix": "./vendor/bin/php-cs-fixer fix --allow-risky=yes",
46+
"php-cs-fixer": "./vendor/bin/php-cs-fixer fix --allow-risky=yes",
4747
"phpstan": "vendor/bin/phpstan analyse --memory-limit=2G",
4848
"test": "vendor/bin/phpunit --colors=always",
4949
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

tests/Builders/SpatialBuilderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Illuminate\Foundation\Testing\DatabaseMigrations;
66
use MatanYadaev\EloquentSpatial\Objects\LineString;
7-
use MatanYadaev\EloquentSpatial\Objects\MultiPolygon;
87
use MatanYadaev\EloquentSpatial\Objects\Point;
98
use MatanYadaev\EloquentSpatial\Objects\Polygon;
109
use MatanYadaev\EloquentSpatial\Tests\TestCase;

0 commit comments

Comments
 (0)