Completed
Push — master ( 9ba529...f8b790 )
by Bobby
04:24
created
lib/MultiLineString.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 
25 25
     /**
26 26
      * Create a new instance of the MultiPolygon GeoJSON schema
27
-     * @param array $linestrings
28 27
      */
29 28
     public function __construct($init = null)
30 29
     {
Please login to merge, or discard this 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.