Skip to content

Commit

Permalink
phps RedundantTypeAliasGenericBounds over P1739630102
Browse files Browse the repository at this point in the history
Summary:
For D70122528

Uses script in D70122489

stderr only highlighted generated code in "flib/__db_generated__/GenerateMezQLTypes/TMezQLGenUnknown.php"

Differential Revision: D70122488

fbshipit-source-id: 33595e3335061edf8f0275d7dfbc74572c234332
  • Loading branch information
viratyosin authored and facebook-github-bot committed Feb 28, 2025
1 parent a43f8ea commit 4c3d6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thrift/lib/hack/src/ThriftStructTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

type ThriftStructGenericSpecRecursiveImpl<
T as ThriftStructGenericSpecRecursiveImpl<T>,
T /* as ThriftStructGenericSpecRecursiveImpl<T> */,
> = shape(
'type' => TType,
?'var' => string,
Expand Down Expand Up @@ -50,7 +50,7 @@
>;

type ThriftStructElemSpecRecursiveImpl<
T as ThriftStructElemSpecRecursiveImpl<T>,
T /* as ThriftStructElemSpecRecursiveImpl<T> */,
> = shape(
'type' => TType,
?'etype' => TType,
Expand Down

0 comments on commit 4c3d6eb

Please sign in to comment.