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

Commit

Permalink
nullable => optional for TRouterCodegenConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Nov 15, 2017
1 parent 2ff0e51 commit f9b7882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Codegen.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ classname<RequestParametersCodegenBase<RequestParametersBase>>,

const type TRouterCodegenConfig = shape(
'file' => string,
'namespace' => ?string,
?'namespace' => string,
'class' => string,
'abstract' => bool,
'cliLookup' => ?shape(
?'cliLookup' => shape(
'class' => string,
'file' => string,
),
Expand Down

0 comments on commit f9b7882

Please sign in to comment.