Merge pull request #15738 from carlocab/inreplace-typecheck
formula: fix `inreplace` typechecking error
This commit is contained in:
commit
7cc79eaff4
@ -2475,7 +2475,7 @@ class Formula
|
||||
sig {
|
||||
params(
|
||||
paths: T.any(T::Array[T.untyped], String, Pathname),
|
||||
before: T.nilable(T.any(Regexp, String)),
|
||||
before: T.nilable(T.any(Pathname, Regexp, String)),
|
||||
after: T.nilable(T.any(Pathname, String, Symbol)),
|
||||
audit_result: T::Boolean,
|
||||
).void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user