diff --git a/codegen/inferred_relationships.hack b/codegen/inferred_relationships.hack index b479673b3..92a70f113 100644 --- a/codegen/inferred_relationships.hack +++ b/codegen/inferred_relationships.hack @@ -1,7 +1,7 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<<6046ce2b585af27ffcaca0b85bd53581>> + * @generated SignedSource<> */ namespace Facebook\HHAST\__Private; @@ -913,6 +913,7 @@ const dict> INFERRED_RELATIONSHIPS = dict[ 'list|list_item>', 'list>', 'list|list_item>', + 'list>', 'list>', 'list|list_item>', 'list|list_item|list_item>', diff --git a/codegen/syntax/ConstructorCall.hack b/codegen/syntax/ConstructorCall.hack index dfed48072..43fec52e6 100644 --- a/codegen/syntax/ConstructorCall.hack +++ b/codegen/syntax/ConstructorCall.hack @@ -1,7 +1,7 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<> + * @generated SignedSource<> */ namespace Facebook\HHAST; use namespace Facebook\TypeAssert; @@ -235,6 +235,7 @@ final class ConstructorCall extends Node { * NodeList> | * NodeList> | * NodeList> | + * NodeList> | * NodeList> | * NodeList> | * NodeList> | @@ -265,6 +266,7 @@ final class ConstructorCall extends Node { * NodeList> | * NodeList> | * NodeList> | + * NodeList> | * NodeList> | * NodeList> | * NodeList> | diff --git a/codegen/version.hack b/codegen/version.hack index 0f158d040..d6e997601 100644 --- a/codegen/version.hack +++ b/codegen/version.hack @@ -1,12 +1,12 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<<3e699e40a902674aba287e6c7616730b>> + * @generated SignedSource<<5f9fb0788dc6333b676513ad75774a61>> */ namespace Facebook\HHAST; const string SCHEMA_VERSION = '2022-07-05-0000'; -const int HHVM_VERSION_ID = 416400; +const int HHVM_VERSION_ID = 416500; -const string HHVM_VERSION = '4.164.0-dev'; +const string HHVM_VERSION = '4.165.0-dev';