Skip to content

Commit

Permalink
[11.x] Fixed docblock on typeVector method in Grammer (#52927)
Browse files Browse the repository at this point in the history
* Fixed dock block on typeVector method in Grammer

* Revert changes

---------

Co-authored-by: Flavio Schoute <flavio.schoute@gmail.com>
  • Loading branch information
flavio-schoute and SnicserUndercover authored Sep 26, 2024
1 parent 170adae commit 1849288
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Database/Schema/Grammars/Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ protected function typeComputed(Fluent $column)
*
* @param \Illuminate\Support\Fluent $column
* @return string
*
* @throws \RuntimeException
*/
protected function typeVector(Fluent $column)
{
Expand Down

0 comments on commit 1849288

Please sign in to comment.