You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sprintf("Ignored error %s has an unescaped '|' which leads to ignoring more errors than intended. Use '\\|' instead.\n%s", $regex, sprintf("It ignores all errors containing the following types:\n%s", implode("\n", array_map(staticfunction (string$typeDescription): string {
143
-
returnsprintf('* %s', $typeDescription);
144
-
}, array_keys($ignoredTypes))))),
145
-
'placeholder', // this value will never get used
146
-
null,
147
-
false,
148
-
null,
149
-
null,
150
-
null,
151
-
true
141
+
returnsprintf(
142
+
"Ignored error %s has an unescaped '|' which leads to ignoring more errors than intended. Use '\\|' instead.\n%s",
143
+
$regex,
144
+
sprintf(
145
+
"It ignores all errors containing the following types:\n%s",
0 commit comments