Skip to content

Commit 1849288

Browse files
[11.x] Fixed docblock on typeVector method in Grammer (#52927)
* Fixed dock block on typeVector method in Grammer * Revert changes --------- Co-authored-by: Flavio Schoute <[email protected]>
1 parent 170adae commit 1849288

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Database/Schema/Grammars/Grammar.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ protected function typeComputed(Fluent $column)
239239
*
240240
* @param \Illuminate\Support\Fluent $column
241241
* @return string
242+
*
243+
* @throws \RuntimeException
242244
*/
243245
protected function typeVector(Fluent $column)
244246
{

0 commit comments

Comments
 (0)