diff --git a/src/Codegen.php b/src/Codegen.php index b759df2..5396a6a 100644 --- a/src/Codegen.php +++ b/src/Codegen.php @@ -73,10 +73,10 @@ classname>, const type TRouterCodegenConfig = shape( 'file' => string, - 'namespace' => ?string, + ?'namespace' => string, 'class' => string, 'abstract' => bool, - 'cliLookup' => ?shape( + ?'cliLookup' => shape( 'class' => string, 'file' => string, ),