Skip to content
Snippets Groups Projects
Unverified Commit 914483b1 authored by Jonathan Chang's avatar Jonathan Chang Committed by GitHub
Browse files

Merge pull request #8945 from jonchang/fix-type

Fix type error for inreplace.
parents d25cc19d 9f77ac35
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ module Utils
# @api public
sig do
params(
paths: T::Array[T.untyped],
paths: T.any(T::Array[T.untyped], String),
before: T.nilable(T.any(Regexp, String)),
after: T.nilable(T.any(String, Symbol)),
audit_result: T::Boolean,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment