Skip to content

Commit

Permalink
update the docblock of the fluentCommands property in the MySqlGramme…
Browse files Browse the repository at this point in the history
…r file (#53509)
  • Loading branch information
tisuchi authored Nov 14, 2024
1 parent 377ba1d commit 784ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Schema/Grammars/MySqlGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MySqlGrammar extends Grammar
protected $serials = ['bigInteger', 'integer', 'mediumInteger', 'smallInteger', 'tinyInteger'];

/**
* The commands to be executed outside of create or alter command.
* The commands to be executed outside of create or alter commands.
*
* @var string[]
*/
Expand Down

0 comments on commit 784ac1c

Please sign in to comment.