We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e635148 commit 91a4e28Copy full SHA for 91a4e28
src/Dto/BatchActionDto.php
@@ -20,7 +20,7 @@ public function __construct(string $name, array $entityIds, string $entityFqcn,
20
$this->entityFqcn = $entityFqcn;
21
22
// 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
+ // * if the user passes 5 arguments to the constructor, trigger a deprecation message
24
// and assign the 4th argument to referrerUrl and the fifth to csrfToken;
25
// * if the user passes 4 arguments, skip the referrer and assign the 4th to csrfToken
26
if (\func_num_args() > 4) {
0 commit comments