Skip to content

Commit 6eb8373

Browse files
committed
Fix typo in PHPdoc tag
1 parent c164078 commit 6eb8373

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
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)