Completed
Push — master ( ec296f...8615b5 )
by Bobby
06:20
created
lib/FeatureCollection.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 
38 38
     /**
39 39
      * Add a new Feature object to the FeatureCollection.
40
-     * @param Feature $geometry
41 40
      */
42 41
     public function addFeature(Feature $feature)
43 42
     {
Please login to merge, or discard this patch.
lib/MultiPolygon.php 1 patch
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.
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
@@ -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\Cartographer\Core\LatLong;
9 8
 use Ballen\Collection\Collection;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.