Hacker News new | ask | show | jobs
by TazeTSchnitzel 3846 days ago
> public function signDomains($domains)

Should this have an `array` type declaration? You used it on another function.