This works: ``` @OA\Schema(type="string", description=null) ``` this dont: ``` `#[OA\Schema(type: 'string', description:null)]` ```