Skip to content

Commit 00b8829

Browse files
grimzyStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 8daece7 commit 00b8829

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Schema/Blueprint.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function point($column, $srid = null)
3434
/**
3535
* Add a linestring column on the table.
3636
*
37-
* @param $column
37+
* @param $column
3838
*
3939
* @return \Illuminate\Support\Fluent
4040
*/
@@ -46,7 +46,7 @@ public function lineString($column)
4646
/**
4747
* Add a polygon column on the table.
4848
*
49-
* @param $column
49+
* @param $column
5050
*
5151
* @return \Illuminate\Support\Fluent
5252
*/
@@ -58,7 +58,7 @@ public function polygon($column)
5858
/**
5959
* Add a multipoint column on the table.
6060
*
61-
* @param $column
61+
* @param $column
6262
*
6363
* @return \Illuminate\Support\Fluent
6464
*/
@@ -70,7 +70,7 @@ public function multiPoint($column)
7070
/**
7171
* Add a multilinestring column on the table.
7272
*
73-
* @param $column
73+
* @param $column
7474
*
7575
* @return \Illuminate\Support\Fluent
7676
*/
@@ -82,7 +82,7 @@ public function multiLineString($column)
8282
/**
8383
* Add a multipolygon column on the table.
8484
*
85-
* @param $column
85+
* @param $column
8686
*
8787
* @return \Illuminate\Support\Fluent
8888
*/
@@ -94,7 +94,7 @@ public function multiPolygon($column)
9494
/**
9595
* Add a geometrycollection column on the table.
9696
*
97-
* @param $column
97+
* @param $column
9898
*
9999
* @return \Illuminate\Support\Fluent
100100
*/

0 commit comments

Comments
 (0)