Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit f9b7882

Browse files
committed
nullable => optional for TRouterCodegenConfig
1 parent 2ff0e51 commit f9b7882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Codegen.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ classname<RequestParametersCodegenBase<RequestParametersBase>>,
7373

7474
const type TRouterCodegenConfig = shape(
7575
'file' => string,
76-
'namespace' => ?string,
76+
?'namespace' => string,
7777
'class' => string,
7878
'abstract' => bool,
79-
'cliLookup' => ?shape(
79+
?'cliLookup' => shape(
8080
'class' => string,
8181
'file' => string,
8282
),

0 commit comments

Comments
 (0)