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

Commit

Permalink
More lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jul 17, 2018
1 parent 9142b21 commit 19b1fda
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Linters/MethodCallOnConstructorLinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
ParenthesizedExpression,
};
use function Facebook\HHAST\Missing;
use namespace HH\Lib\Str;

final class MethodCallOnConstructorLinter
extends AutoFixingASTLinter<MemberSelectionExpression> {
Expand Down
2 changes: 0 additions & 2 deletions src/Linters/UnusedParameterLinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
use type Facebook\HHAST\{
EditableNode,
FunctionDeclaration,
FunctionDeclarationHeader,
IFunctionishDeclaration,
MethodishDeclaration,
ParameterDeclaration,
VariableToken,
};
use function Facebook\HHAST\Missing;
use namespace HH\Lib\{C, Str};

final class UnusedParameterLinter
Expand Down
2 changes: 0 additions & 2 deletions src/Migrations/AssertToExpectMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Facebook\HHAST\Migrations;

use namespace Facebook\HHAST;
use function Facebook\HHAST\Missing;
use type Facebook\HHAST\{
BackslashToken,
Expand All @@ -24,7 +23,6 @@
ListItem,
MemberSelectionExpression,
MinusGreaterThanToken,
NamespaceBody,
NamespaceDeclaration,
NamespaceEmptyBody,
NamespaceUseDeclaration,
Expand Down

0 comments on commit 19b1fda

Please sign in to comment.