Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit dbe72a7

Browse files
lexidorAtry
authored andcommitted
Fix lints
1 parent dac83dd commit dbe72a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/RouterCLILookupCodegenBuilderTest.hack

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ final class RouterCLILookupCodegenBuilderTest extends BaseCodegenTestCase {
5353
self::CODEGEN_PATH,
5454
$path,
5555
}
56-
)->map($x ==> \escapeshellarg($x)),
56+
)->map(\escapeshellarg<>),
5757
),
5858
inout $output,
5959
inout $exit_code,
@@ -77,7 +77,7 @@ final class RouterCLILookupCodegenBuilderTest extends BaseCodegenTestCase {
7777
\PHP_BINARY,
7878
self::CODEGEN_PATH,
7979
}
80-
)->map($x ==> \escapeshellarg($x)),
80+
)->map(\escapeshellarg<>),
8181
),
8282
inout $output,
8383
inout $exit_code,

0 commit comments

Comments
 (0)