- Issue created by @quietone
- πΊπΈUnited States smustgrave
See 1 more instance in the baseline
$ignoreErrors[] = [
'message' => '#^Function install_download_translation\\(\\) should return string but return statement is missing\\.$#',
'identifier' => 'return.missing',
'count' => 2,
'path' => __DIR__ . '/includes/install.core.inc',
];If you are another contributor eager to jump in, please allow the previous poster at least 48 hours to respond to feedback first, so they have the opportunity to finish what they started!
- π³πΏNew Zealand quietone
I did forget that one. I left it because the @return is incorrect as well but never made back to change it.
- First commit to issue fork.