Commit b5fad90
committed
Fixed [error] Type
```
lib/ruby_header_parser/parser.rb:304:55: [error] Type `(::Array[::String] | nil)` does not have method `join`
│ Diagnostic ID: Ruby::NoMethod
│
└ original_type = Util.sanitize_type(parts[0...-1].join(" "))
~~~~
```(::Array[::String] | nil) does not have method join
1 parent a8145f0 commit b5fad90
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
0 commit comments