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 b3e2e10 commit 2502143Copy full SHA for 2502143
src/SkipInvalidItemProcessor.php
@@ -18,10 +18,13 @@ final class SkipInvalidItemProcessor implements ItemProcessorInterface
18
private ValidatorInterface $validator;
19
20
/**
21
- * @var array|null
+ * @var string[]|null
22
*/
23
private ?array $groups;
24
25
+ /**
26
+ * @param string[]|null $groups
27
+ */
28
public function __construct(ValidatorInterface $validator, array $groups = null)
29
{
30
$this->validator = $validator;
0 commit comments