Skip to content

Commit cee91ab

Browse files
authored
Correct phpdoc for Grammar::setConnection (#48779)
1 parent a47df68 commit cee91ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Grammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function setTablePrefix($prefix)
281281
/**
282282
* Set the grammar's database connection.
283283
*
284-
* @param \Illuminate\Database\Connection $prefix
284+
* @param \Illuminate\Database\Connection $connection
285285
* @return $this
286286
*/
287287
public function setConnection($connection)

0 commit comments

Comments
 (0)