Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 10, 2024
1 parent 902bf90 commit 16d70f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ protected function mergeParsedConfiguration(): void
{
foreach ($this->yaml->getData() as $namespace => $data) {
if ($namespace === 'hyde' && isset($data['authors'])) {
// Todo: We may not actually need this, since the parser in the kernel can handle this. See https://github.com/hydephp/develop/pull/1824/commits/6a076b831b3cf07341605c314f0c29bfa4c0a8da
$data['authors'] = $this->parseAuthors($data['authors']);
}

Expand Down

0 comments on commit 16d70f0

Please sign in to comment.