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 d6f0ab8 commit e4e87a1Copy full SHA for e4e87a1
docs/book/v5/tutorials/create-book-module.md
@@ -542,8 +542,8 @@ class BookHandler extends AbstractHandler implements RequestHandlerInterface
542
"config"
543
)]
544
public function __construct(
545
- protected HalResponseFactory $responseFactory,
546
- protected ResourceGenerator $resourceGenerator,
+ protected ?HalResponseFactory $responseFactory,
+ protected ?ResourceGenerator $resourceGenerator,
547
protected BookServiceInterface $bookService,
548
protected array $config
549
) {
0 commit comments