Skip to content

Commit 65f6426

Browse files
authored
Fix typo in PHPdoc tag (#46960)
1 parent c164078 commit 65f6426

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasGlobalScopes.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ public static function getAllGlobalScopes()
7272
/**
7373
* Set the current global scopes.
7474
*
75-
* @params array $scopes
76-
*
75+
* @param array $scopes
7776
* @return void
7877
*/
7978
public static function setAllGlobalScopes($scopes)

0 commit comments

Comments
 (0)