From 6378dbe0af714ef4ce08cd075571a84ce7a687af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n?= Date: Wed, 10 Feb 2021 16:54:50 -0800 Subject: [PATCH] update rx FIXME number (#157) Summary: Looks like the change from `<<__Rx>>` to `[rx]` requires a different FIXME number. Pull Request resolved: https://github.com/hhvm/hsl/pull/157 Test Plan: https://github.com/hhvm/hsl/pull/157/checks Reviewed By: DavidSnider Differential Revision: D26379817 Pulled By: jjergus fbshipit-source-id: eb890f5f565dfbf625bd68f4b383e75a4ff7aaa5 --- src/str/transform.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/str/transform.php b/src/str/transform.php index 5c935917..672bf7ce 100644 --- a/src/str/transform.php +++ b/src/str/transform.php @@ -180,7 +180,7 @@ function replace_ci( string $needle, string $replacement, )[rx]: string { - /* HH_FIXME[4200] Rx calling non-rx */ + /* HH_FIXME[4390] Rx calling non-rx */ /* HH_FIXME[2049] calling stdlib directly */ /* HH_FIXME[4107] calling stdlib directly */ return \str_ireplace($needle, $replacement, $haystack); @@ -245,7 +245,7 @@ function replace_every_ci( )[rx]: string { /* HH_FIXME[2049] calling stdlib directly */ /* HH_FIXME[4107] calling stdlib directly */ - /* HH_FIXME[4200] Rx calling non-rx */ + /* HH_FIXME[4390] Rx calling non-rx */ return \str_ireplace( /* HH_FIXME[2049] calling stdlib directly */ /* HH_FIXME[4107] calling stdlib directly */