Fix typehints
This commit is contained in:
@@ -277,7 +277,7 @@ final class SymfonyExtension implements Extension
|
|||||||
*
|
*
|
||||||
* @throws \DomainException
|
* @throws \DomainException
|
||||||
*/
|
*/
|
||||||
private function requireKernelBootstrapFile(string $basePath, string $bootstrapPath): void
|
private function requireKernelBootstrapFile(string $basePath, ?string $bootstrapPath): void
|
||||||
{
|
{
|
||||||
if (null === $bootstrapPath) {
|
if (null === $bootstrapPath) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user