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

Commit

Permalink
Fix typechecker errors for updated codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 3, 2019
1 parent 2ef50fe commit fe0df59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Linters/NoEmptyStatementsLinter.hack
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ final class NoEmptyStatementsLinter extends AutoFixingASTLinter {
$expr instanceof HHAST\CollectionLiteralExpression ||
$expr instanceof HHAST\DarrayIntrinsicExpression ||
$expr instanceof HHAST\DictionaryIntrinsicExpression ||
$expr instanceof HHAST\EmptyExpression ||
$expr instanceof HHAST\InstanceofExpression ||
$expr instanceof HHAST\IsExpression ||
$expr instanceof HHAST\IssetExpression ||
Expand Down

0 comments on commit fe0df59

Please sign in to comment.