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 c224a1c commit d78f5e0Copy full SHA for d78f5e0
src/NormalizersRegistry.php
@@ -43,7 +43,6 @@ public function __construct(
43
}
44
45
/**
46
- * @param NormalizerInterface|DenormalizerInterface $normalizer
47
* @param int<0, max> $priority
48
*/
49
public function register(NormalizerInterface|DenormalizerInterface $normalizer, int $priority = 0): void
0 commit comments