Skip to content

Commit

Permalink
add missing Rx FIXMEs (#134)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #134

Reviewed By: DavidSnider

Differential Revision: D21356498

Pulled By: fredemmott

fbshipit-source-id: eab823d3e803930ff251bfd239967e2fd3e7f596
  • Loading branch information
fredemmott authored and facebook-github-bot committed May 1, 2020
1 parent 36e9791 commit 80a42c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/c/select.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ function onlyx<T>(
)
/* HH_IGNORE_ERROR[2049] __PHPStdLib */
/* HH_IGNORE_ERROR[4107] __PHPStdLib */
/* HH_IGNORE_ERROR[4200] __PHPStdLib */
: \vsprintf($format_string, $format_args),
);
$result = $value;
Expand All @@ -386,6 +387,7 @@ function onlyx<T>(
? 'Expected non-empty Traversable.'
/* HH_IGNORE_ERROR[2049] __PHPStdLib */
/* HH_IGNORE_ERROR[4107] __PHPStdLib */
/* HH_IGNORE_ERROR[4200] __PHPStdLib */
: \vsprintf($format_string, $format_args),
);
/* HH_IGNORE_ERROR[4110] $first is false implies $result is set to T */
Expand Down
1 change: 1 addition & 0 deletions src/str/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ function format(
): string {
/* HH_IGNORE_ERROR[2049] __PHPStdLib */
/* HH_IGNORE_ERROR[4107] __PHPStdLib */
/* HH_IGNORE_ERROR[4200] __PHPStdLib */
return \vsprintf($format_string, $format_args);
}

0 comments on commit 80a42c0

Please sign in to comment.