Skip to content

Commit 91a4e28

Browse files
committed
Fix typo
1 parent e635148 commit 91a4e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dto/BatchActionDto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct(string $name, array $entityIds, string $entityFqcn,
2020
$this->entityFqcn = $entityFqcn;
2121

2222
// the $referrerUrl argument is deprecated; instead of removing it, do this:
23-
// * if the user pass 5 arguments to the constructor, trigger a deprecation message
23+
// * if the user passes 5 arguments to the constructor, trigger a deprecation message
2424
// and assign the 4th argument to referrerUrl and the fifth to csrfToken;
2525
// * if the user passes 4 arguments, skip the referrer and assign the 4th to csrfToken
2626
if (\func_num_args() > 4) {

0 commit comments

Comments
 (0)