Completed
Branch master (9ba529)
by Bobby
12:54
created
lib/MultiLineString.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Ballen\Cartographer\Core\GeoJSON;
6 6
 use Ballen\Cartographer\Core\GeoJSONTypeInterface;
7 7
 use Ballen\Cartographer\LineString;
8
-use Ballen\Distical\Entities\LatLong;
9 8
 use Ballen\Collection\Collection;
10 9
 
11 10
 class MultiLineString extends GeoJSON implements GeoJSONTypeInterface
Please login to merge, or discard this patch.
lib/MultiPolygon.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Ballen\Cartographer;
4 4
 
5 5
 use Ballen\Cartographer\Core\GeoJSON;
6
-use Ballen\Distical\Entities\LatLong;
7 6
 use Ballen\Cartographer\Polygon;
8 7
 use Ballen\Collection\Collection;
9 8
 
Please login to merge, or discard this patch.