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 28ff0ac commit 90456b2Copy full SHA for 90456b2
tests/State/RespondProcessorTest.php
@@ -67,7 +67,7 @@ public function testRedirectToOperation(): void
67
$iriConverter = $this->prophesize(IriConverterInterface::class);
68
$iriConverter
69
->getIriFromResource(Argument::cetera())
70
- ->will(static function (array $args): ?string {
+ ->will(static function (array $args): string {
71
return ($args[2] ?? null)?->getUriTemplate() ?? '/default';
72
});
73
0 commit comments