Skip to content

Commit a57d4ba

Browse files
authored
Grammar fixes (#53714)
1 parent 14677ad commit a57d4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Database/Schema/Blueprint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ public function index($columns, $name = null, $algorithm = null)
679679
}
680680

681681
/**
682-
* Specify an fulltext for the table.
682+
* Specify a fulltext index for the table.
683683
*
684684
* @param string|array $columns
685685
* @param string|null $name
@@ -1605,7 +1605,7 @@ public function nullableUlidMorphs($name, $indexName = null)
16051605
}
16061606

16071607
/**
1608-
* Adds the `remember_token` column to the table.
1608+
* Add the `remember_token` column to the table.
16091609
*
16101610
* @return \Illuminate\Database\Schema\ColumnDefinition
16111611
*/

0 commit comments

Comments
 (0)