Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
grimzy authored and StyleCIBot committed Sep 21, 2019
1 parent 8daece7 commit 00b8829
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function point($column, $srid = null)
/**
* Add a linestring column on the table.
*
* @param $column
* @param $column
*
* @return \Illuminate\Support\Fluent
*/
Expand All @@ -46,7 +46,7 @@ public function lineString($column)
/**
* Add a polygon column on the table.
*
* @param $column
* @param $column
*
* @return \Illuminate\Support\Fluent
*/
Expand All @@ -58,7 +58,7 @@ public function polygon($column)
/**
* Add a multipoint column on the table.
*
* @param $column
* @param $column
*
* @return \Illuminate\Support\Fluent
*/
Expand All @@ -70,7 +70,7 @@ public function multiPoint($column)
/**
* Add a multilinestring column on the table.
*
* @param $column
* @param $column
*
* @return \Illuminate\Support\Fluent
*/
Expand All @@ -82,7 +82,7 @@ public function multiLineString($column)
/**
* Add a multipolygon column on the table.
*
* @param $column
* @param $column
*
* @return \Illuminate\Support\Fluent
*/
Expand All @@ -94,7 +94,7 @@ public function multiPolygon($column)
/**
* Add a geometrycollection column on the table.
*
* @param $column
* @param $column
*
* @return \Illuminate\Support\Fluent
*/
Expand Down

0 comments on commit 00b8829

Please sign in to comment.